@@ -38,6 +38,34 @@ public final class GoogleCloudContactcenterinsightsV1Dimension extends com.googl
3838 @ com .google .api .client .util .Key
3939 private GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata agentDimensionMetadata ;
4040
41+ /**
42+ * Output only. Metadata about the client sentiment category dimension.
43+ * The value may be {@code null}.
44+ */
45+ @ com .google .api .client .util .Key
46+ private GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata clientSentimentCategoryDimensionMetadata ;
47+
48+ /**
49+ * Output only. Metadata about the conversation profile dimension.
50+ * The value may be {@code null}.
51+ */
52+ @ com .google .api .client .util .Key
53+ private GoogleCloudContactcenterinsightsV1DimensionConversationProfileDimensionMetadata conversationProfileDimensionMetadata ;
54+
55+ /**
56+ * Output only. Metadata about the Conversational Agents playbook dimension.
57+ * The value may be {@code null}.
58+ */
59+ @ com .google .api .client .util .Key
60+ private GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsPlaybookDimensionMetadata conversationalAgentsPlaybookDimensionMetadata ;
61+
62+ /**
63+ * Output only. Metadata about the Conversational Agents tool dimension.
64+ * The value may be {@code null}.
65+ */
66+ @ com .google .api .client .util .Key
67+ private GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsToolDimensionMetadata conversationalAgentsToolDimensionMetadata ;
68+
4169 /**
4270 * The key of the dimension.
4371 * The value may be {@code null}.
@@ -52,6 +80,13 @@ public final class GoogleCloudContactcenterinsightsV1Dimension extends com.googl
5280 @ com .google .api .client .util .Key
5381 private GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata issueDimensionMetadata ;
5482
83+ /**
84+ * Output only. Metadata about the conversation medium dimension.
85+ * The value may be {@code null}.
86+ */
87+ @ com .google .api .client .util .Key
88+ private GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata mediumDimensionMetadata ;
89+
5590 /**
5691 * Output only. Metadata about the QA question-answer dimension.
5792 * The value may be {@code null}.
@@ -90,6 +125,74 @@ public GoogleCloudContactcenterinsightsV1Dimension setAgentDimensionMetadata(Goo
90125 return this ;
91126 }
92127
128+ /**
129+ * Output only. Metadata about the client sentiment category dimension.
130+ * @return value or {@code null} for none
131+ */
132+ public GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata getClientSentimentCategoryDimensionMetadata () {
133+ return clientSentimentCategoryDimensionMetadata ;
134+ }
135+
136+ /**
137+ * Output only. Metadata about the client sentiment category dimension.
138+ * @param clientSentimentCategoryDimensionMetadata clientSentimentCategoryDimensionMetadata or {@code null} for none
139+ */
140+ public GoogleCloudContactcenterinsightsV1Dimension setClientSentimentCategoryDimensionMetadata (GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata clientSentimentCategoryDimensionMetadata ) {
141+ this .clientSentimentCategoryDimensionMetadata = clientSentimentCategoryDimensionMetadata ;
142+ return this ;
143+ }
144+
145+ /**
146+ * Output only. Metadata about the conversation profile dimension.
147+ * @return value or {@code null} for none
148+ */
149+ public GoogleCloudContactcenterinsightsV1DimensionConversationProfileDimensionMetadata getConversationProfileDimensionMetadata () {
150+ return conversationProfileDimensionMetadata ;
151+ }
152+
153+ /**
154+ * Output only. Metadata about the conversation profile dimension.
155+ * @param conversationProfileDimensionMetadata conversationProfileDimensionMetadata or {@code null} for none
156+ */
157+ public GoogleCloudContactcenterinsightsV1Dimension setConversationProfileDimensionMetadata (GoogleCloudContactcenterinsightsV1DimensionConversationProfileDimensionMetadata conversationProfileDimensionMetadata ) {
158+ this .conversationProfileDimensionMetadata = conversationProfileDimensionMetadata ;
159+ return this ;
160+ }
161+
162+ /**
163+ * Output only. Metadata about the Conversational Agents playbook dimension.
164+ * @return value or {@code null} for none
165+ */
166+ public GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsPlaybookDimensionMetadata getConversationalAgentsPlaybookDimensionMetadata () {
167+ return conversationalAgentsPlaybookDimensionMetadata ;
168+ }
169+
170+ /**
171+ * Output only. Metadata about the Conversational Agents playbook dimension.
172+ * @param conversationalAgentsPlaybookDimensionMetadata conversationalAgentsPlaybookDimensionMetadata or {@code null} for none
173+ */
174+ public GoogleCloudContactcenterinsightsV1Dimension setConversationalAgentsPlaybookDimensionMetadata (GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsPlaybookDimensionMetadata conversationalAgentsPlaybookDimensionMetadata ) {
175+ this .conversationalAgentsPlaybookDimensionMetadata = conversationalAgentsPlaybookDimensionMetadata ;
176+ return this ;
177+ }
178+
179+ /**
180+ * Output only. Metadata about the Conversational Agents tool dimension.
181+ * @return value or {@code null} for none
182+ */
183+ public GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsToolDimensionMetadata getConversationalAgentsToolDimensionMetadata () {
184+ return conversationalAgentsToolDimensionMetadata ;
185+ }
186+
187+ /**
188+ * Output only. Metadata about the Conversational Agents tool dimension.
189+ * @param conversationalAgentsToolDimensionMetadata conversationalAgentsToolDimensionMetadata or {@code null} for none
190+ */
191+ public GoogleCloudContactcenterinsightsV1Dimension setConversationalAgentsToolDimensionMetadata (GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsToolDimensionMetadata conversationalAgentsToolDimensionMetadata ) {
192+ this .conversationalAgentsToolDimensionMetadata = conversationalAgentsToolDimensionMetadata ;
193+ return this ;
194+ }
195+
93196 /**
94197 * The key of the dimension.
95198 * @return value or {@code null} for none
@@ -124,6 +227,23 @@ public GoogleCloudContactcenterinsightsV1Dimension setIssueDimensionMetadata(Goo
124227 return this ;
125228 }
126229
230+ /**
231+ * Output only. Metadata about the conversation medium dimension.
232+ * @return value or {@code null} for none
233+ */
234+ public GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata getMediumDimensionMetadata () {
235+ return mediumDimensionMetadata ;
236+ }
237+
238+ /**
239+ * Output only. Metadata about the conversation medium dimension.
240+ * @param mediumDimensionMetadata mediumDimensionMetadata or {@code null} for none
241+ */
242+ public GoogleCloudContactcenterinsightsV1Dimension setMediumDimensionMetadata (GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata mediumDimensionMetadata ) {
243+ this .mediumDimensionMetadata = mediumDimensionMetadata ;
244+ return this ;
245+ }
246+
127247 /**
128248 * Output only. Metadata about the QA question-answer dimension.
129249 * @return value or {@code null} for none
0 commit comments