Skip to content

CreateFeedbackResponse

Response containing the created feedback entry with generated ID and timestamps.

Example Usage

typescript
import { CreateFeedbackResponse } from "@meetkai/mka1/models/components";

let value: CreateFeedbackResponse = {
  id: "<id>",
};

Fields

FieldTypeRequiredDescription
idstring✔️The request ID (chatcmpl-xxx or resp-xxx) that this feedback is associated with
ratingcomponents.CreateFeedbackResponseRatingThe feedback rating indicating user satisfaction
descriptionstringOptional detailed feedback description providing additional context or explanation (max 2000 characters)
createdAtDateTimestamp when the feedback was created
updatedAtDateTimestamp when the feedback was last updated