Class: Google::Cloud::ContactCenterInsights::V1::ConversationDataSource

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#dialogflow_source::Google::Cloud::ContactCenterInsights::V1::DialogflowSource

Returns The source when the conversation comes from Dialogflow.

Returns:



224
225
226
227
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 224

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.

Returns:



224
225
226
227
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 224

class ConversationDataSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end