Class: Google::Cloud::ContactCenterInsights::V1::GcsSource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/resources.rb

Overview

A Cloud Storage source of conversation data.

Instance Attribute Summary collapse

Instance Attribute Details

#audio_uri::String

Returns Cloud Storage URI that points to a file that contains the conversation audio.

Returns:

  • (::String)

    Cloud Storage URI that points to a file that contains the conversation audio.



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

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

#transcript_uri::String

Returns Immutable. Cloud Storage URI that points to a file that contains the conversation transcript.

Returns:

  • (::String)

    Immutable. Cloud Storage URI that points to a file that contains the conversation transcript.



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

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