List Speeches
Lists Speech resources. HTTP Mapping: GET /v1/conversation/speech
Query parameters
pageSize
page_size defines the maximum number of Speech resources to return. This optional field is used to control pagination.
pageToken
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
speeches
speeches is the list of Speech resources matching the ListSpeechRequest.
nextPageToken
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