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

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

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