SlackAdapterOptions 类

定义

注意

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.

用于定义 SlackAdapter 选项实现的类。

[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 SlackAdapterOptions
[<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 SlackAdapterOptions = class
Public Class SlackAdapterOptions
继承
SlackAdapterOptions
属性

构造函数

SlackAdapterOptions()
已过时.

用于定义 SlackAdapter 选项实现的类。

属性

VerifyIncomingRequests
已过时.

获取或设置一个值,该值指示是否应验证传入请求的签名。

适用于