Delen via


BotConfiguration.LoadFromFolder(String, String) Methode

Definitie

Laad de botconfiguratie door in een map te zoeken en het eerste BOT-bestand in de map te laden.

public static Microsoft.Bot.Configuration.BotConfiguration LoadFromFolder(string folder, string secret = default);
static member LoadFromFolder : string * string -> Microsoft.Bot.Configuration.BotConfiguration
Public Shared Function LoadFromFolder (folder As String, Optional secret As String = Nothing) As BotConfiguration

Parameters

folder
String

Map om te zoeken naar botbestanden.

secret
String

Geheim voor het versleutelen van sleutels.

Retouren

BotConfiguration.

Van toepassing op