Freigeben über


BotFrameworkConfigurationBuilder.UsePaths Methode

Definition

Konfiguriert, welche Pfade verwendet werden sollen, um die verschiedenen Endpunkte des Bots verfügbar zu machen.

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

Parameter

configurePaths
Action<BotFrameworkPaths>

Ein Rückruf, um die Pfade zu konfigurieren, die bestimmen, wo die Endpunkte des Bots verfügbar gemacht werden.

Gibt zurück

Ein Verweis auf diese Instanz, nachdem der Vorgang abgeschlossen ist.

Gilt für:

Weitere Informationen