Skip to content

UpdateFeedbackResponse

Response containing the updated feedback entry with new updatedAt timestamp.

Example Usage

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

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

Fields

FieldTypeRequiredDescription
idstring✔️The request ID (chatcmpl-xxx or resp-xxx) that this feedback is associated with
ratingcomponents.UpdateFeedbackResponseRatingThe 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