WebexClientWrapperOptions Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.
Define a implementação das Opções webexAdapter.
[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 WebexClientWrapperOptions
[<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 WebexClientWrapperOptions = class
Public Class WebexClientWrapperOptions
- Herança
-
WebexClientWrapperOptions
- Atributos
Construtores
WebexClientWrapperOptions(String, Uri, String, String) |
Obsoleto.
Inicializa uma nova instância da classe WebexClientWrapperOptions. |
Propriedades
WebexAccessToken |
Obsoleto.
Obtém ou define um token de acesso para o bot. |
WebexPublicAddress |
Obsoleto.
Obtém ou define o URI raiz do aplicativo bot. Algo como "https://mybot.com/". |
WebexSecret |
Obsoleto.
Obtém ou define o segredo usado para validar webhooks de entrada. |
WebexWebhookName |
Obsoleto.
Obtém ou define um nome para a assinatura do webhook que será criada para informar ao Webex para enviar seus webhooks de bot. |