Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class ConversationDataSource.
The conversation source, which is a combination of transcript and audio.
Generated from protobuf message google.cloud.contactcenterinsights.v1.ConversationDataSource
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ gcs_source |
Google\Cloud\ContactCenterInsights\V1\GcsSource
A Cloud Storage location specification for the audio and transcript. |
↳ dialogflow_source |
Google\Cloud\ContactCenterInsights\V1\DialogflowSource
The source when the conversation comes from Dialogflow. |
getGcsSource
A Cloud Storage location specification for the audio and transcript.
Returns | |
---|---|
Type | Description |
Google\Cloud\ContactCenterInsights\V1\GcsSource|null |
hasGcsSource
setGcsSource
A Cloud Storage location specification for the audio and transcript.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\ContactCenterInsights\V1\GcsSource
|
Returns | |
---|---|
Type | Description |
$this |
getDialogflowSource
The source when the conversation comes from Dialogflow.
Returns | |
---|---|
Type | Description |
Google\Cloud\ContactCenterInsights\V1\DialogflowSource|null |
hasDialogflowSource
setDialogflowSource
The source when the conversation comes from Dialogflow.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\ContactCenterInsights\V1\DialogflowSource
|
Returns | |
---|---|
Type | Description |
$this |
getSource
Returns | |
---|---|
Type | Description |
string |