SpeechHistoryDeletionStatus
Confirmation that a speech history item was deleted.
Example Usage
typescript
import { SpeechHistoryDeletionStatus } from "@meetkai/mka1/models/components";
let value: SpeechHistoryDeletionStatus = {
id: "<id>",
object: "<value>",
deleted: true,
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | ✔️ | The ID of the deleted history item. |
object | string | ✔️ | The object type of the deleted item. |
deleted | true | ✔️ | Always true when deletion succeeds. |