다음을 통해 공유


BotConfiguration.Load(String, String) 메서드

정의

.bot 파일에서 구성을 로드합니다.

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

매개 변수

file
String

봇 파일의 경로입니다.

secret
String

디스크에서 파일의 암호를 해독하는 데 사용할 비밀입니다.

반환

BotConfiguration.

적용 대상