GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfoArgs

data class GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfoArgs(val key: Output<String>, val synonyms: Output<List<String>>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfoArgs>

Additional info about the select item for when it is triggered in a dialog.

Constructors

Functions

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

Properties

Link copied to clipboard
val key: Output<String>

A unique key that will be sent back to the agent if this response is given.

Link copied to clipboard
val synonyms: Output<List<String>>? = null

Optional. A list of synonyms that can also be used to trigger this item in dialog.