Skip to content

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

FieldTypeRequiredDescription
idstring✔️The ID of the deleted history item.
objectstring✔️The object type of the deleted item.
deletedtrue✔️Always true when deletion succeeds.