card Contents
suspend fun cardContents(value: Output<List<GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentArgs>>)
Parameters
value
The cards in the carousel. A carousel must have at least 2 cards and at most 10.
suspend fun cardContents(vararg values: Output<GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentArgs>)
suspend fun cardContents(values: List<Output<GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentArgs>>)
suspend fun cardContents(vararg values: GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentArgs)
Parameters
values
The cards in the carousel. A carousel must have at least 2 cards and at most 10.
suspend fun cardContents(argument: List<suspend GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentArgsBuilder.() -> Unit>)
suspend fun cardContents(vararg argument: suspend GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentArgsBuilder.() -> Unit)
suspend fun cardContents(argument: suspend GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentArgsBuilder.() -> Unit)
Parameters
argument
The cards in the carousel. A carousel must have at least 2 cards and at most 10.