Sdílet prostřednictvím


WebexClientWrapperOptions(String, Uri, String, String) Konstruktor

Definice

Inicializuje novou instanci WebexClientWrapperOptions třídy.

public WebexClientWrapperOptions(string webexAccessToken, Uri webexPublicAddress, string webexSecret, string webexWebhookName = default);
new Microsoft.Bot.Builder.Adapters.Webex.WebexClientWrapperOptions : string * Uri * string * string -> Microsoft.Bot.Builder.Adapters.Webex.WebexClientWrapperOptions
Public Sub New (webexAccessToken As String, webexPublicAddress As Uri, webexSecret As String, Optional webexWebhookName As String = Nothing)

Parametry

webexAccessToken
String

Přístupový token pro robota.

webexPublicAddress
Uri

Kořenová adresa URL aplikace robota.

webexSecret
String

Tajný kód použitý k ověření příchozích webhooků.

webexWebhookName
String

Název předplatného webhooku.

Platí pro