Skip to content

UpdateResponseFeedbackRequestBody

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 { UpdateResponseFeedbackRequestBody } from "@meetkai/mka1/models/operations";

let value: UpdateResponseFeedbackRequestBody = {};

Fields

FieldTypeRequiredDescription
ratingoperations.UpdateResponseFeedbackRatingUpdate the feedback rating. Pass null to clear the rating. Can be 'thumbs_up' or 'thumbs_down'.
descriptionstringUpdate the feedback description. Pass null to clear the description. Provide text to update with new feedback comments (max 2000 characters).