Partilhar via


WebexClientWrapperOptions Classe

Definição

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.

Aplica-se a