Skip to content

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

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