public interface ConversationDataSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGcsSource()
A Cloud Storage location specification for the audio and transcript.
.google.cloud.contactcenterinsights.v1.GcsSource gcs_source = 1;GcsSource getGcsSource()
A Cloud Storage location specification for the audio and transcript.
.google.cloud.contactcenterinsights.v1.GcsSource gcs_source = 1;GcsSourceOrBuilder getGcsSourceOrBuilder()
A Cloud Storage location specification for the audio and transcript.
.google.cloud.contactcenterinsights.v1.GcsSource gcs_source = 1;boolean hasDialogflowSource()
The source when the conversation comes from Dialogflow.
.google.cloud.contactcenterinsights.v1.DialogflowSource dialogflow_source = 3;DialogflowSource getDialogflowSource()
The source when the conversation comes from Dialogflow.
.google.cloud.contactcenterinsights.v1.DialogflowSource dialogflow_source = 3;DialogflowSourceOrBuilder getDialogflowSourceOrBuilder()
The source when the conversation comes from Dialogflow.
.google.cloud.contactcenterinsights.v1.DialogflowSource dialogflow_source = 3;ConversationDataSource.SourceCase getSourceCase()
Copyright © 2025 Google LLC. All rights reserved.