ListResponseFeedbackRequest
Example Usage
typescript
import { ListResponseFeedbackRequest } from "@meetkai/mka1/models/operations";
let value: ListResponseFeedbackRequest = {
after: "resp-xyz789",
limit: 25,
rating: "thumbs_down",
};Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
after | string | ➖ | N/A | resp-xyz789 |
limit | number | ➖ | N/A | 25 |
order | operations.ListResponseFeedbackQueryParamOrder | ➖ | The 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 |
rating | operations.ListResponseFeedbackQueryParamRating | ➖ | Only return feedback entries with this rating. Omit to return entries with any rating. | thumbs_down |
xOnBehalfOf | string | ➖ | Optional external end-user identifier forwarded by the API gateway. |