UNPKG

botbuilder-dialogs

Version:

A dialog stack based conversation manager for Microsoft BotBuilder.

18 lines 516 B
/** * @module botbuilder-dialogs */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { AliasPathResolver } from './aliasPathResolver'; /** * Maps @@ => turn.recognized.entitites.xxx array. */ export declare class AtAtPathResolver extends AliasPathResolver { /** * Initializes a new instance of the [AtAtPathResolver](xref:botbuilder-dialogs.AtAtPathResolver) class. */ constructor(); } //# sourceMappingURL=atAtPathResolver.d.ts.map