다음을 통해 공유


WebexClientWrapper 클래스

정의

주의

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.

Webex Teams API와 상호 작용하기 위한 클라이언트입니다.

[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 WebexClientWrapper
[<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 WebexClientWrapper = class
Public Class WebexClientWrapper
상속
WebexClientWrapper
특성

생성자

WebexClientWrapper(WebexClientWrapperOptions)
사용되지 않음.

WebexClientWrapper 클래스의 새 인스턴스를 초기화합니다. Webex 클라이언트 래퍼를 만듭니다. 허용되는 매개 변수에 대한 전체 정의는 를 참조하세요 WebexClientWrapperOptions .

속성

Options
사용되지 않음.

어댑터에 대한 옵션 컬렉션을 가져옵니다.

메서드

CreateMessageAsync(String, String, IList<Uri>, MessageTextType, MessageTarget, CancellationToken)
사용되지 않음.

Webex API의 CreateMessageAsync 메서드를 래핑합니다.

CreateMessageWithAttachmentsAsync(String, String, IList<Attachment>, MessageTextType, MessageTarget, CancellationToken)
사용되지 않음.

첨부 파일이 있는 메시지를 만듭니다.

DeleteMessageAsync(String, CancellationToken)
사용되지 않음.

Webex API의 DeleteMessageAsync 메서드를 래핑합니다.

GetAttachmentActionAsync(String, CancellationToken)
사용되지 않음.

첨부 파일 작업에 대한 세부 정보를 ID별로 표시합니다.

GetMeAsync(CancellationToken)
사용되지 않음.

Webex API의 GetMeAsync 메서드를 래핑합니다.

GetMessageAsync(String, CancellationToken)
사용되지 않음.

Webex API의 GetMessageAsync 메서드를 래핑합니다.

ValidateSignature(HttpRequest, String)
사용되지 않음.

요청 헤더에서 가져온 비밀에 대해 로컬 비밀의 유효성을 검사합니다.

적용 대상