Share via


AgentApplicationBuilder.WithFileDownloaders Method

Definition

public Microsoft.Agents.Builder.App.AgentApplicationBuilder WithFileDownloaders(System.Collections.Generic.IList<Microsoft.Agents.Builder.App.IInputFileDownloader> fileDownloaders);
member this.WithFileDownloaders : System.Collections.Generic.IList<Microsoft.Agents.Builder.App.IInputFileDownloader> -> Microsoft.Agents.Builder.App.AgentApplicationBuilder
Public Function WithFileDownloaders (fileDownloaders As IList(Of IInputFileDownloader)) As AgentApplicationBuilder

Parameters

fileDownloaders
IList<IInputFileDownloader>

Returns

Applies to