WebexClientWrapper Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
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.
Un cliente para interactuar con la API de Teams de 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
- Herencia
-
WebexClientWrapper
- Atributos
Constructores
WebexClientWrapper(WebexClientWrapperOptions) |
Obsoletos.
Inicializa una nueva instancia de la clase WebexClientWrapper. Crea un contenedor de cliente de Webex. Consulte WebexClientWrapperOptions para obtener una definición completa de los parámetros permitidos. |
Propiedades
Options |
Obsoletos.
Obtiene la colección de opciones del adaptador. |
Métodos
CreateMessageAsync(String, String, IList<Uri>, MessageTextType, MessageTarget, CancellationToken) |
Obsoletos.
Ajusta el método CreateMessageAsync de la API de Webex. |
CreateMessageWithAttachmentsAsync(String, String, IList<Attachment>, MessageTextType, MessageTarget, CancellationToken) |
Obsoletos.
Crea un mensaje con datos adjuntos. |
DeleteMessageAsync(String, CancellationToken) |
Obsoletos.
Ajusta el método DeleteMessageAsync de la API de Webex. |
GetAttachmentActionAsync(String, CancellationToken) |
Obsoletos.
Muestra los detalles de una acción de datos adjuntos, por identificador. |
GetMeAsync(CancellationToken) |
Obsoletos.
Ajusta el método GetMeAsync de la API de Webex. |
GetMessageAsync(String, CancellationToken) |
Obsoletos.
Ajusta el método GetMessageAsync de la API de Webex. |
ValidateSignature(HttpRequest, String) |
Obsoletos.
Valida el secreto local con el obtenido del encabezado de solicitud. |