CreateFeedbackResponseBody
Response containing the created feedback entry with generated ID and timestamps.
Example Usage
typescript
import { CreateFeedbackResponseBody } from "@meetkai/mka1/models/operations";
let value: CreateFeedbackResponseBody = {};Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | ➖ | Unique identifier for the feedback entry |
requestId | string | ➖ | The chat completion request ID (chatcmpl-xxx) that this feedback is associated with |
rating | operations.CreateFeedbackRating | ➖ | The feedback rating indicating user satisfaction |
description | string | ➖ | Optional detailed feedback description providing additional context or explanation |
createdAt | Date | ➖ | Timestamp when the feedback was created |
updatedAt | Date | ➖ | Timestamp when the feedback was last updated |