ListSelect(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The card for presenting a list of options to select from.
Attributes |
|
---|---|
Name | Description |
title |
str
Optional. The overall title of the list. |
items |
MutableSequence[google.cloud.dialogflow_v2.types.Intent.Message.ListSelect.Item]
Required. List items. |
subtitle |
str
Optional. Subtitle of the list. |
Classes
Item
Item(mapping=None, *, ignore_unknown_fields=False, **kwargs)
An item in the list.