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
| Field | Type | Required | Description |
|---|---|---|---|
started | boolean | ✔️ | Whether a new export was started (false if already running) |
status | components.StartExportFeedbackResponseStatus | ✔️ | Current status of the export job |
progress | components.Progress | ➖ | Progress information (available when running) |