UNPKG

wa-chat-server

Version:

Watson Assistant powered chat server

18 lines (17 loc) 498 B
export declare class ConversationServiceTest { private schemaDir; private config; private logger; constructor(); /** * Tests that obligatory schemas are in line with the properties * requestValidation and responseValidation */ private obligatorySchemasListTest; /** * Tests that optional schemas are in line with the properties * requestValidation and responseValidation */ private optionalSchemasListTest; test(): Promise<void>; }