View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1ConversationDataSource (google_api_contact_center_insights v0.10.2)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1ConversationDataSource{ dialogflowSource: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1DialogflowSource.t() | nil, gcsSource: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1GcsSource.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.