botbuilder
Version:
Bot Builder is a framework for building rich bots on virtually any platform.
14 lines (12 loc) • 337 B
text/typescript
/**
* @module botbuilder
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
export const defaultPipeName = 'bfv4.pipes';
export const VERSION_PATH = '/api/version';
export const MESSAGES_PATH = '/api/messages';
export const GET = 'GET';
export const POST = 'POST';