Compartilhar via


WebexClientWrapper Classe

Definição

Cuidado

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.

Um cliente para interagir com a API do Teams do Webex.

[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
Herança
WebexClientWrapper
Atributos

Construtores

WebexClientWrapper(WebexClientWrapperOptions)
Obsoleto.

Inicializa uma nova instância da classe WebexClientWrapper. Cria um Wrapper de Cliente Webex. Consulte WebexClientWrapperOptions para obter uma definição completa dos parâmetros permitidos.

Propriedades

Options
Obsoleto.

Obtém a coleção de opções para o adaptador.

Métodos

CreateMessageAsync(String, String, IList<Uri>, MessageTextType, MessageTarget, CancellationToken)
Obsoleto.

Encapsula o método CreateMessageAsync da API Webex.

CreateMessageWithAttachmentsAsync(String, String, IList<Attachment>, MessageTextType, MessageTarget, CancellationToken)
Obsoleto.

Cria uma mensagem com anexos.

DeleteMessageAsync(String, CancellationToken)
Obsoleto.

Encapsula o método DeleteMessageAsync da API Webex.

GetAttachmentActionAsync(String, CancellationToken)
Obsoleto.

Mostra detalhes de uma ação de anexo, por ID.

GetMeAsync(CancellationToken)
Obsoleto.

Encapsula o método GetMeAsync da API Webex.

GetMessageAsync(String, CancellationToken)
Obsoleto.

Encapsula o método GetMessageAsync da API Webex.

ValidateSignature(HttpRequest, String)
Obsoleto.

Valida o segredo local em relação ao obtido do cabeçalho da solicitação.

Aplica-se a