vlocode-project - v1.41.2
    Preparing search index...

    Interface CommandActionIntent

    interface CommandActionIntent {
        phrase: string;
        responseTemplates?: CommandActionResponse[];
    }
    Index

    Properties

    phrase: string
    responseTemplates?: CommandActionResponse[]