Class: Google::Cloud::ContactCenterInsights::V1::GcsSource
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::GcsSource
- 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
-
#audio_uri ⇒ ::String
Cloud Storage URI that points to a file that contains the conversation audio.
-
#transcript_uri ⇒ ::String
Immutable.
Instance Attribute Details
#audio_uri ⇒ ::String
Returns Cloud Storage URI that points to a file that contains the conversation audio.
268 269 270 271 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 268 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.
268 269 270 271 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 268 class GcsSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |