AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
### **初始化** void initQueueOpt(AnyChatQueueOpt queueOpt) #### 接口说明: 初始化智能排队配置 #### 返回值: 无 #### 接口参数简介: | 名称 | 类型 | 说明 | 是否必须 | | --- | --- | --- | --- | | queueOpt| AnyChatQueueOpt| 智能排队配置类 | 是 | #### AnyChatQueueOpt 配置类简介: | 名称 | 类型 | 说明 | 是否必须 | | --- | --- | --- | --- | | role | int | 角色 0-客户 2-坐席 | 是 | | priority | int | 优先级 | 是 | | attribute | int |业务属性 | 否 | | setIsAutoMode( ) | Boolean | 自动路由 0 打开 1关闭 | 否 | | setQueueType( ) | int | 队列组 | 否 | | setAttribute( ) | int | 业务属性,可以根据业务需求传入JSON对象 | 否 |