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.

Note: The following fields are mutually exclusive: dialogflow_source, gcs_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::ContactCenterInsights::V1::DialogflowSource)

    The source when the conversation comes from Dialogflow.

    Note: The following fields are mutually exclusive: dialogflow_source, gcs_source. If a field in that set is populated, all other fields in the set will automatically be cleared.



310
311
312
313
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 310

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.

Note: The following fields are mutually exclusive: gcs_source, dialogflow_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::ContactCenterInsights::V1::GcsSource)

    A Cloud Storage location specification for the audio and transcript.

    Note: The following fields are mutually exclusive: gcs_source, dialogflow_source. If a field in that set is populated, all other fields in the set will automatically be cleared.



310
311
312
313
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 310

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