Class ListSelect (2.27.0)

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

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

Attributes

NameDescription
title str
Optional. The overall title of the list.
items MutableSequence[google.cloud.dialogflow_v2beta1.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.