View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1GcsSource (google_api_contact_center_insights v0.6.0)

A Cloud Storage source of conversation data.

Attributes

  • audioUri (type: String.t, default: nil) - Cloud Storage URI that points to a file that contains the conversation audio.
  • transcriptUri (type: String.t, default: nil) - Immutable. Cloud Storage URI that points to a file that contains the conversation transcript.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.