This is a legacy chatbot feature that is no longer supported. Use AI Agent instead.

interface Feedback {
    comment?: string;
    id: number;
    rating: FeedbackRating;
}

Properties

Properties

comment?: string
id: number