GoogleCloudContactcenterinsightsV1QaQuestionTag class
A tag is a resource which aims to categorize a set of questions across multiple scorecards, e.g., "Customer Satisfaction","Billing", etc.
Constructors
-
GoogleCloudContactcenterinsightsV1QaQuestionTag.new({String? createTime, String? displayName, String? name, List<
String> ? qaQuestionIds, String? updateTime}) - GoogleCloudContactcenterinsightsV1QaQuestionTag.fromJson(Map json_)
Properties
- createTime ↔ String?
-
The time at which the question tag was created.
getter/setter pair
- displayName ↔ String?
-
A user-specified display name for the tag.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Identifier.
getter/setter pair
-
qaQuestionIds
↔ List<
String> ? -
The list of Scorecard Question IDs that the tag applies to.
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 question tag 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