GoogleCloudContactcenterinsightsV1AutoLabelingRule class
Rule for auto-labeling conversations.
Constructors
-
GoogleCloudContactcenterinsightsV1AutoLabelingRule({bool? active, List<
GoogleCloudContactcenterinsightsV1AutoLabelingRuleLabelingCondition> ? conditions, String? createTime, String? description, String? displayName, String? labelKey, String? labelKeyType, String? name, String? updateTime}) - GoogleCloudContactcenterinsightsV1AutoLabelingRule.fromJson(Map json_)
Properties
- active ↔ bool?
-
Whether the rule is active.
getter/setter pair
-
conditions
↔ List<
GoogleCloudContactcenterinsightsV1AutoLabelingRuleLabelingCondition> ? -
Conditions to apply for auto-labeling the label_key.
getter/setter pair
- createTime ↔ String?
-
The time at which this rule was created.
getter/setter pair
- description ↔ String?
-
The description of the rule.
getter/setter pair
- displayName ↔ String?
-
The user-provided display name of the rule.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- labelKey ↔ String?
-
The label key.
getter/setter pair
- labelKeyType ↔ String?
-
The type of the label key.
Possible string values are:
getter/setter pair
- 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 the 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