Google Cloud Dialogflow V2beta1Intent Message Table Card Args
data class GoogleCloudDialogflowV2beta1IntentMessageTableCardArgs(val buttons: Output<List<GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonArgs>>? = null, val columnProperties: Output<List<GoogleCloudDialogflowV2beta1IntentMessageColumnPropertiesArgs>>? = null, val image: Output<GoogleCloudDialogflowV2beta1IntentMessageImageArgs>? = null, val rows: Output<List<GoogleCloudDialogflowV2beta1IntentMessageTableCardRowArgs>>? = null, val subtitle: Output<String>? = null, val title: Output<String>) : ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentMessageTableCardArgs>
Table card for Actions on Google.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowV2beta1IntentMessageTableCardArgs(buttons: Output<List<GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonArgs>>? = null, columnProperties: Output<List<GoogleCloudDialogflowV2beta1IntentMessageColumnPropertiesArgs>>? = null, image: Output<GoogleCloudDialogflowV2beta1IntentMessageImageArgs>? = null, rows: Output<List<GoogleCloudDialogflowV2beta1IntentMessageTableCardRowArgs>>? = null, subtitle: Output<String>? = null, title: Output<String>)
Functions
Properties
Link copied to clipboard
val columnProperties: Output<List<GoogleCloudDialogflowV2beta1IntentMessageColumnPropertiesArgs>>? = null