Google Cloud Dialogflow V2beta1Intent Message Select Item Info Args
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
Link copied to clipboard
fun GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfoArgs(key: Output<String>, synonyms: Output<List<String>>? = null)