UNPKG

type2docfx

Version:

A tool to convert json format output from TypeDoc to universal reference model for DocFx to consume.

7 lines (6 loc) 287 B
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { Activity, TurnContext } from 'botbuilder'; export declare function sendPrompt(context: TurnContext, prompt: string | Partial<Activity>, speak?: string): Promise<void>;