Google Cloud Contact Center Insights V1 Client - Class ConversationDataSource (1.1.0)

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
NameDescription
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
TypeDescription
Google\Cloud\ContactCenterInsights\V1\GcsSource|null

hasGcsSource

setGcsSource

A Cloud Storage location specification for the audio and transcript.

Parameter
NameDescription
var Google\Cloud\ContactCenterInsights\V1\GcsSource
Returns
TypeDescription
$this

getDialogflowSource

The source when the conversation comes from Dialogflow.

Returns
TypeDescription
Google\Cloud\ContactCenterInsights\V1\DialogflowSource|null

hasDialogflowSource

setDialogflowSource

The source when the conversation comes from Dialogflow.

Parameter
NameDescription
var Google\Cloud\ContactCenterInsights\V1\DialogflowSource
Returns
TypeDescription
$this

getSource

Returns
TypeDescription
string