chatMessage: {
allowedTargetScopes: string[];
configPartial: string;
execute: (outcome: any, context: any) => Promise<void>;
}
Type Declaration
-
allowedTargetScopes: string[]
-
configPartial: string
-
execute: (outcome: any, context: any) => Promise<void>
Send a chat message with variable substitution. Config: { content }