botbuilder
Version:
Bot Builder is a framework for building rich bots on virtually any platform.
13 lines (12 loc) • 346 B
TypeScript
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
/**
* Defines values for handoff event names.
*/
export declare class HandoffEventNames {
static readonly InitiateHandoff: string;
static readonly HandoffStatus: string;
}
//# sourceMappingURL=handoffEventNames.d.ts.map