Skip to content

ExportCompletionFeedbackRequest

Example Usage

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

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

Fields

FieldTypeRequiredDescriptionExample
orderoperations.ExportCompletionFeedbackQueryParamOrderThe 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.ExportCompletionFeedbackQueryParamRatingOnly 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.