GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfigResponse

data class GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfigResponse(val allowlistDocument: String, val maxResultCount: Int)

Smart compose specific configuration for evaluation job.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The allowlist document resource name. Format: projects//knowledgeBases//documents/. Only used for smart compose model.

Link copied to clipboard

The model to be evaluated can return multiple results with confidence score on each query. These results will be sorted by the descending order of the scores and we only keep the first max_result_count results as the final results to evaluate.