Google Cloud Dialogflow V2Intent Message Card Args
data class GoogleCloudDialogflowV2IntentMessageCardArgs(val buttons: Output<List<GoogleCloudDialogflowV2IntentMessageCardButtonArgs>>? = null, val imageUri: Output<String>? = null, val subtitle: Output<String>? = null, val title: Output<String>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2IntentMessageCardArgs>
The card response message.
Constructors
Link copied to clipboard
constructor(buttons: Output<List<GoogleCloudDialogflowV2IntentMessageCardButtonArgs>>? = null, imageUri: Output<String>? = null, subtitle: Output<String>? = null, title: Output<String>? = null)