ListTextToSpeechHistoryRequest
Example Usage
typescript
import { ListTextToSpeechHistoryRequest } from "@meetkai/mka1/models/operations";
let value: ListTextToSpeechHistoryRequest = {
after: "tts_aa87e2b1112a455b8deabed784372198",
};Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
after | string | ➖ | N/A | tts_aa87e2b1112a455b8deabed784372198 |
limit | number | ➖ | N/A | 20 |
order | operations.ListTextToSpeechHistoryQueryParamOrder | ➖ | Sort order by creation time. Defaults to 'desc' (newest first). | desc |
model | string | ➖ | N/A | |
xOnBehalfOf | string | ➖ | Optional external end-user identifier forwarded by the API gateway. |