public interface ConversationDataSourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDialogflowSource()
public abstract DialogflowSource getDialogflowSource()The source when the conversation comes from Dialogflow.
.google.cloud.contactcenterinsights.v1.DialogflowSource dialogflow_source = 3;
| Type | Description |
| DialogflowSource | The dialogflowSource. |
getDialogflowSourceOrBuilder()
public abstract DialogflowSourceOrBuilder getDialogflowSourceOrBuilder()The source when the conversation comes from Dialogflow.
.google.cloud.contactcenterinsights.v1.DialogflowSource dialogflow_source = 3;
| Type | Description |
| DialogflowSourceOrBuilder |
getGcsSource()
public abstract GcsSource getGcsSource()A Cloud Storage location specification for the audio and transcript.
.google.cloud.contactcenterinsights.v1.GcsSource gcs_source = 1;
| Type | Description |
| 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;
| Type | Description |
| GcsSourceOrBuilder |
getSourceCase()
public abstract ConversationDataSource.SourceCase getSourceCase()| Type | Description |
| ConversationDataSource.SourceCase |
hasDialogflowSource()
public abstract boolean hasDialogflowSource()The source when the conversation comes from Dialogflow.
.google.cloud.contactcenterinsights.v1.DialogflowSource dialogflow_source = 3;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the gcsSource field is set. |