Skip to content

StartExportFeedbackResponse

Response when starting a feedback export job.

Example Usage

typescript
import { StartExportFeedbackResponse } from "@meetkai/mka1/models/components";

let value: StartExportFeedbackResponse = {
  started: true,
  status: "FAILED",
};

Fields

FieldTypeRequiredDescription
startedboolean✔️Whether a new export was started (false if already running)
statuscomponents.StartExportFeedbackResponseStatus✔️Current status of the export job
progresscomponents.ProgressProgress information (available when running)