You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-contactcenterinsights/v1/2.0.0/com/google/api/services/contactcenterinsights/v1/model/GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,13 @@ public final class GoogleCloudContactcenterinsightsV1ConversationSummarizationSu
53
53
@com.google.api.client.util.Key
54
54
privatejava.lang.StringconversationModel;
55
55
56
+
/**
57
+
* Agent Assist generator ID.
58
+
* The value may be {@code null}.
59
+
*/
60
+
@com.google.api.client.util.Key
61
+
privatejava.lang.StringgeneratorId;
62
+
56
63
/**
57
64
* A map that contains metadata about the summarization and the document from which it originates.
58
65
* The value may be {@code null}.
@@ -130,6 +137,23 @@ public GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData
130
137
returnthis;
131
138
}
132
139
140
+
/**
141
+
* Agent Assist generator ID.
142
+
* @return value or {@code null} for none
143
+
*/
144
+
publicjava.lang.StringgetGeneratorId() {
145
+
returngeneratorId;
146
+
}
147
+
148
+
/**
149
+
* Agent Assist generator ID.
150
+
* @param generatorId generatorId or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-contactcenterinsights/v1/2.0.0/com/google/api/services/contactcenterinsights/v1/model/GoogleCloudContactcenterinsightsV1QaQuestion.java
+51Lines changed: 51 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -83,13 +83,28 @@ public final class GoogleCloudContactcenterinsightsV1QaQuestion extends com.goog
83
83
@com.google.api.client.util.Key
84
84
privatejava.lang.Integerorder;
85
85
86
+
/**
87
+
* The configuration of the predefined question. This field will only be set if the Question Type
Copy file name to clipboardExpand all lines: clients/google-api-services-contactcenterinsights/v1/2.0.0/com/google/api/services/contactcenterinsights/v1/model/GoogleCloudContactcenterinsightsV1QaScorecard.java
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,14 @@ public final class GoogleCloudContactcenterinsightsV1QaScorecard extends com.goo
51
51
@com.google.api.client.util.Key
52
52
privatejava.lang.StringdisplayName;
53
53
54
+
/**
55
+
* Whether the scorecard is the default one for the project. A default scorecard cannot be deleted
56
+
* and will always appear first in scorecard selector.
Copy file name to clipboardExpand all lines: clients/google-api-services-contactcenterinsights/v1/2.0.0/com/google/api/services/contactcenterinsights/v1/model/GoogleCloudContactcenterinsightsV1alpha1ConversationSummarizationSuggestionData.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,13 @@ public final class GoogleCloudContactcenterinsightsV1alpha1ConversationSummariza
53
53
@com.google.api.client.util.Key
54
54
privatejava.lang.StringconversationModel;
55
55
56
+
/**
57
+
* Agent Assist generator ID.
58
+
* The value may be {@code null}.
59
+
*/
60
+
@com.google.api.client.util.Key
61
+
privatejava.lang.StringgeneratorId;
62
+
56
63
/**
57
64
* A map that contains metadata about the summarization and the document from which it originates.
58
65
* The value may be {@code null}.
@@ -130,6 +137,23 @@ public GoogleCloudContactcenterinsightsV1alpha1ConversationSummarizationSuggesti
130
137
returnthis;
131
138
}
132
139
140
+
/**
141
+
* Agent Assist generator ID.
142
+
* @return value or {@code null} for none
143
+
*/
144
+
publicjava.lang.StringgetGeneratorId() {
145
+
returngeneratorId;
146
+
}
147
+
148
+
/**
149
+
* Agent Assist generator ID.
150
+
* @param generatorId generatorId or {@code null} for none
0 commit comments