Skip to content

ListTextToSpeechHistoryRequest

Example Usage

typescript
import { ListTextToSpeechHistoryRequest } from "@meetkai/mka1/models/operations";

let value: ListTextToSpeechHistoryRequest = {
  after: "tts_aa87e2b1112a455b8deabed784372198",
};

Fields

FieldTypeRequiredDescriptionExample
afterstringN/Atts_aa87e2b1112a455b8deabed784372198
limitnumberN/A20
orderoperations.ListTextToSpeechHistoryQueryParamOrderSort order by creation time. Defaults to 'desc' (newest first).desc
modelstringN/A
xOnBehalfOfstringOptional external end-user identifier forwarded by the API gateway.