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.GoogleCloudContactcenterinsightsV1Analysis.properties.annotatorSelector.$ref (Total Keys: 1)
- schemas.GoogleCloudContactcenterinsightsV1AnnotatorSelector (Total Keys: 13)
- schemas.GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest.properties.annotatorSelector.$ref (Total Keys: 1)
- schemas.GoogleCloudContactcenterinsightsV1CreateAnalysisOperationMetadata.properties.annotatorSelector (Total Keys: 2)
- schemas.GoogleCloudContactcenterinsightsV1IssueModel.properties.issueCount (Total Keys: 3)
- schemas.GoogleCloudContactcenterinsightsV1SettingsAnalysisConfig.properties.annotatorSelector.$ref (Total Keys: 1)
- schemas.GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelector (Total Keys: 13)
- schemas.GoogleCloudContactcenterinsightsV1alpha1BulkAnalyzeConversationsRequest.properties.annotatorSelector.$ref (Total Keys: 1)
- schemas.GoogleCloudContactcenterinsightsV1alpha1CreateAnalysisOperationMetadata.properties.annotatorSelector (Total Keys: 2)
- schemas.GoogleCloudContactcenterinsightsV1alpha1IssueModel.properties.issueCount (Total Keys: 3)
  • Loading branch information
yoshi-automation committed Dec 13, 2022
1 parent 632cba5 commit 6e512d6
Show file tree
Hide file tree
Showing 5 changed files with 337 additions and 1 deletion.
Expand Up @@ -203,6 +203,21 @@ <h3>Method Details</h3>
},
&quot;endTime&quot;: &quot;A String&quot;, # The time at which the analysis ended.
},
&quot;annotatorSelector&quot;: { # Selector of all available annotators and phrase matchers to run. # To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
&quot;issueModels&quot;: [ # The issue model to run. If not provided, the most recently deployed topic model will be used. The provided issue model will only be used for inference if the issue model is deployed and if run_issue_model_annotator is set to true. If more than one issue model is provided, only the first provided issue model will be used for inference.
&quot;A String&quot;,
],
&quot;phraseMatchers&quot;: [ # The list of phrase matchers to run. If not provided, all active phrase matchers will be used. If inactive phrase matchers are provided, they will not be used. Phrase matchers will be run only if run_phrase_matcher_annotator is set to true. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
&quot;A String&quot;,
],
&quot;runEntityAnnotator&quot;: True or False, # Whether to run the entity annotator.
&quot;runIntentAnnotator&quot;: True or False, # Whether to run the intent annotator.
&quot;runInterruptionAnnotator&quot;: True or False, # Whether to run the interruption annotator.
&quot;runIssueModelAnnotator&quot;: True or False, # Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
&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;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}
&quot;requestTime&quot;: &quot;A String&quot;, # Output only. The time at which the analysis was requested.
Expand Down Expand Up @@ -365,6 +380,21 @@ <h3>Method Details</h3>
},
&quot;endTime&quot;: &quot;A String&quot;, # The time at which the analysis ended.
},
&quot;annotatorSelector&quot;: { # Selector of all available annotators and phrase matchers to run. # To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
&quot;issueModels&quot;: [ # The issue model to run. If not provided, the most recently deployed topic model will be used. The provided issue model will only be used for inference if the issue model is deployed and if run_issue_model_annotator is set to true. If more than one issue model is provided, only the first provided issue model will be used for inference.
&quot;A String&quot;,
],
&quot;phraseMatchers&quot;: [ # The list of phrase matchers to run. If not provided, all active phrase matchers will be used. If inactive phrase matchers are provided, they will not be used. Phrase matchers will be run only if run_phrase_matcher_annotator is set to true. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
&quot;A String&quot;,
],
&quot;runEntityAnnotator&quot;: True or False, # Whether to run the entity annotator.
&quot;runIntentAnnotator&quot;: True or False, # Whether to run the intent annotator.
&quot;runInterruptionAnnotator&quot;: True or False, # Whether to run the interruption annotator.
&quot;runIssueModelAnnotator&quot;: True or False, # Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
&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;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}
&quot;requestTime&quot;: &quot;A String&quot;, # Output only. The time at which the analysis was requested.
Expand Down Expand Up @@ -486,6 +516,21 @@ <h3>Method Details</h3>
},
&quot;endTime&quot;: &quot;A String&quot;, # The time at which the analysis ended.
},
&quot;annotatorSelector&quot;: { # Selector of all available annotators and phrase matchers to run. # To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
&quot;issueModels&quot;: [ # The issue model to run. If not provided, the most recently deployed topic model will be used. The provided issue model will only be used for inference if the issue model is deployed and if run_issue_model_annotator is set to true. If more than one issue model is provided, only the first provided issue model will be used for inference.
&quot;A String&quot;,
],
&quot;phraseMatchers&quot;: [ # The list of phrase matchers to run. If not provided, all active phrase matchers will be used. If inactive phrase matchers are provided, they will not be used. Phrase matchers will be run only if run_phrase_matcher_annotator is set to true. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
&quot;A String&quot;,
],
&quot;runEntityAnnotator&quot;: True or False, # Whether to run the entity annotator.
&quot;runIntentAnnotator&quot;: True or False, # Whether to run the intent annotator.
&quot;runInterruptionAnnotator&quot;: True or False, # Whether to run the interruption annotator.
&quot;runIssueModelAnnotator&quot;: True or False, # Whether to run the issue model annotator. A model should have already been deployed for this to take effect.
&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;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}
&quot;requestTime&quot;: &quot;A String&quot;, # Output only. The time at which the analysis was requested.
Expand Down

0 comments on commit 6e512d6

Please sign in to comment.