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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
GcsSourceOrBuilder |
|
getSourceCase()
public abstract ConversationDataSource.SourceCase getSourceCase()| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the gcsSource field is set. |