View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1EntityMentionData (google_api_contact_center_insights v0.13.0)
The data for an entity mention annotation. This represents a mention of an Entity in the conversation.
Attributes
-
entityUniqueId(type:String.t, default:nil) - The key of this entity in conversation entities. Can be used to retrieve the exactEntitythis mention is attached to. -
sentiment(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1SentimentData.t, default:nil) - Sentiment expressed for this mention of the entity. -
type(type:String.t, default:nil) - The type of the entity mention.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1EntityMentionData{ entityUniqueId: String.t() | nil, sentiment: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1SentimentData.t() | nil, type: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.