企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# QQLite.Framework.Tool.PluginExtend.PluginCommandDB 类 ## 注释 ~~~ 命令 ~~~ ## 语法 ~~~ public class PluginCommandDB ~~~ ## 构造函数 | | 名称 | 说明 | | --- | --- | --- | | | [PluginCommandDB](https://www.kancloud.cn/gxser1986/cqrobot/3015799) | 命令,默认 允许设置命令 允许设置权限类型 不允许设置会话类型 | ## 属性 | | 名称 | 说明 | | --- | --- | --- | | | [RegexOptions](https://www.kancloud.cn/gxser1986/cqrobot/3015801) | 用于修改正则表达式的枚举值的按位组合。 默认RegexOptions.IgnoreCase | RegexOptions.IgnorePatternWhitespace | RegexOptions.ExplicitCapture | | | [Name](https://www.kancloud.cn/gxser1986/cqrobot/3015802) | 名称 | | | [Command](https://www.kancloud.cn/gxser1986/cqrobot/3015803) | 命令 | | | [Detailed](https://www.kancloud.cn/gxser1986/cqrobot/3015804) | 介绍 | | | [Example](https://www.kancloud.cn/gxser1986/cqrobot/3015805) | 例子 | | | [Regex](https://www.kancloud.cn/gxser1986/cqrobot/3015806) | 正则 | | | [Action](https://www.kancloud.cn/gxser1986/cqrobot/3015807) | 操作函数 | | | [DoIM](https://www.kancloud.cn/gxser1986/cqrobot/3015808) | 回复类型 | | | [Role](https://www.kancloud.cn/gxser1986/cqrobot/3015809) | 权限类型 | | | [UseCommand](https://www.kancloud.cn/gxser1986/cqrobot/3015810) | 命令(读取自定义) | | | [UseRole](https://www.kancloud.cn/gxser1986/cqrobot/3015811) | 权限类型(读取自定义) | | | [UseDoIM](https://www.kancloud.cn/gxser1986/cqrobot/3015812) | 回复类型(读取自定义) | | | [CanEditCommand](https://www.kancloud.cn/gxser1986/cqrobot/3015813) | 是否允许设置命令 | | | [CanEditRole](https://www.kancloud.cn/gxser1986/cqrobot/3015814) | 是否允许设置权限类型 | | | [CanEditDoIM](https://www.kancloud.cn/gxser1986/cqrobot/3015815) | 是否允许设置回复类型 | | | [Category](https://www.kancloud.cn/gxser1986/cqrobot/3015816) | 分类 |