WebexClientWrapper Classe
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Atenção
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 Webex Teams.
[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 WebexClientWrapper classe . Cria um Wrapper de Cliente Webex. Veja WebexClientWrapperOptions para obter uma definição completa dos parâmetros permitidos. |
Propriedades
Options |
Obsoleto.
Obtém a coleção de opções do 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 os 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 a partir do cabeçalho do pedido. |