View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1Intent (google_api_contact_center_insights v0.9.0)

The data for an intent. Represents a detected intent in the conversation, for example MAKES_PROMISE.

Attributes

  • displayName (type: String.t, default: nil) - The human-readable name of the intent.
  • id (type: String.t, default: nil) - The unique identifier of the intent.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1Intent{
    displayName: String.t() | nil,
    id: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.