Skip to content

Commit

Permalink
feat(contactcenterinsights): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed May 24, 2023
1 parent ad1dc97 commit 78faba7
Show file tree
Hide file tree
Showing 4 changed files with 395 additions and 1 deletion.
Expand Up @@ -217,6 +217,11 @@ <h3>Method Details</h3>
&quot;runPhraseMatcherAnnotator&quot;: True or False, # Whether to run the active phrase matcher annotator(s).
&quot;runSentimentAnnotator&quot;: True or False, # Whether to run the sentiment annotator.
&quot;runSilenceAnnotator&quot;: True or False, # Whether to run the silence annotator.
&quot;runSummarizationAnnotator&quot;: True or False, # Whether to run the summarization annotator.
&quot;summarizationConfig&quot;: { # Configuration for summarization. # Configuration for the summarization annotator.
&quot;conversationProfile&quot;: &quot;A String&quot;, # Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
&quot;summarizationModel&quot;: &quot;A String&quot;, # Default summarization model to be used.
},
},
&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.
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
Expand Down Expand Up @@ -394,6 +399,11 @@ <h3>Method Details</h3>
&quot;runPhraseMatcherAnnotator&quot;: True or False, # Whether to run the active phrase matcher annotator(s).
&quot;runSentimentAnnotator&quot;: True or False, # Whether to run the sentiment annotator.
&quot;runSilenceAnnotator&quot;: True or False, # Whether to run the silence annotator.
&quot;runSummarizationAnnotator&quot;: True or False, # Whether to run the summarization annotator.
&quot;summarizationConfig&quot;: { # Configuration for summarization. # Configuration for the summarization annotator.
&quot;conversationProfile&quot;: &quot;A String&quot;, # Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
&quot;summarizationModel&quot;: &quot;A String&quot;, # Default summarization model to be used.
},
},
&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.
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
Expand Down Expand Up @@ -530,6 +540,11 @@ <h3>Method Details</h3>
&quot;runPhraseMatcherAnnotator&quot;: True or False, # Whether to run the active phrase matcher annotator(s).
&quot;runSentimentAnnotator&quot;: True or False, # Whether to run the sentiment annotator.
&quot;runSilenceAnnotator&quot;: True or False, # Whether to run the silence annotator.
&quot;runSummarizationAnnotator&quot;: True or False, # Whether to run the summarization annotator.
&quot;summarizationConfig&quot;: { # Configuration for summarization. # Configuration for the summarization annotator.
&quot;conversationProfile&quot;: &quot;A String&quot;, # Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
&quot;summarizationModel&quot;: &quot;A String&quot;, # Default summarization model to be used.
},
},
&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.
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
Expand Down

0 comments on commit 78faba7

Please sign in to comment.