GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItemArgs

data class GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItemArgs(val description: Output<String>? = null, val image: Output<GoogleCloudDialogflowV2beta1IntentMessageImageArgs>? = null, val info: Output<GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfoArgs>, val title: Output<String>) : ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItemArgs>

An item in the carousel.

Constructors

Functions

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

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.