BotFrameworkOptions 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
Use CloudAdapter
with ConfigurationBotFrameworkAuthentication
instead to configure bot runtime.
Bot Framework Service에서 들어오는 HTTP 요청을 처리하는 를 초기화 BotFrameworkAdapter 하기 위해 .NET 통합 API에서 사용하는 설정을 포함합니다.
[System.Obsolete("Use `CloudAdapter` with `ConfigurationBotFrameworkAuthentication` instead to configure bot runtime.", false)]
public class BotFrameworkOptions
[<System.Obsolete("Use `CloudAdapter` with `ConfigurationBotFrameworkAuthentication` instead to configure bot runtime.", false)>]
type BotFrameworkOptions = class
Public Class BotFrameworkOptions
- 상속
-
BotFrameworkOptions
- 특성
생성자
BotFrameworkOptions() |
사용되지 않음.
BotFrameworkOptions 클래스의 새 인스턴스를 초기화합니다. |
속성
AppCredentials |
사용되지 않음.
Bot Framework Service를 사용하여 인증하는 동안 사용되는 자격 증명을 저장하고 검색하는 데 사용해야 하는 을 가져오거나 설정합니다 AppCredentials . |
AuthenticationConfiguration |
사용되지 않음.
인증에 대한 일반 구성 설정을 가져오거나 설정합니다. |
ChannelProvider |
사용되지 않음.
Bot Framework Service에서 받은 인증 토큰의 유효성을 검사하는 방법에 대한 구성을 제공하는 데 사용해야 하는 을 가져오거나 설정합니다 IChannelProvider . |
ConnectorClientRetryPolicy |
사용되지 않음.
Bot Framework Service에서 오류가 발생할 경우 사용할 재시도 정책을 가져오거나 설정합니다. |
CredentialProvider |
사용되지 않음.
Bot Framework Service를 사용하여 인증하는 동안 사용되는 자격 증명을 저장하고 검색하는 데 사용해야 하는 을 가져오거나 설정합니다 ICredentialProvider . |
HttpClient |
사용되지 않음.
Bot Framework Service에 HttpClient 대한 요청을 만드는 데 사용해야 하는 인스턴스를 가져오거나 설정합니다. |
Middleware |
사용되지 않음.
들어오는 각 활동에 사용할 의 IMiddleware 목록을 가져옵니다. |
OnTurnError |
사용되지 않음.
미들웨어 또는 애플리케이션에서 예외를 catch하는 데 사용할 오류 처리기를 가져오거나 설정합니다. |
Paths |
사용되지 않음.
다양한 봇 엔드포인트를 노출할 때 사용해야 하는 경로를 가져오거나 설정합니다. |
State |
사용되지 않음.
OBSOLETE: 이 속성은 프레임워크에서 더 이상 사용되지 않습니다. |