GoogleCloudContactcenterinsightsV1Entity class

The data for an entity annotation.

Represents a phrase in the conversation that is a known entity, such as a person, an organization, or location.

Properties

displayName String?
The representative name for the entity.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
metadata Map<String, String>?
Metadata associated with the entity.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
salience double?
The salience score associated with the entity in the [0, 1.0] range.
getter/setter pair
sentiment GoogleCloudContactcenterinsightsV1SentimentData?
The aggregate sentiment expressed for this entity in the conversation.
getter/setter pair
type String?
The entity type. 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