public interface InputConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
GcsSources |
getGcsSource()
The Cloud Storage URI has the form gs://<Google Cloud Storage bucket
name>//agent*.json.
|
GcsSourcesOrBuilder |
getGcsSourceOrBuilder()
The Cloud Storage URI has the form gs://<Google Cloud Storage bucket
name>//agent*.json.
|
InputConfig.SourceCase |
getSourceCase() |
boolean |
hasGcsSource()
The Cloud Storage URI has the form gs://<Google Cloud Storage bucket
name>//agent*.json.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
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;
InputConfig.SourceCase getSourceCase()
Copyright © 2022 Google LLC. All rights reserved.