Class ListSuggestionsResponse (2.6.0)

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

The response message for Participants.ListSuggestions.

Attributes

NameDescription
suggestions Sequence[google.cloud.dialogflow_v2beta1.types.Suggestion]
Required. The list of suggestions. There will be a maximum number of items returned based on the page_size field in the request. suggestions is sorted by create_time in descending order.
next_page_token str
Optional. Token to retrieve the next page of results or empty if there are no more results in the list.