Google Cloud Dialogflow V2Intent Message Basic Card Button Args
data class GoogleCloudDialogflowV2IntentMessageBasicCardButtonArgs(val openUriAction: Output<GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriActionArgs>, val title: Output<String>) : ConvertibleToJava<GoogleCloudDialogflowV2IntentMessageBasicCardButtonArgs>
The button object that appears at the bottom of a card.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowV2IntentMessageBasicCardButtonArgs(openUriAction: Output<GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriActionArgs>, title: Output<String>)