GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonArgs

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

Functions

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

Properties

Link copied to clipboard

Action to take when a user taps on the button.

Link copied to clipboard
val title: Output<String>

The title of the button.