Поделиться через


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 отправлять веб-перехватчики бота.

Применяется к