SpeechToTextHistoryList
A paginated list of speech-to-text history items.
Example Usage
typescript
import { SpeechToTextHistoryList } from "@meetkai/mka1/models/components";
let value: SpeechToTextHistoryList = {
object: "list",
data: [],
hasMore: true,
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
object | "list" | ✔️ | N/A |
data | components.SpeechToTextHistoryObject[] | ✔️ | N/A |
firstId | string | ➖ | N/A |
lastId | string | ➖ | N/A |
hasMore | boolean | ✔️ | N/A |