Aracılığıyla paylaş


WebexClientWrapper Sınıf

Tanım

Dikkat

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'siyle etkileşime yönelik bir istemci.

[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
Devralma
WebexClientWrapper
Öznitelikler

Oluşturucular

WebexClientWrapper(WebexClientWrapperOptions)
Geçersiz.

WebexClientWrapper sınıfının yeni bir örneğini başlatır. Bir Webex İstemci Sarmalayıcısı oluşturur. İzin verilen parametrelerin tam tanımı için bkz WebexClientWrapperOptions .

Özellikler

Options
Geçersiz.

Bağdaştırıcı için seçenekler koleksiyonunu alır.

Yöntemler

CreateMessageAsync(String, String, IList<Uri>, MessageTextType, MessageTarget, CancellationToken)
Geçersiz.

Webex API'nin CreateMessageAsync yöntemini sarmalar.

CreateMessageWithAttachmentsAsync(String, String, IList<Attachment>, MessageTextType, MessageTarget, CancellationToken)
Geçersiz.

Ekleri olan bir ileti oluşturur.

DeleteMessageAsync(String, CancellationToken)
Geçersiz.

Webex API'nin DeleteMessageAsync yöntemini sarmalar.

GetAttachmentActionAsync(String, CancellationToken)
Geçersiz.

Bir ek eyleminin ayrıntılarını, kimliğine göre gösterir.

GetMeAsync(CancellationToken)
Geçersiz.

Webex API'nin GetMeAsync yöntemini sarmalar.

GetMessageAsync(String, CancellationToken)
Geçersiz.

Webex API'nin GetMessageAsync yöntemini sarmalar.

ValidateSignature(HttpRequest, String)
Geçersiz.

İstek üst bilgisinden alınan yerel gizli diziyi doğrular.

Şunlara uygulanır