WebexClientWrapperOptions(String, Uri, String, String) Constructor

Definition

Initializes a new instance of the WebexClientWrapperOptions class.

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)

Parameters

webexAccessToken
String

An access token for the bot.

webexPublicAddress
Uri

The root URL of the bot application.

webexSecret
String

The secret used to validate incoming webhooks.

webexWebhookName
String

A name for the webhook subscription.

Applies to