WebexClientWrapperOptions Klass
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Varning
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.
Definierar implementeringen av WebexAdapter-alternativen.
[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
- Arv
-
WebexClientWrapperOptions
- Attribut
Konstruktorer
WebexClientWrapperOptions(String, Uri, String, String) |
Föråldrad.
Initierar en ny instans av WebexClientWrapperOptions klassen. |
Egenskaper
WebexAccessToken |
Föråldrad.
Hämtar eller anger en åtkomsttoken för roboten. |
WebexPublicAddress |
Föråldrad.
Hämtar eller anger rot-URI:n för ditt robotprogram. Något i stil med "https://mybot.com/". |
WebexSecret |
Föråldrad.
Hämtar eller anger hemligheten som används för att verifiera inkommande webhooks. |
WebexWebhookName |
Föråldrad.
Hämtar eller anger ett namn för den webhook-prenumeration som ska skapas för att be Webex att skicka dina robotwebbhooks. |