GoogleCloudDialogflowV2beta1IntentMessageListSelectItemArgs

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

An item in the list.

Constructors

Functions

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

Properties

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

Optional. The main text describing the item.

Link copied to clipboard

Optional. The image to display.

Link copied to clipboard

Additional information about this option.

Link copied to clipboard
val title: Output<String>

The title of the list item.