Interface InputConfigOrBuilder (4.47.0)

public interface InputConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
GcsSourcesOrBuilder

getSourceCase()

public abstract InputConfig.SourceCase getSourceCase()
Returns
TypeDescription
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
TypeDescription
boolean

Whether the gcsSource field is set.