View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1EntityMentionData (google_api_contact_center_insights v0.8.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 exact Entity this mention is attached to.
  • sentiment (type: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1SentimentData.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.GoogleCloudContactcenterinsightsV1EntityMentionData{
    entityUniqueId: String.t() | nil,
    sentiment:
      GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1SentimentData.t()
      | nil,
    type: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.