buttons

@JvmName(name = "yxjibjmyyqficgmi")
suspend fun buttons(value: Output<List<GoogleCloudDialogflowV2IntentMessageBasicCardButtonArgs>>)
@JvmName(name = "ikcflvdsluuihhes")
suspend fun buttons(value: List<GoogleCloudDialogflowV2IntentMessageBasicCardButtonArgs>?)

Parameters

value

Optional. List of buttons for the card.


@JvmName(name = "rsgtkartnttpfaxj")
suspend fun buttons(vararg values: Output<GoogleCloudDialogflowV2IntentMessageBasicCardButtonArgs>)


@JvmName(name = "sekgvkbbfgqcmfwa")
suspend fun buttons(values: List<Output<GoogleCloudDialogflowV2IntentMessageBasicCardButtonArgs>>)
@JvmName(name = "mkquklmpfqguayei")
suspend fun buttons(vararg values: GoogleCloudDialogflowV2IntentMessageBasicCardButtonArgs)

Parameters

values

Optional. List of buttons for the card.


@JvmName(name = "uiicyoqxyhnfpapw")
suspend fun buttons(argument: List<suspend GoogleCloudDialogflowV2IntentMessageBasicCardButtonArgsBuilder.() -> Unit>)
@JvmName(name = "ndmknmvomsebwunq")
suspend fun buttons(vararg argument: suspend GoogleCloudDialogflowV2IntentMessageBasicCardButtonArgsBuilder.() -> Unit)
@JvmName(name = "toemreoolpptvyub")
suspend fun buttons(argument: suspend GoogleCloudDialogflowV2IntentMessageBasicCardButtonArgsBuilder.() -> Unit)

Parameters

argument

Optional. List of buttons for the card.