Sdílet prostřednictvím


WebexClientWrapperOptions Třída

Definice

Upozorně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.

Definuje implementaci možností 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
Dědičnost
WebexClientWrapperOptions
Atributy

Konstruktory

WebexClientWrapperOptions(String, Uri, String, String)
Zastaralé.

Inicializuje novou instanci WebexClientWrapperOptions třídy.

Vlastnosti

WebexAccessToken
Zastaralé.

Získá nebo nastaví přístupový token pro robota.

WebexPublicAddress
Zastaralé.

Získá nebo nastaví kořenový identifikátor URI aplikace robota. Něco jako 'https://mybot.com/'.

WebexSecret
Zastaralé.

Získá nebo nastaví tajný klíč použitý k ověření příchozích webhooků.

WebexWebhookName
Zastaralé.

Získá nebo nastaví název odběru webhooku, který bude vytvořen, aby webexu řekl, aby odeslal webhooky robota.

Platí pro