@conciergus/chat - v0.3.1
    Preparing search index...

    Interface VoiceCommand

    interface VoiceCommand {
        phrase: string;
        action: () => void;
        description?: string;
        fuzzy?: boolean;
    }
    Index

    Properties

    phrase: string

    Command phrase to listen for

    action: () => void

    Command action to execute

    description?: string

    Command description

    fuzzy?: boolean

    Enable fuzzy matching