Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class DialogflowSource.
A Dialogflow source of conversation data.
Generated from protobuf message google.cloud.contactcenterinsights.v1.DialogflowSource
Namespace
Google \ Cloud \ ContactCenterInsights \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ dialogflow_conversation |
string
Output only. The name of the Dialogflow conversation that this conversation resource is derived from. Format: projects/{project}/locations/{location}/conversations/{conversation} |
↳ audio_uri |
string
Cloud Storage URI that points to a file that contains the conversation audio. |
getDialogflowConversation
Output only. The name of the Dialogflow conversation that this conversation resource is derived from. Format: projects/{project}/locations/{location}/conversations/{conversation}
Returns | |
---|---|
Type | Description |
string |
setDialogflowConversation
Output only. The name of the Dialogflow conversation that this conversation resource is derived from. Format: projects/{project}/locations/{location}/conversations/{conversation}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
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 |