ExportResponseFeedbackRequest
Example Usage
typescript
import { ExportResponseFeedbackRequest } from "@meetkai/mka1/models/operations";
let value: ExportResponseFeedbackRequest = {
rating: "thumbs_up",
};Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
order | operations.ExportResponseFeedbackQueryParamOrder | ➖ | The order to export feedback entries in by creation date of the underlying request. 'asc' exports oldest first, 'desc' exports newest first. Defaults to 'desc' (newest first). | desc |
rating | operations.ExportResponseFeedbackQueryParamRating | ➖ | Only export feedback entries with this rating. Omit to export entries with any rating. | thumbs_up |
xOnBehalfOf | string | ➖ | Optional external end-user identifier forwarded by the API gateway. |