Compartilhar via


WebexClientWrapperOptions 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.

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.

Aplica-se a