UNPKG

botbuilder-dialogs-adaptive

Version:

Rule system for the Microsoft BotBuilder dialog system.

19 lines 652 B
/** * @module botbuilder-dialogs-adaptive */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { BotTelemetryClient } from 'botbuilder'; import { DialogManager } from 'botbuilder-dialogs'; /** * Extension methods for telemetry. * Configures the telemetry client to use. * * @param dialogManager DialogManager to configure. * @param telemetryClient BotTelemetryClient instance to use. * @returns DialogManager. */ export declare function useTelemetry(dialogManager: DialogManager, telemetryClient: BotTelemetryClient): DialogManager; //# sourceMappingURL=telemetryExtensions.d.ts.map