Google Cloud Contact Center Insights V1 Client - Class GcsSource (1.8.0)

Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class GcsSource.

A Cloud Storage source of conversation data.

Generated from protobuf message google.cloud.contactcenterinsights.v1.GcsSource

Namespace

Google \ Cloud \ ContactCenterInsights \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ audio_uri string

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

↳ transcript_uri string

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

getAudioUri

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

Returns
TypeDescription
string

setAudioUri

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTranscriptUri

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

Returns
TypeDescription
string

setTranscriptUri

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this