WebexClientWrapperOptions Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
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.
Definisce l'implementazione delle opzioni 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
- Ereditarietà
-
WebexClientWrapperOptions
- Attributi
Costruttori
WebexClientWrapperOptions(String, Uri, String, String) |
Obsoleti.
Inizializza una nuova istanza della classe WebexClientWrapperOptions. |
Proprietà
WebexAccessToken |
Obsoleti.
Ottiene o imposta un token di accesso per il bot. |
WebexPublicAddress |
Obsoleti.
Ottiene o imposta l'URI radice dell'applicazione bot. Qualcosa come 'https://mybot.com/'. |
WebexSecret |
Obsoleti.
Ottiene o imposta il segreto usato per convalidare i webhook in ingresso. |
WebexWebhookName |
Obsoleti.
Ottiene o imposta un nome per la sottoscrizione webhook che verrà creata per indicare a Webex di inviare i webhook bot. |