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
| Field | Type | Required | Description |
|---|---|---|---|
rating | operations.UpdateResponseFeedbackRating | ➖ | Update the feedback rating. Pass null to clear the rating. Can be 'thumbs_up' or 'thumbs_down'. |
description | string | ➖ | Update the feedback description. Pass null to clear the description. Provide text to update with new feedback comments (max 2000 characters). |