Skip to content

ListResponseFeedbackRequest

Example Usage

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

let value: ListResponseFeedbackRequest = {
  after: "resp-xyz789",
  limit: 25,
  rating: "thumbs_down",
};

Fields

FieldTypeRequiredDescriptionExample
afterstringN/Aresp-xyz789
limitnumberN/A25
orderoperations.ListResponseFeedbackQueryParamOrderThe order to return feedback entries in by creation date of the underlying request. 'asc' returns oldest first, 'desc' returns newest first. Defaults to 'desc' (newest first).desc
ratingoperations.ListResponseFeedbackQueryParamRatingOnly return feedback entries with this rating. Omit to return entries with any rating.thumbs_down
xOnBehalfOfstringOptional external end-user identifier forwarded by the API gateway.