GoogleCloudDialogflowV2IntentMessageTableCardRowArgs

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

Row of TableCard.

Constructors

Functions

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

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.