GoogleCloudContactcenterinsightsV1AssessmentRule class
The CCAI Insights project wide assessment rule.
This assessment rule will be applied to all conversations from the previous sampling cycle that match the sample rule defined in the assessment rule. One project can have multiple assessment rules.
Constructors
- GoogleCloudContactcenterinsightsV1AssessmentRule.new({bool? active, String? createTime, String? displayName, String? name, GoogleCloudContactcenterinsightsV1SampleRule? sampleRule, GoogleCloudContactcenterinsightsV1ScheduleInfo? scheduleInfo, String? updateTime})
- GoogleCloudContactcenterinsightsV1AssessmentRule.fromJson(Map json_)
Properties
- active ↔ bool?
-
If true, apply this rule to conversations.
getter/setter pair
- createTime ↔ String?
-
The time at which this assessment rule was created.
getter/setter pair
- displayName ↔ String?
-
Display Name of the assessment 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
- sampleRule ↔ GoogleCloudContactcenterinsightsV1SampleRule?
-
The sample rule for the assessment rule.
getter/setter pair
- scheduleInfo ↔ GoogleCloudContactcenterinsightsV1ScheduleInfo?
-
Schedule info for the assessment rule.
getter/setter pair
- updateTime ↔ String?
-
The most recent time at which this assessment 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