View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1DialogflowSource (google_api_contact_center_insights v0.8.0)

A Dialogflow source of conversation data.

Attributes

  • audioUri (type: String.t, default: nil) - Cloud Storage URI that points to a file that contains the conversation audio.
  • dialogflowConversation (type: String.t, default: nil) - Output only. The name of the Dialogflow conversation that this conversation resource is derived from. Format: projects/{project}/locations/{location}/conversations/{conversation}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1DialogflowSource{
    audioUri: String.t() | nil,
    dialogflowConversation: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.