GoogleCloudDialogflowV2beta1IntentMessageListSelectArgs

data class GoogleCloudDialogflowV2beta1IntentMessageListSelectArgs(val items: Output<List<GoogleCloudDialogflowV2beta1IntentMessageListSelectItemArgs>>, val subtitle: Output<String>? = null, val title: Output<String>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentMessageListSelectArgs>

The card for presenting a list of options to select from.

Constructors

Functions

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

Properties

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

Optional. Subtitle of the list.

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

Optional. The overall title of the list.