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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setAudioUri
Cloud Storage URI that points to a file that contains the conversation audio.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTranscriptUri
Immutable. Cloud Storage URI that points to a file that contains the conversation transcript.
Returns | |
---|---|
Type | Description |
string |
setTranscriptUri
Immutable. Cloud Storage URI that points to a file that contains the conversation transcript.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |