Skip to content

FeedbackRating

User feedback rating for this completion, if provided. Can be 'thumbs_up' or 'thumbs_down'.

Example Usage

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

let value: FeedbackRating = "thumbs_up";

Values

typescript
"thumbs_up" | "thumbs_down"