ApplicationBuilderExtensions.UseBotFramework(IApplicationBuilder) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Maps various endpoint handlers for the registered bot into the request execution pipeline.
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseBotFramework (this Microsoft.AspNetCore.Builder.IApplicationBuilder applicationBuilder);
static member UseBotFramework : Microsoft.AspNetCore.Builder.IApplicationBuilder -> Microsoft.AspNetCore.Builder.IApplicationBuilder
<Extension()>
Public Function UseBotFramework (applicationBuilder As IApplicationBuilder) As IApplicationBuilder
Parameters
- applicationBuilder
- IApplicationBuilder
The IApplicationBuilder.
Returns
A reference to this instance after the operation has completed.