SlackAdapter 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.
[System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")]
public class SlackAdapter : Microsoft.Bot.Builder.BotAdapter, Microsoft.Bot.Builder.Integration.AspNet.Core.IBotFrameworkHttpAdapter
[<System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")>]
type SlackAdapter = class
inherit BotAdapter
interface IBotFrameworkHttpAdapter
Public Class SlackAdapter
Inherits BotAdapter
Implements IBotFrameworkHttpAdapter
- 상속
- 특성
- 구현
생성자
SlackAdapter(IConfiguration, SlackAdapterOptions, ILogger) |
사용되지 않음.
구성 설정을 사용하여 클래스의 새 인스턴스를 SlackAdapter 초기화합니다. |
SlackAdapter(SlackClientWrapper, SlackAdapterOptions, ILogger) |
사용되지 않음.
SlackAdapter 클래스의 새 인스턴스를 초기화합니다. Slack 어댑터를 만듭니다. |
필드
BotIdentityKey |
사용되지 않음.
봇 ID 키의 문자열 값입니다. (다음에서 상속됨 BotAdapter) |
InvokeResponseKey |
사용되지 않음.
TurnState에 있는 InvokeResponseActivity의 키 값입니다. (다음에서 상속됨 BotAdapter) |
OAuthScopeKey |
사용되지 않음.
OAuth 범위 키의 문자열 값입니다. (다음에서 상속됨 BotAdapter) |
속성
MiddlewareSet |
사용되지 않음.
어댑터 파이프라인의 미들웨어 컬렉션을 가져옵니다. (다음에서 상속됨 BotAdapter) |
OnTurnError |
사용되지 않음.
미들웨어 또는 애플리케이션에서 예외를 catch할 수 있는 오류 처리기를 가져오거나 설정합니다. (다음에서 상속됨 BotAdapter) |
메서드
확장 메서드
UseBotState(BotAdapter, BotState[]) |
사용되지 않음.
어댑터에 미들웨어를 추가하여 턴 컨텍스트에서 하나 이상의 BotState 개체를 등록합니다. 미들웨어는 각 턴의 시작 부분에 있는 턴 컨텍스트에서 상태 개체를 등록합니다. |
UseState(BotAdapter, UserState, ConversationState, Boolean) |
사용되지 않음.
사용자 및 대화 상태 개체를 어댑터에 등록합니다. 이러한 개체는 턴 컨텍스트의 TurnState.Get<T>() 메서드를 통해 사용할 수 있습니다. |
UseStorage(BotAdapter, IStorage) |
사용되지 않음.
어댑터에 미들웨어를 추가하여 턴 컨텍스트에서 개체를 등록 IStorage 합니다. 미들웨어는 각 턴의 시작 부분에 있는 턴 컨텍스트에서 상태 개체를 등록합니다. |