Body, Mind & Soul — API Reference
    Preparing search index...
    chatMessage: {
        allowedTargetScopes: string[];
        configPartial: string;
        execute: (outcome: any, context: any) => Promise<void>;
    }

    Send a chat message with variable substitution. Config: { content }

    Type Declaration

    • allowedTargetScopes: string[]
    • configPartial: string
    • execute: (outcome: any, context: any) => Promise<void>