다음을 통해 공유


WebexClientWrapperOptions 클래스

정의

주의

The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.

WebexAdapter 옵션의 구현을 정의합니다.

[System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")]
public class WebexClientWrapperOptions
[<System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")>]
type WebexClientWrapperOptions = class
Public Class WebexClientWrapperOptions
상속
WebexClientWrapperOptions
특성

생성자

WebexClientWrapperOptions(String, Uri, String, String)
사용되지 않음.

WebexClientWrapperOptions 클래스의 새 인스턴스를 초기화합니다.

속성

WebexAccessToken
사용되지 않음.

봇에 대한 액세스 토큰을 가져오거나 설정합니다.

WebexPublicAddress
사용되지 않음.

봇 애플리케이션의 루트 URI를 가져오거나 설정합니다. ''https://mybot.com/와 같습니다.

WebexSecret
사용되지 않음.

들어오는 웹후크의 유효성을 검사하는 데 사용되는 비밀을 가져오거나 설정합니다.

WebexWebhookName
사용되지 않음.

Webex에 봇 웹후크를 보내도록 지시하기 위해 만들어질 웹후크 구독의 이름을 가져오거나 설정합니다.

적용 대상