botbuilder-dialogs
Version:
A dialog stack based conversation manager for Microsoft BotBuilder.
17 lines • 431 B
TypeScript
/**
* @module botbuilder-dialogs
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
/**
* Defines dialog turn state constants.
*/
export declare class DialogTurnStateConstants {
static configuration: symbol;
static dialogManager: symbol;
static telemetryClient: symbol;
static queueStorage: symbol;
}
//# sourceMappingURL=dialogTurnStateConstants.d.ts.map