GoogleCloudContactcenterinsightsV1AnalysisRule class
The CCAI Insights project wide analysis rule.
This rule will be applied to all conversations that match the filter defined in the rule. For a conversation matches the filter, the annotators specified in the rule will be run. If a conversation matches multiple rules, a union of all the annotators will be run. One project can have multiple analysis rules.
Constructors
- GoogleCloudContactcenterinsightsV1AnalysisRule.new({bool? active, double? analysisPercentage, GoogleCloudContactcenterinsightsV1AnnotatorSelector? annotatorSelector, String? conversationFilter, String? createTime, String? displayName, String? name, String? updateTime})
- GoogleCloudContactcenterinsightsV1AnalysisRule.fromJson(Map json_)
Properties
- active ↔ bool?
-
If true, apply this rule to conversations.
getter/setter pair
- analysisPercentage ↔ double?
-
Percentage of conversations that we should apply this analysis setting
automatically, between [0, 1].
getter/setter pair
- annotatorSelector ↔ GoogleCloudContactcenterinsightsV1AnnotatorSelector?
-
Selector of annotators to run and the phrase matchers to use for
conversations that matches the conversation_filter.
getter/setter pair
- conversationFilter ↔ String?
-
Filter for the conversations that should apply this analysis rule.
getter/setter pair
- createTime ↔ String?
-
The time at which this analysis rule was created.
getter/setter pair
- displayName ↔ String?
-
Display Name of the analysis rule.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Identifier.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ String?
-
The most recent time at which this analysis rule was updated.
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