InspectionState 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
This class is obsolete and will be removed in a future version of the framework.
一个状态管理对象,用于自动读取和写入存储层的关联状态属性。 由启用调试机器人状态的检查中间件使用。
[System.Obsolete("This class is obsolete and will be removed in a future version of the framework.", false)]
public class InspectionState : Microsoft.Bot.Builder.BotState
[<System.Obsolete("This class is obsolete and will be removed in a future version of the framework.", false)>]
type InspectionState = class
inherit BotState
Public Class InspectionState
Inherits BotState
- 继承
- 属性
构造函数
InspectionState(IStorage) |
已过时.
初始化 InspectionState 类的新实例。 |