Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::ConversationDataSource.
The conversation source, which is a combination of transcript and audio.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dialogflow_source
def dialogflow_source() -> ::Google::Cloud::ContactCenterInsights::V1::DialogflowSource
Returns
- (::Google::Cloud::ContactCenterInsights::V1::DialogflowSource) — The source when the conversation comes from Dialogflow.
#dialogflow_source=
def dialogflow_source=(value) -> ::Google::Cloud::ContactCenterInsights::V1::DialogflowSource
Parameter
- value (::Google::Cloud::ContactCenterInsights::V1::DialogflowSource) — The source when the conversation comes from Dialogflow.
Returns
- (::Google::Cloud::ContactCenterInsights::V1::DialogflowSource) — The source when the conversation comes from Dialogflow.
#gcs_source
def gcs_source() -> ::Google::Cloud::ContactCenterInsights::V1::GcsSource
Returns
- (::Google::Cloud::ContactCenterInsights::V1::GcsSource) — A Cloud Storage location specification for the audio and transcript.
#gcs_source=
def gcs_source=(value) -> ::Google::Cloud::ContactCenterInsights::V1::GcsSource
Parameter
- value (::Google::Cloud::ContactCenterInsights::V1::GcsSource) — A Cloud Storage location specification for the audio and transcript.
Returns
- (::Google::Cloud::ContactCenterInsights::V1::GcsSource) — A Cloud Storage location specification for the audio and transcript.