GoogleCloudContactcenterinsightsV1SettingsAnalysisConfig class

Default configuration when creating Analyses in Insights.

Constructors

GoogleCloudContactcenterinsightsV1SettingsAnalysisConfig({GoogleCloudContactcenterinsightsV1AnnotatorSelector? annotatorSelector, double? runtimeIntegrationAnalysisPercentage, double? uploadConversationAnalysisPercentage})
GoogleCloudContactcenterinsightsV1SettingsAnalysisConfig.fromJson(Map json_)

Properties

annotatorSelector GoogleCloudContactcenterinsightsV1AnnotatorSelector?
To select the annotators to run and the phrase matchers to use (if any).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeIntegrationAnalysisPercentage double?
Percentage of conversations created using Dialogflow runtime integration to analyze automatically, between [0, 100].
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uploadConversationAnalysisPercentage double?
Percentage of conversations created using the UploadConversation endpoint to analyze automatically, between [0, 100].
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