Class ListSelect (2.2.0)

ListSelect(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Optional. The overall title of the list.

:type: str

Attributes

NameDescription
items Sequence[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. .. attribute:: info

Required. Additional information about this option.

:type: google.cloud.dialogflow_v2.types.Intent.Message.SelectItemInfo