Class ListAnswerRecordsRequest (2.14.0)

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

Request message for AnswerRecords.ListAnswerRecords.

Attributes

NameDescription
parent str
Required. The project to list all answer records for in reverse chronological order. Format: ``projects/
filter str
Required. Filters to restrict results to specific answer records. Filter on answer record type. Currently predicates on ``type`` is supported, valid values are ``ARTICLE_ANSWER``, ``FAQ_ANSWER``. For more information about filtering, see `API Filtering
page_size int
Optional. The maximum number of records to return in a single page. The server may return fewer records than this. If unspecified, we use 10. The maximum is 100.
page_token str
Optional. The ListAnswerRecordsResponse.next_page_token value returned from a previous list request used to continue listing on the next page.

Inheritance

builtins.object > proto.message.Message > ListAnswerRecordsRequest