List Speeches

Lists Speech resources. HTTP Mapping: GET /v1/conversation/speech

Query parameters

pageSizeintegerOptional

page_size defines the maximum number of Speech resources to return. This optional field is used to control pagination.

pageTokenstringOptional

page_token is used to retrieve the next page of results in a paginated list. It should be set to the next_page_token value from a previous ListSpeechResponse.

Response

OK
speecheslist of objectsRead-only
speeches is the list of Speech resources matching the ListSpeechRequest.
nextPageTokenstring

next_page_token is a token to retrieve the next page of results. If empty, it indicates that there are no additional results.

Errors

400
Bad Request Error