Class: Google::Cloud::ContactCenterInsights::V1::ConversationDataSource
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::ConversationDataSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
Overview
The conversation source, which is a combination of transcript and audio.
Instance Attribute Summary collapse
-
#dialogflow_source ⇒ ::Google::Cloud::ContactCenterInsights::V1::DialogflowSource
The source when the conversation comes from Dialogflow.
-
#gcs_source ⇒ ::Google::Cloud::ContactCenterInsights::V1::GcsSource
A Cloud Storage location specification for the audio and transcript.
Instance Attribute Details
#dialogflow_source ⇒ ::Google::Cloud::ContactCenterInsights::V1::DialogflowSource
Returns The source when the conversation comes from Dialogflow.
254 255 256 257 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 254 class ConversationDataSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcs_source ⇒ ::Google::Cloud::ContactCenterInsights::V1::GcsSource
Returns A Cloud Storage location specification for the audio and transcript.
254 255 256 257 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 254 class ConversationDataSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |