WebexClientWrapperOptions(String, Uri, String, String) 构造函数

定义

初始化 WebexClientWrapperOptions 类的新实例。

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)

参数

webexAccessToken
String

机器人的访问令牌。

webexPublicAddress
Uri

机器人应用程序的根 URL。

webexSecret
String

用于验证传入 Webhook 的机密。

webexWebhookName
String

Webhook 订阅的名称。

适用于