Interface ConversationDataSourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConversationDataSource
,ConversationDataSource.Builder
public interface ConversationDataSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DialogflowSource
getDialogflowSource()
The source when the conversation comes from Dialogflow.DialogflowSourceOrBuilder
getDialogflowSourceOrBuilder()
The source when the conversation comes from Dialogflow.GcsSource
getGcsSource()
A Cloud Storage location specification for the audio and transcript.GcsSourceOrBuilder
getGcsSourceOrBuilder()
A Cloud Storage location specification for the audio and transcript.ConversationDataSource.SourceCase
getSourceCase()
boolean
hasDialogflowSource()
The source when the conversation comes from Dialogflow.boolean
hasGcsSource()
A Cloud Storage location specification for the audio and transcript.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGcsSource
boolean hasGcsSource()
A Cloud Storage location specification for the audio and transcript.
.google.cloud.contactcenterinsights.v1.GcsSource gcs_source = 1;
- Returns:
- Whether the gcsSource field is set.
-
getGcsSource
GcsSource getGcsSource()
A Cloud Storage location specification for the audio and transcript.
.google.cloud.contactcenterinsights.v1.GcsSource gcs_source = 1;
- Returns:
- The gcsSource.
-
getGcsSourceOrBuilder
GcsSourceOrBuilder getGcsSourceOrBuilder()
A Cloud Storage location specification for the audio and transcript.
.google.cloud.contactcenterinsights.v1.GcsSource gcs_source = 1;
-
hasDialogflowSource
boolean hasDialogflowSource()
The source when the conversation comes from Dialogflow.
.google.cloud.contactcenterinsights.v1.DialogflowSource dialogflow_source = 3;
- Returns:
- Whether the dialogflowSource field is set.
-
getDialogflowSource
DialogflowSource getDialogflowSource()
The source when the conversation comes from Dialogflow.
.google.cloud.contactcenterinsights.v1.DialogflowSource dialogflow_source = 3;
- Returns:
- The dialogflowSource.
-
getDialogflowSourceOrBuilder
DialogflowSourceOrBuilder getDialogflowSourceOrBuilder()
The source when the conversation comes from Dialogflow.
.google.cloud.contactcenterinsights.v1.DialogflowSource dialogflow_source = 3;
-
getSourceCase
ConversationDataSource.SourceCase getSourceCase()
-
-