WebexClientWrapperOptions 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.
Define a implementação das Opções de 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 WebexClientWrapperOptions classe . |
Propriedades
WebexAccessToken |
Obsoleto.
Obtém ou define um token de acesso para o bot. |
WebexPublicAddress |
Obsoleto.
Obtém ou define o URI de raiz da sua aplicação de bot. Algo como "https://mybot.com/". |
WebexSecret |
Obsoleto.
Obtém ou define o segredo utilizado para validar webhooks recebidos. |
WebexWebhookName |
Obsoleto.
Obtém ou define um nome para a subscrição de webhook que será criada para indicar ao Webex para enviar os webhooks do bot. |