Freigeben über


WebexClientWrapperOptions Klasse

Definition

Achtung

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.

Definiert die Implementierung der WebexAdapter-Optionen.

[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
Vererbung
WebexClientWrapperOptions
Attribute

Konstruktoren

WebexClientWrapperOptions(String, Uri, String, String)
Veraltet.

Initialisiert eine neue Instanz der WebexClientWrapperOptions-Klasse.

Eigenschaften

WebexAccessToken
Veraltet.

Ruft ein Zugriffstoken für den Bot ab oder legt es fest.

WebexPublicAddress
Veraltet.

Ruft den Stamm-URI Ihrer Botanwendung ab oder legt diese fest. Etwas wie "https://mybot.com/".

WebexSecret
Veraltet.

Ruft das Geheimnis ab, das zum Überprüfen eingehender Webhooks verwendet wird, oder legt es fest.

WebexWebhookName
Veraltet.

Ruft einen Namen für das Webhookabonnement ab, das erstellt wird, um Webex anzuweisen, Ihren Bot-Webhooks zu senden, oder legt diesen fest.

Gilt für: