GetFeedbackResponse
Response containing the feedback entry for the requested resource.
Example Usage
typescript
import { GetFeedbackResponse } from "@meetkai/mka1/models/components";
let value: GetFeedbackResponse = {
id: "<id>",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | ✔️ | The request ID (chatcmpl-xxx or resp-xxx) that this feedback is associated with |
rating | components.GetFeedbackResponseRating | ➖ | The feedback rating indicating user satisfaction |
description | string | ➖ | Optional detailed feedback description providing additional context or explanation (max 2000 characters) |
createdAt | Date | ➖ | Timestamp when the feedback was created |
updatedAt | Date | ➖ | Timestamp when the feedback was last updated |