Google Cloud Dialogflow V2beta1Intent Message List Select Args
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
Link copied to clipboard
fun GoogleCloudDialogflowV2beta1IntentMessageListSelectArgs(items: Output<List<GoogleCloudDialogflowV2beta1IntentMessageListSelectItemArgs>>, subtitle: Output<String>? = null, title: Output<String>? = null)