GoogleCloudContactcenterinsightsV1AnnotatorSelector class

Selector of all available annotators and phrase matchers to run.

Constructors

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})
GoogleCloudContactcenterinsightsV1AnnotatorSelector.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
issueModels List<String>?
The issue model to run.
getter/setter pair
phraseMatchers List<String>?
The list of phrase matchers to run.
getter/setter pair
runEntityAnnotator bool?
Whether to run the entity annotator.
getter/setter pair
runIntentAnnotator bool?
Whether to run the intent annotator.
getter/setter pair
runInterruptionAnnotator bool?
Whether to run the interruption annotator.
getter/setter pair
runIssueModelAnnotator bool?
Whether to run the issue model annotator.
getter/setter pair
runPhraseMatcherAnnotator bool?
Whether to run the active phrase matcher annotator(s).
getter/setter pair
runSentimentAnnotator bool?
Whether to run the sentiment annotator.
getter/setter pair
runSilenceAnnotator bool?
Whether to run the silence annotator.
getter/setter pair
runSummarizationAnnotator bool?
Whether to run the summarization annotator.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summarizationConfig GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfig?
Configuration for the summarization annotator.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited