Member Junction
    Preparing search index...
    interface FeedbackRow {
        agentID: string | null;
        agentName: string | null;
        comments: string | null;
        conversationDetailID: string;
        conversationID: string | null;
        conversationName: string | null;
        createdAt: string;
        messageRole: string | null;
        messageSnippet: string | null;
        messageText: string | null;
        raterEmail: string | null;
        raterName: string | null;
        rating: number;
        ratingID: string;
    }
    Index

    Properties

    agentID: string | null
    agentName: string | null
    comments: string | null
    conversationDetailID: string
    conversationID: string | null
    conversationName: string | null
    createdAt: string
    messageRole: string | null
    messageSnippet: string | null
    messageText: string | null
    raterEmail: string | null
    raterName: string | null
    rating: number
    ratingID: string