GoogleCloudContactcenterinsightsV1EntityMentionData class
The data for an entity mention annotation.
This represents a mention of an Entity
in the conversation.
Constructors
- GoogleCloudContactcenterinsightsV1EntityMentionData({String? entityUniqueId, GoogleCloudContactcenterinsightsV1SentimentData? sentiment, String? type})
- GoogleCloudContactcenterinsightsV1EntityMentionData.fromJson(Map json_)
Properties
- entityUniqueId ↔ String?
-
The key of this entity in conversation entities.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sentiment ↔ GoogleCloudContactcenterinsightsV1SentimentData?
-
Sentiment expressed for this mention of the entity.
getter/setter pair
- type ↔ String?
-
The type of the entity mention.
Possible string values are:
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