Partager via


BotFrameworkConfigurationBuilder.UsePaths Méthode

Définition

Configure les chemins d’accès à utiliser pour exposer les différents points de terminaison du bot.

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

Paramètres

configurePaths
Action<BotFrameworkPaths>

Rappel pour configurer les chemins qui déterminent où les points de terminaison du bot seront exposés.

Retours

Référence à cette instance à la fin de l’opération.

S’applique à

Voir aussi