Delen via


BotFrameworkConfigurationBuilder.UsePaths Methode

Definitie

Hiermee configureert u welke paden moeten worden gebruikt om de verschillende eindpunten van de bot beschikbaar te maken.

public Microsoft.Bot.Builder.Integration.AspNet.WebApi.BotFrameworkConfigurationBuilder UsePaths(Action<Microsoft.Bot.Builder.Integration.BotFrameworkPaths> configurePaths);
member this.UsePaths : Action<Microsoft.Bot.Builder.Integration.BotFrameworkPaths> -> Microsoft.Bot.Builder.Integration.AspNet.WebApi.BotFrameworkConfigurationBuilder
Public Function UsePaths (configurePaths As Action(Of BotFrameworkPaths)) As BotFrameworkConfigurationBuilder

Parameters

configurePaths
Action<BotFrameworkPaths>

Een callback om de paden te configureren die bepalen waar de eindpunten van de bot worden weergegeven.

Retouren

Een verwijzing naar dit exemplaar nadat de bewerking is voltooid.

Van toepassing op

Zie ook