GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IntentMatchData (google_api_contact_center_insights v0.3.0) View Source

The data for an intent match. Represents an intent match for a text segment in the conversation. A text segment can be part of a sentence, a complete sentence, or an utterance with multiple sentences.

Attributes

  • intentUniqueId (type: String.t, default: nil) - The id of the matched intent. Can be used to retrieve the corresponding intent information.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IntentMatchData{
    intentUniqueId: String.t() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.