Interface ConversationDataSourceOrBuilder (2.11.0)

public interface ConversationDataSourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDialogflowSource()

public abstract DialogflowSource getDialogflowSource()

The source when the conversation comes from Dialogflow.

.google.cloud.contactcenterinsights.v1.DialogflowSource dialogflow_source = 3;

Returns
TypeDescription
DialogflowSource

The dialogflowSource.

getDialogflowSourceOrBuilder()

public abstract DialogflowSourceOrBuilder getDialogflowSourceOrBuilder()

The source when the conversation comes from Dialogflow.

.google.cloud.contactcenterinsights.v1.DialogflowSource dialogflow_source = 3;

Returns
TypeDescription
DialogflowSourceOrBuilder

getGcsSource()

public abstract GcsSource getGcsSource()

A Cloud Storage location specification for the audio and transcript.

.google.cloud.contactcenterinsights.v1.GcsSource gcs_source = 1;

Returns
TypeDescription
GcsSource

The gcsSource.

getGcsSourceOrBuilder()

public abstract GcsSourceOrBuilder getGcsSourceOrBuilder()

A Cloud Storage location specification for the audio and transcript.

.google.cloud.contactcenterinsights.v1.GcsSource gcs_source = 1;

Returns
TypeDescription
GcsSourceOrBuilder

getSourceCase()

public abstract ConversationDataSource.SourceCase getSourceCase()
Returns
TypeDescription
ConversationDataSource.SourceCase

hasDialogflowSource()

public abstract boolean hasDialogflowSource()

The source when the conversation comes from Dialogflow.

.google.cloud.contactcenterinsights.v1.DialogflowSource dialogflow_source = 3;

Returns
TypeDescription
boolean

Whether the dialogflowSource field is set.

hasGcsSource()

public abstract boolean hasGcsSource()

A Cloud Storage location specification for the audio and transcript.

.google.cloud.contactcenterinsights.v1.GcsSource gcs_source = 1;

Returns
TypeDescription
boolean

Whether the gcsSource field is set.