Interface GenerateAppResourceRequest.AppGenerationConfigOrBuilder (0.7.0)

public static interface GenerateAppResourceRequest.AppGenerationConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContext()

public abstract String getContext()

Optional. The context which describes the requirements of the agents & tools to be generated.

string context = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The context.

getContextBytes()

public abstract ByteString getContextBytes()

Optional. The context which describes the requirements of the agents & tools to be generated.

string context = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for context.

getDatasetId()

public abstract String getDatasetId()

Optional. The insights dataset to be used to fetch conversation data for generating the agents & tools. Format: projects/{project}/locations/{location}/datasets/{dataset}.

string dataset_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The datasetId.

getDatasetIdBytes()

public abstract ByteString getDatasetIdBytes()

Optional. The insights dataset to be used to fetch conversation data for generating the agents & tools. Format: projects/{project}/locations/{location}/datasets/{dataset}.

string dataset_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for datasetId.

getFileContexts(int index)

public abstract FileContext getFileContexts(int index)

Optional. The files to be used as context.

repeated .google.cloud.ces.v1beta.FileContext file_contexts = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
FileContext

getFileContextsCount()

public abstract int getFileContextsCount()

Optional. The files to be used as context.

repeated .google.cloud.ces.v1beta.FileContext file_contexts = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getFileContextsList()

public abstract List<FileContext> getFileContextsList()

Optional. The files to be used as context.

repeated .google.cloud.ces.v1beta.FileContext file_contexts = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<FileContext>

getFileContextsOrBuilder(int index)

public abstract FileContextOrBuilder getFileContextsOrBuilder(int index)

Optional. The files to be used as context.

repeated .google.cloud.ces.v1beta.FileContext file_contexts = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
FileContextOrBuilder

getFileContextsOrBuilderList()

public abstract List<? extends FileContextOrBuilder> getFileContextsOrBuilderList()

Optional. The files to be used as context.

repeated .google.cloud.ces.v1beta.FileContext file_contexts = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.cloud.ces.v1beta.FileContextOrBuilder>

getGcsLocation()

public abstract String getGcsLocation()

Optional. The Cloud Storage location to store the generated question answer data to be used by the Datastore tool. This data is generated only when using conversation data as an input source. The location must be in the same project as the app. Format: gs://....

string gcs_location = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The gcsLocation.

getGcsLocationBytes()

public abstract ByteString getGcsLocationBytes()

Optional. The Cloud Storage location to store the generated question answer data to be used by the Datastore tool. This data is generated only when using conversation data as an input source. The location must be in the same project as the app. Format: gs://....

string gcs_location = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for gcsLocation.

getGenerateEvaluations()

public abstract boolean getGenerateEvaluations()

Optional. Whether to generate the evaluations for the app. If true, the provided context will be used to generate the evaluations data.

bool generate_evaluations = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The generateEvaluations.