Compartir a través de


WebexClientWrapperOptions Clase

Definición

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.

Define la implementación de las opciones 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
Herencia
WebexClientWrapperOptions
Atributos

Constructores

WebexClientWrapperOptions(String, Uri, String, String)
Obsoletos.

Inicializa una nueva instancia de la clase WebexClientWrapperOptions.

Propiedades

WebexAccessToken
Obsoletos.

Obtiene o establece un token de acceso para el bot.

WebexPublicAddress
Obsoletos.

Obtiene o establece el URI raíz de la aplicación del bot. Algo como 'https://mybot.com/'.

WebexSecret
Obsoletos.

Obtiene o establece el secreto usado para validar los webhooks entrantes.

WebexWebhookName
Obsoletos.

Obtiene o establece un nombre para la suscripción de webhook que se creará para indicar a Webex que envíe los webhooks del bot.

Se aplica a