GoogleCloudDialogflowV2IntentMessageCarouselSelectItemArgs

data class GoogleCloudDialogflowV2IntentMessageCarouselSelectItemArgs(val description: Output<String>? = null, val image: Output<GoogleCloudDialogflowV2IntentMessageImageArgs>? = null, val info: Output<GoogleCloudDialogflowV2IntentMessageSelectItemInfoArgs>, val title: Output<String>) : ConvertibleToJava<GoogleCloudDialogflowV2IntentMessageCarouselSelectItemArgs>

An item in the carousel.

Constructors

Functions

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

Properties

Link copied to clipboard
val description: Output<String>? = null

Optional. The body text of the card.

Link copied to clipboard

Optional. The image to display.

Link copied to clipboard

Additional info about the option item.

Link copied to clipboard
val title: Output<String>

Title of the carousel item.