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

The conversation source, which is a combination of transcript and audio.

Attributes

  • dialogflowSource (type: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1DialogflowSource.t, default: nil) - The source when the conversation comes from Dialogflow.
  • gcsSource (type: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1GcsSource.t, default: nil) - A Cloud Storage location specification for the audio and transcript.

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.GoogleCloudContactcenterinsightsV1ConversationDataSource{
    dialogflowSource:
      GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1DialogflowSource.t()
      | nil,
    gcsSource:
      GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1GcsSource.t()
      | nil
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.