GoogleCloudDialogflowV2IntentMessageTableCardRowArgs

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

Row of TableCard.

Constructors

constructor(cells: Output<List<GoogleCloudDialogflowV2IntentMessageTableCardCellArgs>>? = null, dividerAfter: Output<Boolean>? = null)

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.

Functions

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