View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1DialogflowInteractionData (google_api_contact_center_insights v0.10.2)

Dialogflow interaction data.

Attributes

  • confidence (type: number(), default: nil) - The confidence of the match ranging from 0.0 (completely uncertain) to 1.0 (completely certain).
  • dialogflowIntentId (type: String.t, default: nil) - The Dialogflow intent resource path. Format: projects/{project}/agent/{agent}/intents/{intent}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1DialogflowInteractionData{
    confidence: number() | nil,
    dialogflowIntentId: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.