Skip to content

UpdateFeedbackRequestBody

Fields to update in the feedback. All fields are optional; only provided fields will be updated. Pass null to clear a field.

Example Usage

typescript
import { UpdateFeedbackRequestBody } from "@meetkai/mka1/models/operations";

let value: UpdateFeedbackRequestBody = {};

Fields

FieldTypeRequiredDescription
ratingoperations.UpdateFeedbackRatingFeedback rating indicating user satisfaction. 'thumbs_up' indicates positive feedback, 'thumbs_down' indicates negative feedback.
descriptionstringUpdate the feedback description. Pass null to clear the description. Provide text to update with new feedback comments.