다음을 통해 공유


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

들어오는 웹후크의 유효성을 검사하는 데 사용되는 비밀입니다.

webexWebhookName
String

웹후크 구독의 이름입니다.

적용 대상