Google Cloud Contact Center Insights V1 Client - Class ConversationDataSource (2.2.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

Namespace

Google \ Cloud \ ContactCenterInsights \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ gcs_source GcsSource

A Cloud Storage location specification for the audio and transcript.

↳ dialogflow_source DialogflowSource

The source when the conversation comes from Dialogflow.

getGcsSource

A Cloud Storage location specification for the audio and transcript.

Returns
Type Description
GcsSource|null

hasGcsSource

setGcsSource

A Cloud Storage location specification for the audio and transcript.

Parameter
Name Description
var GcsSource
Returns
Type Description
$this

getDialogflowSource

The source when the conversation comes from Dialogflow.

Returns
Type Description
DialogflowSource|null

hasDialogflowSource

setDialogflowSource

The source when the conversation comes from Dialogflow.

Parameter
Name Description
var DialogflowSource
Returns
Type Description
$this

getSource

Returns
Type Description
string