@jss-rule-engine/chat
Version:
6 lines (5 loc) • 312 B
TypeScript
import { IWorkflowAction } from '@jss-rule-engine/workflow';
import { WorkflowExecutionContext, WorkflowAction } from '@jss-rule-engine/workflow';
export declare class ChatbotMessageAction implements IWorkflowAction {
execute(action: WorkflowAction, context: WorkflowExecutionContext): Promise<void>;
}