InputFileDownloader interface

A plugin responsible for downloading files relative to the current user's input.

Methods

downloadFiles(TurnContext, TState)

Download any files relative to the current user's input.

Method Details

downloadFiles(TurnContext, TState)

Download any files relative to the current user's input.

function downloadFiles(context: TurnContext, state: TState): Promise<InputFile[]>

Parameters

context

TurnContext

Context for the current turn of conversation.

state

TState

Application state for the current turn of conversation.

Returns

Promise<InputFile[]>