export interface Intent { execute(executionId: string, entities?: I): Promise; complete?(actions: A, executionId: string, entities: I): Promise; }