Interface GenerateAppResourceRequest.EvaluationGenerationConfigOrBuilder (0.7.0)

public static interface GenerateAppResourceRequest.EvaluationGenerationConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDatasetId()

public abstract String getDatasetId()

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

string dataset_id = 1 [(.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 evaluations. Format: projects/{project}/locations/{location}/datasets/{dataset}.

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

Returns
Type Description
ByteString

The bytes for datasetId.