GoogleCloudDialogflowV2SuggestionFeatureArgs

data class GoogleCloudDialogflowV2SuggestionFeatureArgs(val type: Output<GoogleCloudDialogflowV2SuggestionFeatureType>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2SuggestionFeatureArgs>

The type of Human Agent Assistant API suggestion to perform, and the maximum number of results to return for that type. Multiple Feature objects can be specified in the features list.

Constructors

constructor(type: Output<GoogleCloudDialogflowV2SuggestionFeatureType>? = null)

Properties

Link copied to clipboard

Type of Human Agent Assistant API feature to request.

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowV2SuggestionFeatureArgs