buttons
suspend fun buttons(value: Output<List<GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonArgs>>)
Parameters
value
Optional. The collection of card buttons.
suspend fun buttons(vararg values: Output<GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonArgs>)
suspend fun buttons(values: List<Output<GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonArgs>>)
Parameters
values
Optional. The collection of card buttons.
suspend fun buttons(argument: List<suspend GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonArgsBuilder.() -> Unit>)
suspend fun buttons(vararg argument: suspend GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonArgsBuilder.() -> Unit)
suspend fun buttons(argument: suspend GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonArgsBuilder.() -> Unit)
Parameters
argument
Optional. The collection of card buttons.