Google Cloud Dialogflow V2beta1Intent Message List Select Response
data class GoogleCloudDialogflowV2beta1IntentMessageListSelectResponse(val items: List<GoogleCloudDialogflowV2beta1IntentMessageListSelectItemResponse>, val subtitle: String, val title: String)
The card for presenting a list of options to select from.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowV2beta1IntentMessageListSelectResponse(items: List<GoogleCloudDialogflowV2beta1IntentMessageListSelectItemResponse>, subtitle: String, title: String)