Google Cloud Dialogflow V2Suggestion Feature Args
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
Link copied to clipboard
fun GoogleCloudDialogflowV2SuggestionFeatureArgs(type: Output<GoogleCloudDialogflowV2SuggestionFeatureType>? = null)