WebexClientWrapperOptions(String, Uri, String, String) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 サブスクリプションの名前。