@cloudbase/aiagent-framework
    Preparing search index...

    Interface SendFeedbackInput

    interface SendFeedbackInput {
        aiAnswer: string;
        comment: string;
        input: string;
        rating: number;
        recordId: string;
        tags: string[];
        type: string;
    }
    Index

    Properties

    aiAnswer: string
    comment: string
    input: string
    rating: number
    recordId: string
    tags: string[]
    type: string