GoogleCloudContactcenterinsightsV1AnnotatorSelector constructor
GoogleCloudContactcenterinsightsV1AnnotatorSelector({
- List<
String> ? issueModels, - List<
String> ? phraseMatchers, - bool? runEntityAnnotator,
- bool? runIntentAnnotator,
- bool? runInterruptionAnnotator,
- bool? runIssueModelAnnotator,
- bool? runPhraseMatcherAnnotator,
- bool? runSentimentAnnotator,
- bool? runSilenceAnnotator,
- bool? runSummarizationAnnotator,
- GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfig? summarizationConfig,
Implementation
GoogleCloudContactcenterinsightsV1AnnotatorSelector({
this.issueModels,
this.phraseMatchers,
this.runEntityAnnotator,
this.runIntentAnnotator,
this.runInterruptionAnnotator,
this.runIssueModelAnnotator,
this.runPhraseMatcherAnnotator,
this.runSentimentAnnotator,
this.runSilenceAnnotator,
this.runSummarizationAnnotator,
this.summarizationConfig,
});