Circle V2 API Docs
    Preparing search index...
    type BuildAiFeedbackSlackMessageParams = {
        consoleUrl: string | null;
        feedback: AiFeedbackSlackFeedback;
        orgName: string | null;
        question: string | null;
        submittedBy: string | null;
    }
    Index

    Properties

    consoleUrl: string | null

    Deep link to the superadmin feedback console entry, when a base URL is configured.

    orgName: string | null

    Org (entity) the patient belongs to, when known.

    question: string | null

    The review question the rated answer belongs to, when known.

    submittedBy: string | null

    Display name (or email) of the user who left the vote, when known.