public interface InputConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGcsSource()
public abstract GcsSources getGcsSource()The Cloud Storage URI has the form gs://<Google Cloud Storage bucket name>//agent*.json. Wildcards are allowed and will be expanded into all matched JSON files, which will be read as one conversation per file.
.google.cloud.dialogflow.v2.GcsSources gcs_source = 1;
| Returns | |
|---|---|
| Type | Description |
GcsSources |
The gcsSource. |
getGcsSourceOrBuilder()
public abstract GcsSourcesOrBuilder getGcsSourceOrBuilder()The Cloud Storage URI has the form gs://<Google Cloud Storage bucket name>//agent*.json. Wildcards are allowed and will be expanded into all matched JSON files, which will be read as one conversation per file.
.google.cloud.dialogflow.v2.GcsSources gcs_source = 1;
| Returns | |
|---|---|
| Type | Description |
GcsSourcesOrBuilder |
|
getSourceCase()
public abstract InputConfig.SourceCase getSourceCase()| Returns | |
|---|---|
| Type | Description |
InputConfig.SourceCase |
|
hasGcsSource()
public abstract boolean hasGcsSource()The Cloud Storage URI has the form gs://<Google Cloud Storage bucket name>//agent*.json. Wildcards are allowed and will be expanded into all matched JSON files, which will be read as one conversation per file.
.google.cloud.dialogflow.v2.GcsSources gcs_source = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the gcsSource field is set. |