GoogleCloudDialogflowV2beta1IntentMessageTableCardRowArgs

data class GoogleCloudDialogflowV2beta1IntentMessageTableCardRowArgs(val cells: Output<List<GoogleCloudDialogflowV2beta1IntentMessageTableCardCellArgs>>? = null, val dividerAfter: Output<Boolean>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentMessageTableCardRowArgs>

Row of TableCard.

Constructors

Functions

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

Properties

Link copied to clipboard

Optional. List of cells that make up this row.

Link copied to clipboard
val dividerAfter: Output<Boolean>? = null

Optional. Whether to add a visual divider after this row.