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

    Interface Feedback

    interface Feedback {
        aiAnswer: string;
        botId: string;
        comment: string;
        createTime: string;
        input: string;
        rating: number;
        sender: string;
        tags: string[];
        type: string;
    }
    Index

    Properties

    aiAnswer: string
    botId: string
    comment: string
    createTime: string
    input: string
    rating: number
    sender: string
    tags: string[]
    type: string