Google Cloud Dialogflow V2beta1Intent Message Basic Card Button Args
data class GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonArgs(val openUriAction: Output<GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriActionArgs>, val title: Output<String>) : ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonArgs>
The button object that appears at the bottom of a card.
Constructors
Link copied to clipboard
constructor(openUriAction: Output<GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriActionArgs>, title: Output<String>)
Properties
Link copied to clipboard
val openUriAction: Output<GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriActionArgs>
Action to take when a user taps on the button.