GoogleCloudDialogflowV2IntentMessageListSelectItemArgs

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

An item in the list.

Constructors

constructor(description: Output<String>? = null, image: Output<GoogleCloudDialogflowV2IntentMessageImageArgs>? = null, info: Output<GoogleCloudDialogflowV2IntentMessageSelectItemInfoArgs>, title: Output<String>)

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.

Functions

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