WebexClientWrapperOptions(String, Uri, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.