Skip to content

Commit 78faba7

Browse files
feat(contactcenterinsights): update the api
#### contactcenterinsights:v1 The following keys were added: - schemas.GoogleCloudContactcenterinsightsV1AnnotatorSelector.properties.runSummarizationAnnotator.type (Total Keys: 1) - schemas.GoogleCloudContactcenterinsightsV1AnnotatorSelector.properties.summarizationConfig.$ref (Total Keys: 1) - schemas.GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfig (Total Keys: 4) - schemas.GoogleCloudContactcenterinsightsV1Conversation.properties.latestSummary (Total Keys: 2) - schemas.GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData (Total Keys: 11) - schemas.GoogleCloudContactcenterinsightsV1RuntimeAnnotation.properties.conversationSummarizationSuggestion.$ref (Total Keys: 1) - schemas.GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelector.properties.runSummarizationAnnotator.type (Total Keys: 1) - schemas.GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelector.properties.summarizationConfig.$ref (Total Keys: 1) - schemas.GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorSummarizationConfig (Total Keys: 4) - schemas.GoogleCloudContactcenterinsightsV1alpha1Conversation.properties.latestSummary (Total Keys: 2) - schemas.GoogleCloudContactcenterinsightsV1alpha1ConversationSummarizationSuggestionData (Total Keys: 11) - schemas.GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotation.properties.conversationSummarizationSuggestion.$ref (Total Keys: 1)
1 parent ad1dc97 commit 78faba7

File tree

4 files changed

+395
-1
lines changed

4 files changed

+395
-1
lines changed

docs/dyn/contactcenterinsights_v1.projects.locations.conversations.analyses.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,11 @@ <h3>Method Details</h3>
217217
&quot;runPhraseMatcherAnnotator&quot;: True or False, # Whether to run the active phrase matcher annotator(s).
218218
&quot;runSentimentAnnotator&quot;: True or False, # Whether to run the sentiment annotator.
219219
&quot;runSilenceAnnotator&quot;: True or False, # Whether to run the silence annotator.
220+
&quot;runSummarizationAnnotator&quot;: True or False, # Whether to run the summarization annotator.
221+
&quot;summarizationConfig&quot;: { # Configuration for summarization. # Configuration for the summarization annotator.
222+
&quot;conversationProfile&quot;: &quot;A String&quot;, # Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
223+
&quot;summarizationModel&quot;: &quot;A String&quot;, # Default summarization model to be used.
224+
},
220225
},
221226
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the analysis was created, which occurs when the long-running operation completes.
222227
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
@@ -394,6 +399,11 @@ <h3>Method Details</h3>
394399
&quot;runPhraseMatcherAnnotator&quot;: True or False, # Whether to run the active phrase matcher annotator(s).
395400
&quot;runSentimentAnnotator&quot;: True or False, # Whether to run the sentiment annotator.
396401
&quot;runSilenceAnnotator&quot;: True or False, # Whether to run the silence annotator.
402+
&quot;runSummarizationAnnotator&quot;: True or False, # Whether to run the summarization annotator.
403+
&quot;summarizationConfig&quot;: { # Configuration for summarization. # Configuration for the summarization annotator.
404+
&quot;conversationProfile&quot;: &quot;A String&quot;, # Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
405+
&quot;summarizationModel&quot;: &quot;A String&quot;, # Default summarization model to be used.
406+
},
397407
},
398408
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the analysis was created, which occurs when the long-running operation completes.
399409
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
@@ -530,6 +540,11 @@ <h3>Method Details</h3>
530540
&quot;runPhraseMatcherAnnotator&quot;: True or False, # Whether to run the active phrase matcher annotator(s).
531541
&quot;runSentimentAnnotator&quot;: True or False, # Whether to run the sentiment annotator.
532542
&quot;runSilenceAnnotator&quot;: True or False, # Whether to run the silence annotator.
543+
&quot;runSummarizationAnnotator&quot;: True or False, # Whether to run the summarization annotator.
544+
&quot;summarizationConfig&quot;: { # Configuration for summarization. # Configuration for the summarization annotator.
545+
&quot;conversationProfile&quot;: &quot;A String&quot;, # Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
546+
&quot;summarizationModel&quot;: &quot;A String&quot;, # Default summarization model to be used.
547+
},
533548
},
534549
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the analysis was created, which occurs when the long-running operation completes.
535550
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}

0 commit comments

Comments
 (0)