GoogleCloudContactcenterinsightsV1FeedbackLabel class
Represents a conversation, resource, and label provided by the user.
Can take the form of a string label or a QaAnswer label. QaAnswer labels are used for Quality AI example conversations. String labels are used for Topic Modeling.
Constructors
- GoogleCloudContactcenterinsightsV1FeedbackLabel.new({String? createTime, String? label, String? labeledResource, String? name, GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue? qaAnswerLabel, String? updateTime})
- GoogleCloudContactcenterinsightsV1FeedbackLabel.fromJson(Map json_)
Properties
- createTime ↔ String?
-
Create time of the label.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- label ↔ String?
-
String label used for Topic Modeling.
getter/setter pair
- labeledResource ↔ String?
-
Resource name of the resource to be labeled.
getter/setter pair
- name ↔ String?
-
Resource name of the FeedbackLabel.
getter/setter pair
- qaAnswerLabel ↔ GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue?
-
QaAnswer label used for Quality AI example conversations.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ String?
-
Update time of the label.
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