Skip to content

ExportResponseFeedbackRequest

Example Usage

typescript
import { ExportResponseFeedbackRequest } from "@meetkai/mka1/models/operations";

let value: ExportResponseFeedbackRequest = {
  rating: "thumbs_up",
};

Fields

FieldTypeRequiredDescriptionExample
orderoperations.ExportResponseFeedbackQueryParamOrderThe 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
ratingoperations.ExportResponseFeedbackQueryParamRatingOnly export feedback entries with this rating. Omit to export entries with any rating.thumbs_up
xOnBehalfOfstringOptional external end-user identifier forwarded by the API gateway.