List Characters
List retrieves a list of Character resources.
This RPC accepts a ListCharactersRequest, which may include a parent
parameter to scope the query, as well as pagination parameters such as
page_size and page_token. It returns a ListCharactersResponse containing the
list of Character resources and a next_page_token if additional pages are
available.
HTTP Mapping: GET "/v1/conversation/characters"
Path parameters
character
The character id.
Query parameters
pageSize
page_size specifies the maximum number of Character resources to return.
pageToken
page_token is used to retrieve the next page of results.
Response
OK
characters
characters is the list of Character resources.
nextPageToken
next_page_token is the token for retrieving the next page of results.
Errors
400
Bad Request Error