Google Cloud Dialogflow V2Intent Message Select Item Info Args
data class GoogleCloudDialogflowV2IntentMessageSelectItemInfoArgs(val key: Output<String>, val synonyms: Output<List<String>>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2IntentMessageSelectItemInfoArgs>
Additional info about the select item for when it is triggered in a dialog.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowV2IntentMessageSelectItemInfoArgs(key: Output<String>, synonyms: Output<List<String>>? = null)