Contact Center AI Insights V1 API - Class Google::Cloud::ContactCenterInsights::V1::GcsSource (v0.10.0)

Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::GcsSource.

A Cloud Storage source of conversation data.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#audio_uri

def audio_uri() -> ::String
Returns
  • (::String) — Cloud Storage URI that points to a file that contains the conversation audio.

#audio_uri=

def audio_uri=(value) -> ::String
Parameter
  • value (::String) — 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.

#transcript_uri

def transcript_uri() -> ::String
Returns
  • (::String) — Immutable. Cloud Storage URI that points to a file that contains the conversation transcript.

#transcript_uri=

def transcript_uri=(value) -> ::String
Parameter
  • value (::String) — 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.