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
들어오는 웹후크의 유효성을 검사하는 데 사용되는 비밀입니다.
- webexWebhookName
- String
웹후크 구독의 이름입니다.