'1.0', 'info' => [ 'style' => 'RPC', 'product' => 'aiccs', 'version' => '2023-05-16', ], 'directories' => [ 'AddBlacklist', 'AddTask', 'AgentCancelCall', 'AgentRecoverCall', 'Details', 'EditTask', 'ImportNumber', 'ImportNumberV2', 'Page', 'SmsTemplateCreate', 'SmsTemplatePageList', 'TaskCallChats', 'TaskCallInfo', 'TaskCallList', 'TaskCancelCall', 'TaskList', 'TaskRecoverCall', 'TemplateList', 'UpdateAgentStatus', 'UpdateTaskCustomer', 'QuickAddTask', 'AddAgent', 'QueryAgentInfo', 'AddAgentGroup', 'JoinAgentGroup', 'QuitAgentGroup', 'AgentGroupPage', 'AgentCallList', 'AgentImportNumber', 'CallNumberDetail', 'CallChatList', ], 'components' => [ 'schemas' => [], ], 'apis' => [ 'AddBlacklist' => [ 'summary' => '添加黑名单接口', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'abilityTreeCode' => '179242', 'abilityTreeNodes' => [ 'FEATUREaiccs3JFNGJ', ], ], 'parameters' => [ [ 'name' => 'Numbers', 'in' => 'query', 'style' => 'json', 'schema' => [ 'title' => '号码列表', 'description' => '号码列表', 'type' => 'array', 'items' => [ 'title' => '', 'description' => '', 'type' => 'string', 'required' => false, 'example' => '1380001****', ], 'required' => true, 'example' => '', ], ], [ 'name' => 'ExpiredDay', 'in' => 'query', 'schema' => [ 'title' => '有效天数', 'description' => '有效天数', 'type' => 'string', 'required' => true, 'example' => '1', ], ], [ 'name' => 'Remark', 'in' => 'query', 'schema' => [ 'title' => '备注', 'description' => '备注', 'type' => 'string', 'required' => true, 'example' => '示例值', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '8EFC6D10-307B-1ECA-A8C6-7CBDF776AAD2', ], 'Model' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'UnHandleNumbers' => [ 'title' => '错误手机号', 'description' => '错误手机号', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'example' => '1380001****', ], 'example' => '', ], ], 'example' => '', ], 'Code' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '0', ], 'Timestamp' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1683440860035', ], 'Success' => [ 'description' => '', 'type' => 'string', 'example' => 'true', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Message\\": \\"成功\\",\\n \\"RequestId\\": \\"8EFC6D10-307B-1ECA-A8C6-7CBDF776AAD2\\",\\n \\"Model\\": {\\n \\"UnHandleNumbers\\": [\\n \\"1380001****\\"\\n ]\\n },\\n \\"Code\\": 0,\\n \\"Timestamp\\": 1683440860035,\\n \\"Success\\": \\"true\\"\\n}","type":"json"}]', ], 'AddTask' => [ 'summary' => '创建任务接口', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free', 'autoTest' => true, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'TaskType', 'in' => 'query', 'schema' => [ 'title' => '任务类型', 'description' => '任务类型', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1', ], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'title' => '任务名称', 'description' => '任务名称', 'type' => 'string', 'required' => true, 'example' => '示例值示例值示例值', ], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => [ 'title' => '任务启动日期', 'description' => '任务启动日期', 'type' => 'string', 'required' => false, 'example' => '2022-09-16', ], ], [ 'name' => 'TemplateType', 'in' => 'query', 'schema' => [ 'title' => '话术模板类型', 'description' => '话术模板类型', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1', ], ], [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => [ 'title' => '话术模板ID', 'description' => '话术模板ID', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '17', ], ], [ 'name' => 'MaxConcurrency', 'in' => 'query', 'schema' => [ 'title' => '并发数', 'description' => '并发数', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '99', ], ], [ 'name' => 'RecallType', 'in' => 'query', 'schema' => [ 'title' => '重呼配置', 'description' => '重呼配置', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '53', ], ], [ 'name' => 'RepeatInterval', 'in' => 'query', 'schema' => [ 'title' => '重呼间隔', 'description' => '重呼间隔', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '14', ], ], [ 'name' => 'RepeatCount', 'in' => 'query', 'schema' => [ 'title' => '重呼次数', 'description' => '重呼次数', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '37', ], ], [ 'name' => 'RepeatTimes', 'in' => 'query', 'style' => 'json', 'schema' => [ 'title' => '重呼时间', 'description' => '重呼时间', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '22:00', ], 'required' => false, 'example' => '', ], ], [ 'name' => 'RecordPath', 'in' => 'query', 'schema' => [ 'title' => '录音地址', 'description' => '录音地址', 'type' => 'string', 'required' => false, 'example' => '示例值', ], ], [ 'name' => 'PlaySleepVal', 'in' => 'query', 'schema' => [ 'title' => '播放间隔时长', 'description' => '播放间隔时长', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '89', ], ], [ 'name' => 'PlayTimes', 'in' => 'query', 'schema' => [ 'title' => '录音播放次数', 'description' => '录音播放次数', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '51', ], ], [ 'name' => 'RepeatReason', 'in' => 'query', 'style' => 'json', 'schema' => [ 'title' => '重呼条件', 'description' => '重呼条件', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '2', ], 'required' => false, 'example' => '', ], ], [ 'name' => 'CallTimeList', 'in' => 'query', 'style' => 'json', 'schema' => [ 'title' => '外呼时间', 'description' => '外呼时间', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'CallTime' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '12:30', ], 'required' => false, 'example' => '', ], ], 'required' => false, ], 'required' => false, 'example' => '', ], ], [ 'name' => 'SendSmsPlan', 'in' => 'query', 'style' => 'json', 'schema' => [ 'title' => '短信发送规则', 'description' => '短信发送规则', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'IntentTags' => [ 'title' => '意向标签', 'description' => '意向标签', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'A', ], 'required' => false, 'example' => '', ], 'SmsTemplateId' => [ 'title' => '短信模板ID', 'description' => '短信模板ID', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '71', ], ], 'required' => false, ], 'required' => false, 'example' => '', ], ], [ 'name' => 'CallbackUrl', 'in' => 'query', 'schema' => [ 'title' => '回调地址', 'description' => '回调地址', 'type' => 'string', 'required' => false, 'example' => '示例值示例值示例值', ], ], [ 'name' => 'FlashSmsType', 'in' => 'query', 'schema' => [ 'title' => '发送闪信配置', 'description' => '发送闪信配置', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '0', 'default' => '', ], ], [ 'name' => 'FlashSmsTemplateId', 'in' => 'query', 'schema' => [ 'title' => '当发送闪信配置为1时,闪信模板ID必填', 'description' => '当发送闪信配置为1时,闪信模板ID必填', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '96', 'default' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'AccessDeniedDetail' => [ 'type' => 'string', ], 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '5453cc9b-02bc-4dbb-9527-f28a9100b912', ], 'Model' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'TaskId' => [ 'title' => '任务ID', 'description' => '任务ID', 'type' => 'integer', 'format' => 'int64', 'example' => '47', ], ], 'example' => '', ], 'Code' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '0', ], 'Timestamp' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1686225227338', ], 'Success' => [ 'description' => '', 'type' => 'boolean', 'example' => 'false', ], ], ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"AccessDeniedDetail\\": \\"\\",\\n \\"Message\\": \\"成功\\",\\n \\"RequestId\\": \\"5453cc9b-02bc-4dbb-9527-f28a9100b912\\",\\n \\"Model\\": {\\n \\"TaskId\\": 47\\n },\\n \\"Code\\": 0,\\n \\"Timestamp\\": 1686225227338,\\n \\"Success\\": false\\n}","type":"json"}]', ], 'AgentCancelCall' => [ 'summary' => '坐席取消号码外呼', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '179248', 'abilityTreeNodes' => [ 'FEATUREaiccs3JFNGJ', ], 'autoTest' => true, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'AgentId', 'in' => 'query', 'schema' => [ 'title' => '坐席ID', 'description' => '坐席ID', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '64', ], ], [ 'name' => 'AgentTag', 'in' => 'query', 'schema' => [ 'title' => '坐席标签', 'description' => '坐席标签', 'type' => 'string', 'required' => false, 'example' => 'abc', ], ], [ 'name' => 'Numbers', 'in' => 'query', 'style' => 'json', 'schema' => [ 'title' => '号码列表', 'description' => '号码列表', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '13314206082', ], 'required' => false, 'example' => '', ], ], [ 'name' => 'Tags', 'in' => 'query', 'style' => 'json', 'schema' => [ 'title' => '用户自定义标签列表', 'description' => '用户自定义标签列表', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'tag1', ], 'required' => false, 'example' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '8EFC6D10-307B-1ECA-A8C6-7CBDF776AAD2', ], 'Model' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'UnHandleNumbers' => [ 'title' => '错误手机列表', 'description' => '错误手机列表', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'example' => '13100000000', ], 'example' => '', ], ], 'example' => '', ], 'Code' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '0', ], 'Timestamp' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1683440860035', ], 'Success' => [ 'description' => '', 'type' => 'string', 'example' => 'true', ], ], ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Message\\": \\"成功\\",\\n \\"RequestId\\": \\"8EFC6D10-307B-1ECA-A8C6-7CBDF776AAD2\\",\\n \\"Model\\": {\\n \\"UnHandleNumbers\\": [\\n \\"13100000000\\"\\n ]\\n },\\n \\"Code\\": 0,\\n \\"Timestamp\\": 1683440860035,\\n \\"Success\\": \\"true\\"\\n}","type":"json"}]', ], 'AgentRecoverCall' => [ 'summary' => '坐席任务恢复号码', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '179246', 'abilityTreeNodes' => [ 'FEATUREaiccs3JFNGJ', ], 'autoTest' => true, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'AgentId', 'in' => 'query', 'schema' => [ 'title' => '坐席ID', 'description' => '坐席ID', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '5', ], ], [ 'name' => 'AgentTag', 'in' => 'query', 'schema' => [ 'title' => '坐席标签', 'description' => '坐席标签', 'type' => 'string', 'required' => false, 'example' => 'abc', ], ], [ 'name' => 'Tags', 'in' => 'query', 'style' => 'json', 'schema' => [ 'title' => '用户自定义标签列表', 'description' => '用户自定义标签列表', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'tag1', ], 'required' => false, 'example' => '', ], ], [ 'name' => 'Numbers', 'in' => 'query', 'style' => 'json', 'schema' => [ 'title' => '号码列表', 'description' => '号码列表', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '13541251222,18665214444', ], 'required' => false, 'example' => '', ], ], [ 'name' => 'BeginImportTime', 'in' => 'query', 'schema' => [ 'title' => '查询开始导入时间', 'description' => '查询开始导入时间', 'type' => 'string', 'required' => false, 'example' => ' 2020-03-06 10:10:10', 'default' => '"2023-01-09 18:58:19"', ], ], [ 'name' => 'EndImportTime', 'in' => 'query', 'schema' => [ 'title' => '查询结束导入时间', 'description' => '查询结束导入时间', 'type' => 'string', 'required' => false, 'example' => ' 2021-03-06 10:10:10', 'default' => '"2023-01-09 18:58:19"', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '8EFC6D10-307B-1ECA-A8C6-7CBDF776AAD2', ], 'Model' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'UnHandleNumbers' => [ 'title' => '错误手机列表', 'description' => '错误手机列表', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'example' => '13314206082', ], 'example' => '', ], ], 'example' => '', ], 'Code' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '0', ], 'Timestamp' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1683440860035', ], 'Success' => [ 'title' => '坐席标签', 'description' => '坐席标签', 'type' => 'string', 'example' => 'true', ], ], ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Message\\": \\"成功\\",\\n \\"RequestId\\": \\"8EFC6D10-307B-1ECA-A8C6-7CBDF776AAD2\\",\\n \\"Model\\": {\\n \\"UnHandleNumbers\\": [\\n \\"13314206082\\"\\n ]\\n },\\n \\"Code\\": 0,\\n \\"Timestamp\\": 1683440860035,\\n \\"Success\\": \\"true\\"\\n}","type":"json"}]', ], 'Details' => [ 'summary' => 'AI批量任务查询号码状态接口', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'autoTest' => true, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'TaskId', 'in' => 'query', 'schema' => [ 'title' => '任务id', 'description' => '任务id', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '90', ], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => [ 'title' => '开始导入时间', 'description' => '开始导入时间', 'type' => 'string', 'required' => false, 'example' => '2023-04-25 15:19:02', ], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => [ 'title' => '结束导入时间', 'description' => '结束导入时间', 'type' => 'string', 'required' => false, 'example' => '2023-04-25 15:19:02', ], ], [ 'name' => 'BatchId', 'in' => 'query', 'schema' => [ 'title' => '批次id', 'description' => '批次id', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '75', ], ], [ 'name' => 'Numbers', 'in' => 'query', 'style' => 'json', 'schema' => [ 'title' => '号码列表', 'description' => '号码列表', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '13541251222', ], 'required' => false, 'example' => '', ], ], [ 'name' => 'NumberStatus', 'in' => 'query', 'schema' => [ 'title' => '号码状态', 'description' => '号码状态', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1', ], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => [ 'title' => '页数', 'description' => '页数', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '77', ], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'title' => '每页条数', 'description' => '每页条数', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '3', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '389b2d0a-37e2-406d-b576-1fc0827be46a', ], 'Model' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '79', ], 'PageSize' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '94', ], 'TotalPage' => [ 'description' => '', 'type' => 'number', 'format' => 'float', 'example' => '71.8132', ], 'PageNo' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '100', ], 'List' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'TaskId' => [ 'title' => '任务ID', 'description' => '任务ID', 'type' => 'integer', 'format' => 'int64', 'example' => '28', ], 'BatchId' => [ 'title' => '批次号', 'description' => '批次号', 'type' => 'integer', 'format' => 'int64', 'example' => '27', ], 'CallDesc' => [ 'title' => '呼叫状态描述', 'description' => '呼叫状态描述', 'type' => 'string', 'example' => '示例值示例值', ], 'CallId' => [ 'title' => '外呼ID', 'description' => '外呼ID', 'type' => 'string', 'example' => '28dd74a4-30ec-43c0-9bec-272924c51eeb', ], 'CallType' => [ 'title' => '外呼类型', 'description' => '外呼类型', 'type' => 'integer', 'format' => 'int64', 'example' => '2001', ], 'CallStatus' => [ 'title' => '呼叫状态', 'description' => '呼叫状态', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'ImportTime' => [ 'title' => '导入时间', 'description' => '导入时间', 'type' => 'string', 'example' => '2023-04-25 15:19:02', ], 'NumberDesc' => [ 'title' => '号码状态描述', 'description' => '号码状态描述', 'type' => 'string', 'example' => '示例值', ], 'Number' => [ 'title' => '外呼号码', 'description' => '外呼号码', 'type' => 'string', 'example' => '188******454', ], 'InterceptReason' => [ 'title' => '拦截原因', 'description' => '拦截原因', 'type' => 'string', 'example' => '示例值示例值示例值', ], 'NumberStatus' => [ 'title' => '号码状态', 'description' => '号码状态', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'Tag' => [ 'title' => '用户自定义标签', 'description' => '用户自定义标签', 'type' => 'string', 'example' => 'A', ], 'NumberMD5' => [ 'title' => '外呼号码MD5', 'description' => '外呼号码MD5', 'type' => 'string', 'example' => 'cbe1b40f76f2cca4735954886b706ffa', ], ], ], 'example' => '', ], ], 'example' => '', ], 'Code' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '0', ], 'Timestamp' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1686279332221', ], 'Success' => [ 'description' => '', 'type' => 'boolean', 'example' => 'false', ], ], ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Message\\": \\"成功\\",\\n \\"RequestId\\": \\"389b2d0a-37e2-406d-b576-1fc0827be46a\\",\\n \\"Model\\": {\\n \\"TotalCount\\": 79,\\n \\"PageSize\\": 94,\\n \\"TotalPage\\": 10,\\n \\"PageNo\\": 100,\\n \\"List\\": [\\n {\\n \\"TaskId\\": 28,\\n \\"BatchId\\": 27,\\n \\"CallDesc\\": \\"已接听\\",\\n \\"CallId\\": \\"28dd74a4-30ec-43c0-9bec-272924c51eeb\\",\\n \\"CallType\\": 2001,\\n \\"CallStatus\\": 1,\\n \\"ImportTime\\": \\"2023-04-25 15:19:02\\",\\n \\"NumberDesc\\": \\"未能外呼\\",\\n \\"Number\\": \\"188******454\\",\\n \\"InterceptReason\\": \\"黑名单拦截\\",\\n \\"NumberStatus\\": 1,\\n \\"Tag\\": \\"A\\",\\n \\"NumberMD5\\": \\"cbe1b40f76f2cca4735954886b706ffa\\"\\n }\\n ]\\n },\\n \\"Code\\": 0,\\n \\"Timestamp\\": 1686279332221,\\n \\"Success\\": false\\n}","type":"json"}]', ], 'EditTask' => [ 'summary' => '编辑任务接口', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'autoTest' => true, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'TaskId', 'in' => 'query', 'schema' => [ 'title' => '任务id', 'description' => '任务id', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '29', ], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => [ 'title' => '任务状态', 'description' => '任务状态', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '2', ], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'title' => '任务名称', 'description' => '任务名称', 'type' => 'string', 'required' => false, 'example' => '示例值示例值', ], ], [ 'name' => 'TemplateType', 'in' => 'query', 'schema' => [ 'title' => '话术模板类型', 'description' => '话术模板类型', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1', ], ], [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => [ 'title' => '话术模板ID', 'description' => '话术模板ID', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '24', ], ], [ 'name' => 'MaxConcurrency', 'in' => 'query', 'schema' => [ 'title' => '并发数', 'description' => '并发数', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '83', ], ], [ 'name' => 'RecallType', 'in' => 'query', 'schema' => [ 'title' => '重呼配置', 'description' => '重呼配置', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1', ], ], [ 'name' => 'CallTimeList', 'in' => 'query', 'style' => 'json', 'schema' => [ 'title' => '外呼时间', 'description' => '外呼时间', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'CallTime' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '8.5', ], 'required' => false, 'example' => '', ], ], 'required' => false, ], 'required' => false, 'example' => '', ], ], [ 'name' => 'RepeatInterval', 'in' => 'query', 'schema' => [ 'title' => '重呼间隔', 'description' => '重呼间隔', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '91', ], ], [ 'name' => 'RepeatCount', 'in' => 'query', 'schema' => [ 'title' => '重呼次数', 'description' => '重呼次数', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '51', ], ], [ 'name' => 'RepeatTimes', 'in' => 'query', 'style' => 'json', 'schema' => [ 'title' => '重呼时间', 'description' => '重呼时间', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '8:30', ], 'required' => false, 'example' => '', ], ], [ 'name' => 'RecordPath', 'in' => 'query', 'schema' => [ 'title' => '录音地址', 'description' => '录音地址', 'type' => 'string', 'required' => false, 'example' => '示例值示例值示例值', ], ], [ 'name' => 'PlaySleepVal', 'in' => 'query', 'schema' => [ 'title' => '播放间隔时长', 'description' => '播放间隔时长', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '29', ], ], [ 'name' => 'PlayTimes', 'in' => 'query', 'schema' => [ 'title' => '录音播放次数', 'description' => '录音播放次数', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '60', ], ], [ 'name' => 'SendSmsPlan', 'in' => 'query', 'style' => 'json', 'schema' => [ 'title' => '短信发送规则', 'description' => '短信发送规则', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'IntentTags' => [ 'title' => '意向标签', 'description' => '意向标签', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'A', ], 'required' => false, 'example' => '', ], 'SmsTemplateId' => [ 'title' => '短信模板ID', 'description' => '短信模板ID', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1', ], ], 'required' => false, ], 'required' => false, 'example' => '', ], ], [ 'name' => 'RepeatReason', 'in' => 'query', 'style' => 'json', 'schema' => [ 'title' => '重呼条件', 'description' => '重呼条件', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '2', ], 'required' => false, 'example' => '', ], ], [ 'name' => 'CallbackUrl', 'in' => 'query', 'schema' => [ 'title' => '回调地址', 'description' => '回调地址', 'type' => 'string', 'required' => false, 'example' => '示例值示例值示例值', ], ], [ 'name' => 'FlashSmsType', 'in' => 'query', 'schema' => [ 'title' => '发送闪信配置,默认为0,0不发送闪信.1发送闪信', 'description' => '发送闪信配置,默认为0,0不发送闪信.1发送闪信', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '0', 'default' => '', ], ], [ 'name' => 'FlashSmsTemplateId', 'in' => 'query', 'schema' => [ 'title' => '当发送闪信配置为1时,闪信模板ID必填', 'description' => '当发送闪信配置为1时,闪信模板ID必填', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '60', 'default' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'AccessDeniedDetail' => [ 'type' => 'string', ], 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '5453cc9b-02bc-4dbb-9527-f28a9100b912', ], 'Model' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'TaskId' => [ 'title' => '任务ID', 'description' => '任务ID', 'type' => 'integer', 'format' => 'int64', 'example' => '92', ], ], 'example' => '', ], 'Code' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '0', ], 'Timestamp' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1686225227338', ], 'Success' => [ 'description' => '', 'type' => 'boolean', 'example' => 'true', ], ], ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Message\\": \\"成功\\",\\n \\"RequestId\\": \\"5453cc9b-02bc-4dbb-9527-f28a9100b912\\",\\n \\"Model\\": {\\n \\"TaskId\\": 92\\n },\\n \\"Code\\": 0,\\n \\"Timestamp\\": 1686225227338,\\n \\"Success\\": true\\n}","type":"json"}]', ], 'ImportNumber' => [ 'summary' => '导入号码', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '179241', 'abilityTreeNodes' => [ 'FEATUREaiccsDTMAFT', ], 'autoTest' => true, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'OutId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, 'example' => '示例值示例值', ], ], [ 'name' => 'TaskId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '92', ], ], [ 'name' => 'Customers', 'in' => 'query', 'style' => 'json', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => 'map', 'type' => 'object', 'properties' => [ 'Number' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '13541251222,18665214444', ], 'ClientUrl' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'http://test.com', ], 'Tag' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'tag1', ], 'NumberMD5' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '示例值', ], 'Properties' => [ 'description' => '', 'type' => 'object', 'required' => false, 'example' => '{"testt":"123"}', ], ], 'required' => false, ], 'required' => true, 'example' => '', ], ], [ 'name' => 'FailReturn', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '0', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'AccessDeniedDetail' => [ 'type' => 'string', ], 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值示例值', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '8EFC6D10-307B-1ECA-A8C6-7CBDF776AAD2', ], 'Model' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值示例值', ], 'ImportNum' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '26', ], 'BatchId' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '54', ], 'Data' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值', ], 'Code' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '94', ], ], 'example' => '', ], 'Code' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '0', ], 'Timestamp' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1683440860035', ], 'Success' => [ 'description' => '', 'type' => 'string', 'example' => 'true', ], ], ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"AccessDeniedDetail\\": \\"None\\",\\n \\"Message\\": \\"成功\\",\\n \\"RequestId\\": \\"8EFC6D10-307B-1ECA-A8C6-7CBDF776AAD2\\",\\n \\"Model\\": {\\n \\"Message\\": \\"状态描述\\",\\n \\"ImportNum\\": 26,\\n \\"BatchId\\": 54,\\n \\"Data\\": \\"示例\\",\\n \\"Code\\": 0\\n },\\n \\"Code\\": 0,\\n \\"Timestamp\\": 1683440860035,\\n \\"Success\\": \\"true\\"\\n}","type":"json"}]', ], 'ImportNumberV2' => [ 'summary' => '导入号码', 'methods' => [ 'post', ], 'schemes' => [ 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '262750', 'abilityTreeNodes' => [ 'FEATUREaiccs3JFNGJ', ], 'autoTest' => true, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'OutId', 'in' => 'formData', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '示例值', ], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '92', ], ], [ 'name' => 'Customers', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Number' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '示例值示例值', ], 'ClientUrl' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '示例值示例值', ], 'Tag' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '示例值示例值', ], 'NumberMD5' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '示例值示例值', ], 'Properties' => [ 'description' => '', 'type' => 'object', 'required' => false, 'example' => '', ], ], 'required' => false, ], 'required' => false, 'example' => '', ], ], [ 'name' => 'FailReturn', 'in' => 'formData', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'AccessDeniedDetail' => [ 'type' => 'string', ], 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值示例值', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '8EFC6D10-307B-1ECA-A8C6-7CBDF776AAD2'."\n", ], 'Model' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值', ], 'ImportNum' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '58', ], 'BatchId' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '74', ], 'Data' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值', ], 'Code' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '200', ], ], 'example' => '', ], 'Code' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '0', ], 'Timestamp' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '98', ], 'Success' => [ 'description' => '', 'type' => 'string', 'example' => 'true', ], ], ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"AccessDeniedDetail\\": \\"None\\",\\n \\"Message\\": \\"成功\\\\n\\",\\n \\"RequestId\\": \\"8EFC6D10-307B-1ECA-A8C6-7CBDF776AAD2\\\\n\\",\\n \\"Model\\": {\\n \\"Message\\": \\"示例值示例值示例值\\",\\n \\"ImportNum\\": 0,\\n \\"BatchId\\": 0,\\n \\"Data\\": \\"如failReturn传0,则返回该字段,可以为空;如为1,不返回。例:[{\\\\\\"number\\\\\\":\\\\\\"外呼号码为空或错误. 错误值:185207857231\\\\\\",\\\\\\"尊称\\\\\\":\\\\\\"尊称错误,请传入中文。错误值:abc\\\\\\",\\\\\\"还款金额\\\\\\":\\\\\\"值错误,请传入数字。错误值:a219.33\\\\\\",\\\\\\"逾期天数\\\\\\":\\\\\\"值错误,请传入数字。错误值:今天中午十一点之前\\\\\\"}]}\\",\\n \\"Code\\": 200\\n },\\n \\"Code\\": 0,\\n \\"Timestamp\\": 98,\\n \\"Success\\": \\"true\\"\\n}","type":"json"}]', ], 'Page' => [ 'summary' => '查询企业黑名单', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '179243', 'abilityTreeNodes' => [ 'FEATUREaiccs3JFNGJ', ], 'autoTest' => true, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'Numbers', 'in' => 'query', 'style' => 'json', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '15823099196', ], 'required' => false, 'example' => '', ], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1', ], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '20', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值示例值', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '8EFC6D10-307B-1ECA-A8C6-7CBDF776AAD2', ], 'Model' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '97', ], 'PageSize' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '20', ], 'TotalPage' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '5', ], 'PageNo' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'List' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => 'map', 'type' => 'object', 'properties' => [ 'Number' => [ 'title' => '手机号码', 'description' => '手机号码', 'type' => 'string', 'example' => '13314206082', ], 'CreateTime' => [ 'title' => '添加时间', 'description' => '添加时间', 'type' => 'string', 'example' => ' 2020-03-06 10:10:10', ], 'NumberMD5' => [ 'title' => '手机号MD5', 'description' => '手机号MD5', 'type' => 'string', 'example' => 'e10adc3949ba59abbe56e057f20f883e', ], 'ExpirationTime' => [ 'title' => '过期时间', 'description' => '过期时间', 'type' => 'string', 'example' => '1', ], 'Remark' => [ 'title' => '备注', 'description' => '备注', 'type' => 'string', 'example' => '示例值', ], ], ], 'example' => '', ], ], 'example' => '', ], 'Code' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '0', ], 'Timestamp' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1683440860035', ], 'Success' => [ 'description' => '', 'type' => 'string', 'example' => 'true', ], ], ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Message\\": \\"成功\\",\\n \\"RequestId\\": \\"8EFC6D10-307B-1ECA-A8C6-7CBDF776AAD2\\",\\n \\"Model\\": {\\n \\"TotalCount\\": 97,\\n \\"PageSize\\": 20,\\n \\"TotalPage\\": 5,\\n \\"PageNo\\": 1,\\n \\"List\\": [\\n {\\n \\"Number\\": \\"13314206082\\",\\n \\"CreateTime\\": \\" 2020-03-06 10:10:10\\",\\n \\"NumberMD5\\": \\"e10adc3949ba59abbe56e057f20f883e\\",\\n \\"ExpirationTime\\": \\"1\\",\\n \\"Remark\\": \\"备注\\"\\n }\\n ]\\n },\\n \\"Code\\": 0,\\n \\"Timestamp\\": 1683440860035,\\n \\"Success\\": \\"true\\"\\n}","type":"json"}]', ], 'SmsTemplateCreate' => [ 'summary' => '短信模板创建', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '180596', 'abilityTreeNodes' => [ 'FEATUREaiccs3JFNGJ', ], 'autoTest' => true, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'TemplateName', 'in' => 'query', 'schema' => [ 'title' => '模板名称', 'description' => '模板名称', 'type' => 'string', 'required' => true, 'example' => '示例值示例值', ], ], [ 'name' => 'Sign', 'in' => 'query', 'schema' => [ 'title' => '短信签名', 'description' => '短信签名', 'type' => 'string', 'required' => true, 'example' => 'ef2i29fsljf', ], ], [ 'name' => 'TemplateType', 'in' => 'query', 'schema' => [ 'title' => '模板类型', 'description' => '模板类型', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '56', ], ], [ 'name' => 'Content', 'in' => 'query', 'schema' => [ 'title' => '短信内容', 'description' => '短信内容', 'type' => 'string', 'required' => true, 'example' => '示例值示例值示例值', ], ], [ 'name' => 'SmsType', 'in' => 'query', 'schema' => [ 'title' => '短信类型', 'description' => '短信类型', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '73', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '8EFC6D10-307B-1ECA-A8C6-7CBDF776AAD2'."\n", ], 'Model' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值', ], 'Code' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '23', ], 'Timestamp' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1683440860035', ], 'Success' => [ 'description' => '', 'type' => 'boolean', 'example' => 'true', ], ], ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Message\\": \\"成功\\",\\n \\"RequestId\\": \\"8EFC6D10-307B-1ECA-A8C6-7CBDF776AAD2\\\\n\\",\\n \\"Model\\": \\"成功\\",\\n \\"Code\\": 0,\\n \\"Timestamp\\": 1683440860035,\\n \\"Success\\": true\\n}","type":"json"}]', ], 'SmsTemplatePageList' => [ 'summary' => '短信模板列表查询', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'abilityTreeCode' => '180597', 'abilityTreeNodes' => [ 'FEATUREaiccs3JFNGJ', ], ], 'parameters' => [ [ 'name' => 'PageNo', 'in' => 'query', 'schema' => [ 'title' => '页码', 'description' => '页码', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '24', ], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'title' => '每页条数', 'description' => '每页条数', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '97', ], ], [ 'name' => 'TemplateType', 'in' => 'query', 'schema' => [ 'title' => '模板类型', 'description' => '模板类型', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '19', ], ], [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => [ 'title' => '模板ID', 'description' => '模板ID', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '83', ], ], [ 'name' => 'SmsType', 'in' => 'query', 'schema' => [ 'title' => '短信类型', 'description' => '短信类型', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '42', ], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => [ 'title' => '模板状态', 'description' => '模板状态', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '92', ], ], [ 'name' => 'Sign', 'in' => 'query', 'schema' => [ 'title' => '短信签名', 'description' => '短信签名', 'type' => 'string', 'required' => false, 'example' => '114ah23m', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '8EFC6D10-307B-1ECA-A8C6-7CBDF776AAD2'."\n", ], 'Model' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '2', ], 'PageSize' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '42', ], 'TotalPage' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '31', ], 'PageNo' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '53', ], 'List' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Status' => [ 'title' => '模板状态', 'description' => '模板状态', 'type' => 'integer', 'format' => 'int64', 'example' => '18', ], 'SmsType' => [ 'title' => '短信类型', 'description' => '短信类型', 'type' => 'string', 'example' => '示例值示例值', ], 'Content' => [ 'title' => '短信内容', 'description' => '短信内容', 'type' => 'string', 'example' => '示例值示例值示例值', ], 'CreateTime' => [ 'title' => '创建时间', 'description' => '创建时间', 'type' => 'string', 'example' => '2021-09-26 11:34:59', ], 'TemplateName' => [ 'title' => '模板名称', 'description' => '模板名称', 'type' => 'string', 'example' => '示例值示例值示例值', ], 'Sign' => [ 'title' => '短信签名', 'description' => '短信签名', 'type' => 'string', 'example' => 'a234n', ], 'TemplateType' => [ 'title' => '模板类型', 'description' => '模板类型', 'type' => 'integer', 'format' => 'int64', 'example' => '56', ], 'Properties' => [ 'title' => '模板所需参数', 'description' => '模板所需参数', 'type' => 'string', 'example' => '示例值示例值', ], 'TemplateId' => [ 'title' => '模板ID', 'description' => '模板ID', 'type' => 'integer', 'format' => 'int64', 'example' => '67', ], 'ShortUrlTaskId' => [ 'title' => '智能短链ID', 'description' => '智能短链ID', 'type' => 'integer', 'format' => 'int64', 'example' => '46', ], ], ], 'example' => '', ], ], 'example' => '', ], 'Code' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '200', ], 'Timestamp' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1683440860035', ], 'Success' => [ 'description' => '', 'type' => 'boolean', 'example' => 'true', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Message\\": \\"成功\\",\\n \\"RequestId\\": \\"8EFC6D10-307B-1ECA-A8C6-7CBDF776AAD2\\\\n\\",\\n \\"Model\\": {\\n \\"TotalCount\\": 2,\\n \\"PageSize\\": 42,\\n \\"TotalPage\\": 31,\\n \\"PageNo\\": 53,\\n \\"List\\": [\\n {\\n \\"Status\\": 0,\\n \\"SmsType\\": \\"3:挂机短信\\\\n4:群发短信\\",\\n \\"Content\\": \\"短信内容\\",\\n \\"CreateTime\\": \\"2021-09-26 11:34:59\\",\\n \\"TemplateName\\": \\"短信模板10926001\\",\\n \\"Sign\\": \\"a234n\\",\\n \\"TemplateType\\": 0,\\n \\"Properties\\": \\"“尊称,姓名,金额\\\\\\"\\",\\n \\"TemplateId\\": 67,\\n \\"ShortUrlTaskId\\": 46\\n }\\n ]\\n },\\n \\"Code\\": 0,\\n \\"Timestamp\\": 1683440860035,\\n \\"Success\\": true\\n}","type":"json"}]', ], 'TaskCallChats' => [ 'summary' => '查询聊天记录接口', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '180600', 'abilityTreeNodes' => [ 'FEATUREaiccs3JFNGJ', ], 'autoTest' => true, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'TaskId', 'in' => 'query', 'schema' => [ 'title' => '任务ID', 'description' => '任务ID', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '26', ], ], [ 'name' => 'AgentId', 'in' => 'query', 'schema' => [ 'title' => '坐席ID', 'description' => '坐席ID', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '72', ], ], [ 'name' => 'AgentTag', 'in' => 'query', 'schema' => [ 'title' => '坐席标签', 'description' => '坐席标签', 'type' => 'string', 'required' => false, 'example' => 'AA', ], ], [ 'name' => 'CallId', 'in' => 'query', 'schema' => [ 'title' => '外呼ID', 'description' => '外呼ID', 'type' => 'string', 'required' => true, 'example' => '9b2eb6b8-7a27-4357-b5ec-104450086e24', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '8EFC6D10-307B-1ECA-A8C6-7CBDF776AAD2'."\n", ], 'Model' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'FromNumber' => [ 'title' => '说话号码', 'description' => '说话号码', 'type' => 'string', 'example' => '138*****265', ], 'Content' => [ 'title' => '说话内容', 'description' => '说话内容', 'type' => 'string', 'example' => '示例值示例值', ], 'CreateTime' => [ 'title' => '说话时间', 'description' => '说话时间', 'type' => 'string', 'example' => '2022-01-13 14:56:46.604', ], ], ], 'example' => '', ], 'Code' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '200', ], 'Timestamp' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1683440860035', ], 'Success' => [ 'description' => '', 'type' => 'boolean', 'example' => 'true', ], ], ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Message\\": \\"成功\\",\\n \\"RequestId\\": \\"8EFC6D10-307B-1ECA-A8C6-7CBDF776AAD2\\\\n\\",\\n \\"Model\\": [\\n {\\n \\"FromNumber\\": \\"138*****265\\",\\n \\"Content\\": \\"你好,请问是a吗?\\",\\n \\"CreateTime\\": \\"2022-01-13 14:56:46\\"\\n }\\n ],\\n \\"Code\\": 0,\\n \\"Timestamp\\": 1683440860035,\\n \\"Success\\": true\\n}","type":"json"}]', ], 'TaskCallInfo' => [ 'summary' => '获取任务外呼情况接口', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'autoTest' => true, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'TaskId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '20', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值示例值', ], 'Model' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'FinishTotal' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '75', ], 'UnCallTotal' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '3', ], 'Total' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '59', ], ], 'example' => '', ], 'Code' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '15', ], 'Timestamp' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '62', ], 'Success' => [ 'description' => '', 'type' => 'boolean', 'example' => 'true', ], ], ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Message\\": \\"示例值示例值\\",\\n \\"RequestId\\": \\"示例值示例值示例值\\",\\n \\"Model\\": {\\n \\"FinishTotal\\": 75,\\n \\"UnCallTotal\\": 3,\\n \\"Total\\": 59\\n },\\n \\"Code\\": 0,\\n \\"Timestamp\\": 62,\\n \\"Success\\": true\\n}","type":"json"}]', ], 'TaskCallList' => [ 'summary' => 'AI批量任务查询外呼记录接口', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [], 'parameters' => [ [ 'name' => 'TaskId', 'in' => 'query', 'schema' => [ 'title' => '任务ID', 'description' => '任务ID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '93', ], ], [ 'name' => 'IntentTags', 'in' => 'query', 'style' => 'json', 'schema' => [ 'title' => '意向标签', 'description' => '意向标签', 'type' => 'array', 'items' => [ 'title' => '', 'description' => '', 'type' => 'string', 'required' => false, 'example' => '"A"', ], 'required' => false, 'example' => '', ], ], [ 'name' => 'BatchId', 'in' => 'query', 'schema' => [ 'title' => '导入号码时返回的批次号', 'description' => '导入号码时返回的批次号', 'type' => 'string', 'required' => false, 'example' => '1', ], ], [ 'name' => 'Numbers', 'in' => 'query', 'style' => 'json', 'schema' => [ 'title' => '号码列表', 'description' => '号码列表', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '158*****196', ], 'required' => false, 'example' => '', ], ], [ 'name' => 'CallDate', 'in' => 'query', 'schema' => [ 'title' => '开始外呼时间', 'description' => '开始外呼时间', 'type' => 'string', 'required' => true, 'example' => '2022-01-25 00:00:00', ], ], [ 'name' => 'EndCallDate', 'in' => 'query', 'schema' => [ 'title' => '结束外呼时间', 'description' => '结束外呼时间', 'type' => 'string', 'required' => true, 'example' => '2022-01-25 00:00:00', ], ], [ 'name' => 'Page', 'in' => 'query', 'schema' => [ 'title' => '页数', 'description' => '页数', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '39', ], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'title' => '每页外呼记录数,正整数,默认10000', 'description' => '每页外呼记录数,正整数,默认10000', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '97', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '8EFC6D10-307B-1ECA-A8C6-7CBDF776AAD2'."\n", ], 'Model' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '80', ], 'PageSize' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '95', ], 'TotalPage' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '39', ], 'PageNo' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '62', ], 'List' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'AddWx' => [ 'title' => '加微', 'description' => '加微', 'type' => 'integer', 'format' => 'int64', 'example' => '0', ], 'TaskId' => [ 'title' => '外呼任务ID', 'description' => '外呼任务ID', 'type' => 'integer', 'format' => 'int64', 'example' => '70', ], 'Keywords' => [ 'title' => '回复关键词', 'description' => '回复关键词', 'type' => 'string', 'example' => '示例值示例值', ], 'AgentExtension' => [ 'title' => '坐席分机', 'description' => '坐席分机', 'type' => 'string', 'example' => '112', ], 'CallType' => [ 'title' => '外呼类型', 'description' => '外呼类型', 'type' => 'integer', 'format' => 'int64', 'example' => '1001', ], 'AnswerTime' => [ 'title' => '接通时间', 'description' => '接通时间', 'type' => 'string', 'example' => '2022-01-26 18:58:25', ], 'IntentTag' => [ 'title' => '意向标签', 'description' => '意向标签', 'type' => 'string', 'example' => '“C”', ], 'TransferStatusCode' => [ 'title' => '转人工状态编码', 'description' => '转人工状态编码', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'ImportTime' => [ 'title' => '导入时间', 'description' => '导入时间', 'type' => 'string', 'example' => '2022-01-26 18:58:25', ], 'IndividualTag' => [ 'title' => '个性标签', 'description' => '个性标签', 'type' => 'string', 'example' => 'A', ], 'Properties' => [ 'title' => '参数', 'description' => '参数', 'type' => 'string', 'example' => '示例值示例值', ], 'StatusCode' => [ 'title' => '外呼状态编码', 'description' => '外呼状态编码', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'AgentSpeakingDuration' => [ 'title' => '人工通话时长', 'description' => '人工通话时长', 'type' => 'integer', 'format' => 'int64', 'example' => '98', ], 'Remark' => [ 'title' => '备注', 'description' => '备注', 'type' => 'string', 'example' => '示例值示例值', ], 'CallTimes' => [ 'title' => '呼叫次数', 'description' => '呼叫次数', 'type' => 'string', 'example' => '1', ], 'Number' => [ 'title' => '外呼号码', 'description' => '外呼号码', 'type' => 'string', 'example' => '138*****123', ], 'InterceptReason' => [ 'title' => '拦截原因', 'description' => '拦截原因', 'type' => 'string', 'example' => '示例值', ], 'IntentDescription' => [ 'title' => '意向说明', 'description' => '意向说明', 'type' => 'string', 'example' => '示例值示例值示例值', ], 'StatusDescription' => [ 'title' => '外呼状态描述', 'description' => '外呼状态描述', 'type' => 'string', 'example' => '示例值示例值', ], 'SpeakingDuration' => [ 'title' => 'AI通话时长', 'description' => 'AI通话时长', 'type' => 'integer', 'format' => 'int64', 'example' => '45', ], 'Gateway' => [ 'title' => '外呼网关', 'description' => '外呼网关', 'type' => 'string', 'example' => '123', ], 'TransferStatus' => [ 'title' => '转人工状态', 'description' => '转人工状态', 'type' => 'string', 'example' => '示例值', ], 'AgentId' => [ 'title' => '坐席ID', 'description' => '坐席ID', 'type' => 'integer', 'format' => 'int64', 'example' => '87', ], 'TemplateId' => [ 'title' => 'AI话术ID', 'description' => 'AI话术ID', 'type' => 'integer', 'format' => 'int64', 'example' => '66', ], 'AgentTag' => [ 'title' => '坐席标签', 'description' => '坐席标签', 'type' => 'string', 'example' => 'A', ], 'Status' => [ 'title' => '外呼状态', 'description' => '外呼状态', 'type' => 'string', 'example' => '示例值示例值示例值', ], 'CallId' => [ 'title' => '外呼ID', 'description' => '外呼ID', 'type' => 'string', 'example' => '9197ed9e-ceda-42a5-b683-823b23ef208e', ], 'BatchId' => [ 'title' => '批次ID', 'description' => '批次ID', 'type' => 'string', 'example' => '1', ], 'HangupTime' => [ 'title' => '挂断时间', 'description' => '挂断时间', 'type' => 'string', 'example' => '2022-01-26 18:58:25', ], 'CallBeginTime' => [ 'title' => '开始通话时间', 'description' => '开始通话时间', 'type' => 'string', 'example' => '2022-01-26 18:58:25', ], 'RingTime' => [ 'title' => '振铃时长', 'description' => '振铃时长', 'type' => 'integer', 'format' => 'int64', 'example' => '66', ], 'AgentSpeakingTime' => [ 'title' => '人工通话时长', 'description' => '人工通话时长', 'type' => 'string', 'example' => '示例值示例值', ], 'AddWxStatus' => [ 'title' => '加微进度', 'description' => '加微进度', 'type' => 'string', 'example' => '示例值示例值', ], 'HangupType' => [ 'title' => '挂机方式', 'description' => '挂机方式', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'SpeakingTurns' => [ 'title' => '对话轮次', 'description' => '对话轮次', 'type' => 'string', 'example' => '0', ], 'Sms' => [ 'title' => '挂机短信', 'description' => '挂机短信', 'type' => 'string', 'example' => '示例值', ], 'AnswerRecall' => [ 'title' => '是否接通重呼', 'description' => '是否接通重呼', 'type' => 'integer', 'format' => 'int64', 'example' => '24', ], 'Tag' => [ 'title' => '用户自定义标签', 'description' => '用户自定义标签', 'type' => 'string', 'example' => '示例值', ], 'NumberMD5' => [ 'title' => '外呼号码MD5', 'description' => '外呼号码MD5', 'type' => 'string', 'example' => '75916b635568954583783d', ], 'ChatRecord' => [ 'title' => '对话录音', 'description' => '对话录音', 'type' => 'string', 'example' => '示例值示例值', ], 'SpeakingTime' => [ 'title' => 'AI通话时长', 'description' => 'AI通话时长', 'type' => 'string', 'example' => '示例值示例值示例值', ], ], ], 'example' => '', ], ], 'example' => '', ], 'Code' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '200', ], 'Timestamp' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1683440860035', ], 'Success' => [ 'description' => '', 'type' => 'string', 'example' => 'true', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Message\\": \\"成功\\",\\n \\"RequestId\\": \\"8EFC6D10-307B-1ECA-A8C6-7CBDF776AAD2\\\\n\\",\\n \\"Model\\": {\\n \\"TotalCount\\": 80,\\n \\"PageSize\\": 95,\\n \\"TotalPage\\": 39,\\n \\"PageNo\\": 62,\\n \\"List\\": [\\n {\\n \\"AddWx\\": 0,\\n \\"TaskId\\": 70,\\n \\"Keywords\\": \\"好\\",\\n \\"AgentExtension\\": \\"112\\",\\n \\"CallType\\": 1001,\\n \\"AnswerTime\\": \\"2022-01-26 18:58:25\\",\\n \\"IntentTag\\": \\"“C”\\",\\n \\"TransferStatusCode\\": 1,\\n \\"ImportTime\\": \\"2022-01-26 18:58:25\\",\\n \\"IndividualTag\\": \\"A\\",\\n \\"Properties\\": \\"{\\\\\\\\\\\\\\"电话号码\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"13100000000\\\\\\\\\\\\\\"}\\",\\n \\"StatusCode\\": 1,\\n \\"AgentSpeakingDuration\\": 98,\\n \\"Remark\\": \\"备注内容\\",\\n \\"CallTimes\\": \\"1\\",\\n \\"Number\\": \\"138*****123\\",\\n \\"InterceptReason\\": \\"黑名单拦截,灰名单拦截,异常号码拦截\\",\\n \\"IntentDescription\\": \\"如“确认本人,未承诺还款”\\",\\n \\"StatusDescription\\": \\"外呼状态,如“已接听”“拒接”\\\\n注,转外呼状态编码与描述对应:\\\\n1 \\\\\\"已接听\\\\\\",\\\\n2 \\\\\\"关机\\\\\\",\\\\n3 \\\\\\"空号\\\\\\",\\\\n4 \\\\\\"改号\\\\\\",\\\\n5 \\\\\\"停机\\\\\\",\\\\n6 \\\\\\"占线\\\\\\",\\\\n7 \\\\\\"拒接\\\\\\",\\\\n8 \\\\\\"无法接通\\\\\\",\\\\n9 \\\\\\"未接\\\\\\",\\\\n10 \\\\\\"用户欠费\\\\\\",\\\\n11 \\\\\\"线路故障\\\\\\",\\\\n12 \\\\\\"呼叫失败\\\\\\"\\\\n30 \\\\\\"已拦截\\\\\\" \\\\n40 \\\\\\"单日呼叫次数受限\\\\\\"\\\\n50 \\\\\\"取消外呼-已转化\\\\\\" \\",\\n \\"SpeakingDuration\\": 45,\\n \\"Gateway\\": \\"123\\",\\n \\"TransferStatus\\": \\"转人工状态,可以为空,如未触发、分配坐席失败\\\\n注,转人工状态编码与状态对应:\\\\n0 \\\\\\"未触发\\\\\\",\\\\n1 \\\\\\"分配坐席失败\\\\\\",\\\\n2 \\\\\\"无空闲坐席分配\\\\\\",\\\\n10 \\\\\\"振铃未接听\\\\\\",\\\\n11 \\\\\\"振铃占线\\\\\\",\\\\n12 \\\\\\"振铃话机离线\\\\\\",\\\\n13 \\\\\\"振铃失败\\\\\\",\\\\n14 \\\\\\"监听失败\\\\\\",\\\\n20 \\\\\\"监听未接听\\\\\\",\\\\n30 \\\\\\"已接听\\\\\\",\\\\n31 \\\\\\"接听失败\\\\\\"\\",\\n \\"AgentId\\": 87,\\n \\"TemplateId\\": 66,\\n \\"AgentTag\\": \\"A\\",\\n \\"Status\\": \\"未接、占线、拒接、用户欠费、线路故障、呼叫失败、已接听、无法接通、关机、停机、改号、空号、无效接通、已拦截、单日呼叫次数受限、取消外呼-已转化\\",\\n \\"CallId\\": \\"9197ed9e-ceda-42a5-b683-823b23ef208e\\",\\n \\"BatchId\\": \\"1\\",\\n \\"HangupTime\\": \\"2022-01-26 18:58:25\\",\\n \\"CallBeginTime\\": \\"2022-01-26 18:58:25\\",\\n \\"RingTime\\": 66,\\n \\"AgentSpeakingTime\\": \\"0秒\\",\\n \\"AddWxStatus\\": \\"可选值:已申请、加微成功\\",\\n \\"HangupType\\": 1,\\n \\"SpeakingTurns\\": \\"0\\",\\n \\"Sms\\": \\"1、2\\\\n1:发送,2:不发送\\",\\n \\"AnswerRecall\\": 0,\\n \\"Tag\\": \\"好\\",\\n \\"NumberMD5\\": \\"75916b635568954583783d\\",\\n \\"ChatRecord\\": \\"URL,可以为空\\",\\n \\"SpeakingTime\\": \\"0秒\\"\\n }\\n ]\\n },\\n \\"Code\\": 0,\\n \\"Timestamp\\": 1683440860035,\\n \\"Success\\": \\"true\\"\\n}","type":"json"}]', ], 'TaskCancelCall' => [ 'summary' => '批量任务取消号码外呼', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'autoTest' => true, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'TaskId', 'in' => 'query', 'schema' => [ 'title' => '任务ID', 'description' => '任务ID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '30', 'default' => '', ], ], [ 'name' => 'Numbers', 'in' => 'query', 'style' => 'json', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'title' => '号码', 'description' => '', 'type' => 'string', 'required' => false, 'example' => '13661109390', ], 'required' => false, 'example' => '', ], ], [ 'name' => 'Tags', 'in' => 'query', 'style' => 'json', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'title' => '用户自定义标签', 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'tag1', ], 'required' => false, 'example' => '', 'default' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '8EFC6D10-307B-1ECA-A8C6-7CBDF776AAD2', ], 'Model' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'UnHandleNumbers' => [ 'title' => '错误手机号', 'description' => '错误手机号', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'example' => '13541251222,18665214444', ], 'example' => '', ], ], 'example' => '', ], 'Code' => [ 'description' => '', 'type' => 'string', 'example' => '0', ], 'Timestamp' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1683440860035', ], 'Success' => [ 'description' => '', 'type' => 'string', 'example' => 'true', ], ], ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Message\\": \\"成功\\",\\n \\"RequestId\\": \\"8EFC6D10-307B-1ECA-A8C6-7CBDF776AAD2\\",\\n \\"Model\\": {\\n \\"UnHandleNumbers\\": [\\n \\"13541251222,18665214444\\"\\n ]\\n },\\n \\"Code\\": \\"0\\",\\n \\"Timestamp\\": 1683440860035,\\n \\"Success\\": \\"true\\"\\n}","type":"json"}]', ], 'TaskList' => [ 'summary' => '查询任务列表接口', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [], 'parameters' => [ [ 'name' => 'TaskId', 'in' => 'query', 'schema' => [ 'title' => '任务ID', 'description' => '任务ID', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '2', ], ], [ 'name' => 'LastCallTime', 'in' => 'query', 'schema' => [ 'title' => '最后外呼时间', 'description' => '最后外呼时间', 'type' => 'string', 'required' => false, 'example' => '2023-04-05 12:11:11', ], ], [ 'name' => 'CreateTime', 'in' => 'query', 'schema' => [ 'title' => '创建时间', 'description' => '创建时间', 'type' => 'string', 'required' => false, 'example' => '2023-04-05 12:11:11', ], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => [ 'title' => '任务状态。1 未启用,2 启用中,4 已停止', 'description' => '任务状态。1 未启用,2 启用中,4 已停止', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '2', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'AccessDeniedDetail' => [ 'type' => 'string', ], 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值示例值', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '8EFC6D10-307B-1ECA-A8C6-7CBDF776AAD2'."\n", ], 'Model' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Status' => [ 'title' => '任务状态', 'description' => '任务状态', 'type' => 'integer', 'format' => 'int64', 'example' => '79', ], 'AllowDayOfWeek' => [ 'title' => '外呼时间', 'description' => '外呼时间', 'type' => 'string', 'example' => '“1,2,3”', ], 'TaskId' => [ 'title' => '任务ID', 'description' => '任务ID', 'type' => 'integer', 'format' => 'int64', 'example' => '68', ], 'IntentTags' => [ 'title' => '意向标签列表', 'description' => '意向标签列表', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'IntentDescription' => [ 'title' => '意向标签描述', 'description' => '意向标签描述', 'type' => 'string', 'example' => '示例值示例值', ], 'IntentTag' => [ 'title' => '意向标签ID', 'description' => '意向标签ID', 'type' => 'string', 'example' => '示例值示例值', ], ], ], 'example' => '', ], 'Priority' => [ 'title' => '优先任务', 'description' => '优先任务', 'type' => 'integer', 'format' => 'int64', 'example' => '66', ], 'CreateTime' => [ 'title' => '创建时间', 'description' => '创建时间', 'type' => 'string', 'example' => '2023-04-05 12:11:11'."\n", ], 'CallType' => [ 'title' => '外呼类型', 'description' => '外呼类型', 'type' => 'integer', 'format' => 'int64', 'example' => '95', ], 'MaxConcurrency' => [ 'title' => '最大并发数', 'description' => '最大并发数', 'type' => 'integer', 'format' => 'int64', 'example' => '95', ], 'PersonalityTags' => [ 'title' => '个性标签列表', 'description' => '个性标签列表', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'example' => 'AA', ], 'example' => '', ], 'SendSms' => [ 'title' => '发送短信', 'description' => '发送短信', 'type' => 'integer', 'format' => 'int64', 'example' => '39', ], 'ImportTime' => [ 'title' => '最近导入时间', 'description' => '最近导入时间', 'type' => 'string', 'example' => '2023-04-05 12:11:11', ], 'Properties' => [ 'title' => '任务所需参数', 'description' => '任务所需参数', 'type' => 'string', 'example' => '示例值示例值', ], 'FlashSmsTemplateName' => [ 'title' => '闪信模板名称', 'description' => '闪信模板名称', 'type' => 'string', 'example' => '示例值示例值示例值', ], 'AllowCallTimeFormat' => [ 'title' => '外呼时间段格式化', 'description' => '外呼时间段格式化', 'type' => 'string', 'example' => '“8:00 ~ 20:00”', ], 'LastCallTime' => [ 'title' => '最后外呼时间', 'description' => '最后外呼时间', 'type' => 'string', 'example' => '2023-04-05 12:11:11', ], 'TaskName' => [ 'title' => '任务名称', 'description' => '任务名称', 'type' => 'string', 'example' => '示例值示例值', ], 'RecallType' => [ 'title' => '自动重呼', 'description' => '自动重呼', 'type' => 'integer', 'format' => 'int64', 'example' => '20', ], 'TemplateName' => [ 'title' => '话术模板名称', 'description' => '话术模板名称', 'type' => 'string', 'example' => '示例值示例值', ], 'SmsName' => [ 'title' => '短信模板', 'description' => '短信模板', 'type' => 'string', 'example' => '示例值示例值', ], 'AllowCallTime' => [ 'title' => '外呼时间段', 'description' => '外呼时间段', 'type' => 'string', 'example' => '“8:00~20:30”', ], 'FlashSmsTemplateId' => [ 'title' => '闪信模板id', 'description' => '闪信模板id', 'type' => 'integer', 'format' => 'int64', 'example' => '99', ], 'TemplateId' => [ 'title' => '话术模板Id', 'description' => '话术模板Id', 'type' => 'string', 'example' => '示例值示例值示例值', ], 'InvalidReCall' => [ 'title' => '接通重呼次数', 'description' => '接通重呼次数', 'type' => 'integer', 'format' => 'int64', 'example' => '31', ], 'FlashSmsType' => [ 'title' => '发送闪信配置,可选0,1;0表示否,1表示是', 'description' => '发送闪信配置,可选0,1;0表示否,1表示是', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], ], 'example' => '', ], 'Code' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '30', ], 'Timestamp' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '80', ], 'Success' => [ 'description' => '', 'type' => 'boolean', 'example' => 'true', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"AccessDeniedDetail\\": \\"{}\\",\\n \\"Message\\": \\"成功\\\\n\\",\\n \\"RequestId\\": \\"8EFC6D10-****-1ECA-****-7CBDF776AAD2\\\\n\\",\\n \\"Model\\": [\\n {\\n \\"Status\\": 4,\\n \\"AllowDayOfWeek\\": \\"1,2,3\\",\\n \\"TaskId\\": 68,\\n \\"IntentTags\\": [\\n {\\n \\"IntentDescription\\": \\"满意\\",\\n \\"IntentTag\\": \\"123\\"\\n }\\n ],\\n \\"Priority\\": 1,\\n \\"CreateTime\\": \\"2023-04-05 12:11:11\\\\n\\",\\n \\"CallType\\": 1001,\\n \\"MaxConcurrency\\": 95,\\n \\"PersonalityTags\\": [\\n \\"AA\\"\\n ],\\n \\"SendSms\\": 1,\\n \\"ImportTime\\": \\"2023-04-05 12:11:11\\",\\n \\"Properties\\": \\"尊称,姓名,金额\\",\\n \\"FlashSmsTemplateName\\": \\"示例值\\",\\n \\"AllowCallTimeFormat\\": \\"9:00 ~ 12:00\\\\\\\\n13.5 ~ 20\\",\\n \\"LastCallTime\\": \\"2023-04-05 12:11:11\\",\\n \\"TaskName\\": \\"第一个外呼任务\\",\\n \\"RecallType\\": 1,\\n \\"TemplateName\\": \\"第一个话术\\",\\n \\"SmsName\\": \\"短信02np\\",\\n \\"AllowCallTime\\": \\"[[9,12],[[13.5,20]]]\\",\\n \\"FlashSmsTemplateId\\": 99,\\n \\"TemplateId\\": \\"123\\",\\n \\"InvalidReCall\\": 1,\\n \\"FlashSmsType\\": 1\\n }\\n ],\\n \\"Code\\": 0,\\n \\"Timestamp\\": 80,\\n \\"Success\\": true\\n}","type":"json"}]', ], 'TaskRecoverCall' => [ 'summary' => '批量任务恢复号码', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'autoTest' => true, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'TaskId', 'in' => 'query', 'schema' => [ 'title' => '任务ID', 'description' => '任务ID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '93', ], ], [ 'name' => 'Tags', 'in' => 'query', 'style' => 'json', 'schema' => [ 'title' => '用户自定义标签列表', 'description' => '用户自定义标签列表', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'tag1', ], 'required' => false, 'example' => '', ], ], [ 'name' => 'Numbers', 'in' => 'query', 'style' => 'json', 'schema' => [ 'title' => '号码列表', 'description' => '号码列表', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '13541251222,18665214444', ], 'required' => false, 'example' => '', ], ], [ 'name' => 'BeginImportTime', 'in' => 'query', 'schema' => [ 'title' => '查询开始导入时间', 'description' => '查询开始导入时间', 'type' => 'string', 'required' => false, 'example' => '"2023-01-09 18:58:19"', ], ], [ 'name' => 'EndImportTime', 'in' => 'query', 'schema' => [ 'title' => '查询结束导入时间', 'description' => '查询结束导入时间', 'type' => 'string', 'required' => false, 'example' => '"2023-01-09 18:58:19"', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '8EFC6D10-307B-1ECA-A8C6-7CBDF776AAD2', ], 'Model' => [ 'description' => '', 'type' => 'object', 'example' => '', ], 'Code' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '0', ], 'Timestamp' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1683440860035', ], 'Success' => [ 'description' => '', 'type' => 'string', 'example' => 'true', ], ], ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Message\\": \\"成功\\",\\n \\"RequestId\\": \\"8EFC6D10-307B-1ECA-A8C6-7CBDF776AAD2\\",\\n \\"Model\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"Code\\": 0,\\n \\"Timestamp\\": 1683440860035,\\n \\"Success\\": \\"true\\"\\n}","type":"json"}]', ], 'TemplateList' => [ 'summary' => '话术模板列表查询接口', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [], 'parameters' => [ [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => [ 'title' => '必须空参', 'description' => '必须空参', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '9', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '8EFC6D10-307B-1ECA-A8C6-7CBDF776AAD2'."\n", ], 'Model' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'IntentTags' => [ 'title' => '意向标签', 'description' => '意向标签', 'type' => 'array', 'items' => [ 'title' => '', 'description' => '', 'type' => 'object', 'example' => '', ], 'example' => '', ], 'TemplateName' => [ 'title' => '话术模板名称', 'description' => '话术模板名称', 'type' => 'string', 'example' => '示例值示例值', ], 'PersonalityTags' => [ 'title' => '个性标签', 'description' => '个性标签', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'example' => '', ], 'example' => '', ], 'TemplateType' => [ 'title' => '模板类型', 'description' => '模板类型', 'type' => 'integer', 'format' => 'int64', 'example' => '55', ], 'Properties' => [ 'title' => '话术所需参数', 'description' => '话术所需参数', 'type' => 'string', 'example' => '示例值示例值', ], 'TemplateId' => [ 'title' => 'AI话术ID', 'description' => 'AI话术ID', 'type' => 'integer', 'format' => 'int64', 'example' => '59', ], ], ], 'example' => '', ], 'Code' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '200', ], 'Timestamp' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1683440860035', ], 'Success' => [ 'description' => '', 'type' => 'boolean', 'example' => 'false', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Message\\": \\"成功\\",\\n \\"RequestId\\": \\"8EFC6D10-307B-1ECA-A8C6-7CBDF776AAD2\\\\n\\",\\n \\"Model\\": [\\n {\\n \\"IntentTags\\": [\\n {\\n \\"intentDescription\\": \\"已成为客户\\",\\n \\"intentTag\\": \\"A\\"\\n }\\n ],\\n \\"TemplateName\\": \\"模板\\",\\n \\"PersonalityTags\\": [\\n \\"标签\\"\\n ],\\n \\"TemplateType\\": 0,\\n \\"Properties\\": \\"\\\\\\"尊称,姓名,金额\\\\\\"\\",\\n \\"TemplateId\\": 59\\n }\\n ],\\n \\"Code\\": 0,\\n \\"Timestamp\\": 1683440860035,\\n \\"Success\\": false\\n}","type":"json"}]', ], 'UpdateAgentStatus' => [ 'summary' => '修改坐席状态', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'autoTest' => true, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'AgentId', 'in' => 'query', 'schema' => [ 'title' => '坐席ID', 'description' => '坐席ID', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '58', ], ], [ 'name' => 'AgentTag', 'in' => 'query', 'schema' => [ 'title' => '坐席标签', 'description' => '坐席标签', 'type' => 'string', 'required' => false, 'example' => 'abac', ], ], [ 'name' => 'AgentStatus', 'in' => 'query', 'schema' => [ 'title' => '坐席状态 1:在线;2:忙碌;3:小休;4:离线', 'description' => '坐席状态 1:在线;2:忙碌;3:小休;4:离线', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值示例值', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '8EFC6D10-307B-1ECA-A8C6-7CBDF776AAD2'."\n", ], 'Model' => [ 'description' => '', 'type' => 'object', 'example' => '', ], 'Code' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '0', ], 'Timestamp' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1683440860035', ], 'Success' => [ 'description' => '', 'type' => 'string', 'example' => 'true', ], ], ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Message\\": \\"成功\\",\\n \\"RequestId\\": \\"8EFC6D10-307B-1ECA-A8C6-7CBDF776AAD2\\\\n\\",\\n \\"Model\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"Code\\": 0,\\n \\"Timestamp\\": 1683440860035,\\n \\"Success\\": \\"true\\"\\n}","type":"json"}]', ], 'UpdateTaskCustomer' => [ 'summary' => '更新当天导入的号码', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'autoTest' => true, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'TaskId', 'in' => 'query', 'schema' => [ 'title' => '任务ID', 'description' => '任务ID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '59', ], ], [ 'name' => 'Customers', 'in' => 'query', 'style' => 'json', 'schema' => [ 'title' => '外呼客户', 'description' => '外呼客户', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Number' => [ 'title' => '电话号码', 'description' => '电话号码', 'type' => 'string', 'required' => false, 'example' => '13661109390', ], 'Cancel' => [ 'title' => '是否取消外呼 0否,1是', 'description' => '是否取消外呼 0否,1是', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '0', ], 'Tag' => [ 'title' => '用户自定义标签', 'description' => '用户自定义标签', 'type' => 'string', 'required' => false, 'example' => 'tag1', ], 'Properties' => [ 'title' => '需根据具体任务参数要求传输', 'description' => '需根据具体任务参数要求传输', 'type' => 'object', 'required' => false, 'example' => '{"test":"234"}', ], ], 'required' => false, ], 'required' => true, 'example' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '8EFC6D10-307B-1ECA-A8C6-7CBDF776AAD2'."\n", ], 'Model' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'UnHandleNumbers' => [ 'title' => '错误手机列表', 'description' => '错误手机列表', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'example' => '13661109390', ], 'example' => '', ], ], 'example' => '', ], 'Code' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '0', ], 'Timestamp' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1683440860035', ], 'Success' => [ 'description' => '', 'type' => 'string', 'example' => 'true', ], ], ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Message\\": \\"成功\\",\\n \\"RequestId\\": \\"8EFC6D10-307B-1ECA-A8C6-7CBDF776AAD2\\\\n\\",\\n \\"Model\\": {\\n \\"UnHandleNumbers\\": [\\n \\"13661109390\\"\\n ]\\n },\\n \\"Code\\": 0,\\n \\"Timestamp\\": 1683440860035,\\n \\"Success\\": \\"true\\"\\n}","type":"json"}]', ], 'QuickAddTask' => [ 'summary' => '快速创建任务接口', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'autoTest' => true, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'title' => '任务名称', 'description' => '任务名称', 'type' => 'string', 'required' => true, 'example' => 'a', ], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => [ 'title' => '任务启动日期', 'description' => '任务启动日期', 'type' => 'string', 'required' => false, 'example' => '2019-04-30', ], ], [ 'name' => 'TemplateType', 'in' => 'query', 'schema' => [ 'title' => '话术模板类型', 'description' => '话术模板类型', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1:单模版;2:智能话术策略模板。不填默认1。', ], ], [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => [ 'title' => '话术模板ID,如果不传则使用被复制任务的话术模板', 'description' => '话术模板ID,如果不传则使用被复制任务的话术模板', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1', ], ], [ 'name' => 'SmsTemplateId', 'in' => 'query', 'schema' => [ 'title' => '短信模板ID', 'description' => '短信模板ID', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1', ], ], [ 'name' => 'ReferenceTaskId', 'in' => 'query', 'schema' => [ 'title' => '被复制任务ID', 'description' => '被复制任务ID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1', ], ], [ 'name' => 'AgentGroupId', 'in' => 'query', 'schema' => [ 'title' => '坐席组ID', 'description' => '坐席组ID', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1', ], ], [ 'name' => 'CallTimeList', 'in' => 'query', 'style' => 'json', 'schema' => [ 'title' => '外呼时间', 'description' => '外呼时间', 'type' => 'array', 'items' => [ 'title' => '外呼时间', 'description' => '', 'type' => 'object', 'properties' => [ 'CallTime' => [ 'title' => '外呼时间', 'description' => '外呼时间', 'type' => 'array', 'items' => [ 'title' => '外呼时间', 'description' => '', 'type' => 'string', 'required' => false, 'example' => '8.5', ], 'required' => false, 'example' => '', ], ], 'required' => false, ], 'required' => false, 'example' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'AccessDeniedDetail' => [ 'description' => '', 'type' => 'string', 'example' => 'None', ], 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值示例值', ], 'Model' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'TaskId' => [ 'title' => '任务id', 'description' => '任务id', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], 'example' => '', ], 'Code' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值示例值', ], 'Timestamp' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '77', ], 'Success' => [ 'description' => '', 'type' => 'boolean', 'example' => 'false', ], ], ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"AccessDeniedDetail\\": \\"None\\",\\n \\"Message\\": \\"example\\",\\n \\"RequestId\\": \\"example\\",\\n \\"Model\\": {\\n \\"TaskId\\": 1\\n },\\n \\"Code\\": \\"0\\",\\n \\"Timestamp\\": 77,\\n \\"Success\\": true\\n}","type":"json"}]', ], 'AddAgent' => [ 'summary' => '创建坐席', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'autoTest' => true, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'Account', 'in' => 'query', 'schema' => [ 'title' => '坐席账号名(必须唯一)', 'description' => '坐席账号名(必须唯一)', 'type' => 'string', 'required' => true, 'example' => 'seat_001', ], ], [ 'name' => 'Password', 'in' => 'query', 'schema' => [ 'title' => '坐席账号密码 (可以跟分机密码一致)', 'description' => '坐席账号密码 (可以跟分机密码一致)', 'type' => 'string', 'required' => true, 'example' => 'gwegwe23t32', ], ], [ 'name' => 'ExtensionPwd', 'in' => 'query', 'schema' => [ 'title' => '分机密码', 'description' => '分机密码', 'type' => 'string', 'required' => true, 'example' => 'gwegwe23t32', ], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'title' => '坐席名称', 'description' => '坐席名称', 'type' => 'string', 'required' => true, 'example' => 'xxx', ], ], [ 'name' => 'AgentTag', 'in' => 'query', 'schema' => [ 'title' => '合作方唯一标识', 'description' => '合作方唯一标识', 'type' => 'string', 'required' => false, 'example' => 'abc', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'AccessDeniedDetail' => [ 'description' => '', 'type' => 'string', 'example' => 'None', ], 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值', ], 'Model' => [ 'title' => '坐席ID', 'description' => '坐席ID', 'type' => 'object', 'properties' => [ 'AgentId' => [ 'title' => '坐席ID', 'description' => '坐席ID', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], 'example' => '', ], 'Code' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值示例值', ], 'Timestamp' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '82', ], 'Success' => [ 'description' => '', 'type' => 'boolean', 'example' => 'false', ], ], ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"AccessDeniedDetail\\": \\"None\\",\\n \\"Message\\": \\"example\\",\\n \\"RequestId\\": \\"example\\",\\n \\"Model\\": {\\n \\"AgentId\\": 1\\n },\\n \\"Code\\": \\"0\\",\\n \\"Timestamp\\": 82,\\n \\"Success\\": true\\n}","type":"json"}]', ], 'QueryAgentInfo' => [ 'summary' => '查询坐席具体信息', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'autoTest' => true, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'AgentId', 'in' => 'query', 'schema' => [ 'title' => '坐席ID', 'description' => '坐席ID', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1', ], ], [ 'name' => 'AgentTag', 'in' => 'query', 'schema' => [ 'title' => '坐席标签', 'description' => '坐席标签', 'type' => 'string', 'required' => false, 'example' => '"1"', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'AccessDeniedDetail' => [ 'description' => '', 'type' => 'string', 'example' => 'Access Denied', ], 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值示例值', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '示例值', ], 'Model' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Account' => [ 'title' => '坐席账号', 'description' => '坐席账号', 'type' => 'string', 'example' => 'a', ], 'WsRegisterAddress' => [ 'title' => 'WebSocket分机注册地址', 'description' => 'WebSocket分机注册地址', 'type' => 'string', 'example' => 'a', ], 'AgentExtension' => [ 'title' => '坐席分机号', 'description' => '坐席分机号', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'CreateTime' => [ 'title' => '创建时间', 'description' => '创建时间', 'type' => 'string', 'example' => '2026-11-11 11:11:11', ], 'AgentGroupIds' => [ 'title' => '坐席组ID列表', 'description' => '坐席组ID列表', 'type' => 'array', 'items' => [ 'title' => '坐席组ID', 'description' => '', 'type' => 'integer', 'format' => 'int64', ], 'example' => '', ], 'WsProtocol' => [ 'title' => 'WebSocket分机注册协议', 'description' => 'WebSocket分机注册协议', 'type' => 'string', 'example' => 'b', ], 'AgentGroupList' => [ 'title' => '坐席组列表', 'description' => '坐席组列表', 'type' => 'array', 'items' => [ 'title' => '坐席组', 'description' => '', 'type' => 'object', 'properties' => [ 'GroupName' => [ 'title' => '坐席组名称', 'description' => '坐席组名称', 'type' => 'string', 'example' => 'a', ], 'GroupId' => [ 'title' => '坐席组ID', 'description' => '坐席组ID', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], ], 'example' => '', ], 'Name' => [ 'title' => '坐席名称', 'description' => '坐席名称', 'type' => 'string', 'example' => 'b', ], 'Active' => [ 'title' => '账号启用状态,0-停用,1-启用,默认1', 'description' => '账号启用状态,0-停用,1-启用,默认1', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'AgentStatus' => [ 'title' => '坐席状态,1:在线;2:忙碌;3:小休;4:离线', 'description' => '坐席状态,1:在线;2:忙碌;3:小休;4:离线', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'ExtensionPwd' => [ 'title' => '分机密码', 'description' => '分机密码', 'type' => 'string', 'example' => 'a', ], 'ExtensionServer' => [ 'title' => '分机注册地址', 'description' => '分机注册地址', 'type' => 'string', 'example' => 'b', ], 'AgentId' => [ 'title' => '坐席ID', 'description' => '坐席ID', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'AgentTag' => [ 'title' => '坐席标签', 'description' => '坐席标签', 'type' => 'string', 'example' => 'c', ], ], 'example' => '', ], 'Code' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '43', ], 'Timestamp' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '17', ], 'Success' => [ 'description' => '', 'type' => 'boolean', 'example' => 'true', ], ], ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"AccessDeniedDetail\\": \\"Access Denied\\",\\n \\"Message\\": \\"example\\",\\n \\"RequestId\\": \\"example\\",\\n \\"Model\\": {\\n \\"Account\\": \\"a\\",\\n \\"WsRegisterAddress\\": \\"a\\",\\n \\"AgentExtension\\": 1,\\n \\"CreateTime\\": \\"2026-11-11 11:11:11\\",\\n \\"AgentGroupIds\\": [\\n 123\\n ],\\n \\"WsProtocol\\": \\"b\\",\\n \\"AgentGroupList\\": [\\n {\\n \\"GroupName\\": \\"a\\",\\n \\"GroupId\\": 1\\n }\\n ],\\n \\"Name\\": \\"b\\",\\n \\"Active\\": 1,\\n \\"AgentStatus\\": 1,\\n \\"ExtensionPwd\\": \\"a\\",\\n \\"ExtensionServer\\": \\"b\\",\\n \\"AgentId\\": 1,\\n \\"AgentTag\\": \\"c\\"\\n },\\n \\"Code\\": 0,\\n \\"Timestamp\\": 17,\\n \\"Success\\": true\\n}","type":"json"}]', ], 'AddAgentGroup' => [ 'summary' => '创建坐席组接口', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'autoTest' => true, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'AgentGroupName', 'in' => 'query', 'schema' => [ 'title' => '坐席组名称,不能为空且最大长度为20个字符', 'description' => '坐席组名称,不能为空且最大长度为20个字符', 'type' => 'string', 'required' => true, 'example' => 'abc', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'AccessDeniedDetail' => [ 'description' => '', 'type' => 'string', 'example' => 'None', ], 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '示例值', ], 'Model' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'AgentGroupName' => [ 'title' => '坐席组名称', 'description' => '坐席组名称', 'type' => 'string', 'example' => '示例值示例值示例值', ], 'CreateTime' => [ 'title' => '创建坐席组的时间', 'description' => '创建坐席组的时间', 'type' => 'string', 'example' => '示例值', ], 'AgentGroupId' => [ 'title' => '坐席组ID', 'description' => '坐席组ID', 'type' => 'integer', 'format' => 'int64', 'example' => '48', ], ], 'example' => '', ], 'Code' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值', ], 'Timestamp' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '40', ], 'Success' => [ 'description' => '', 'type' => 'boolean', 'example' => 'false', ], ], ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"AccessDeniedDetail\\": \\"None\\",\\n \\"Message\\": \\"example\\",\\n \\"RequestId\\": \\"example\\",\\n \\"Model\\": {\\n \\"AgentGroupName\\": \\"example\\",\\n \\"CreateTime\\": \\"example\\",\\n \\"AgentGroupId\\": 48\\n },\\n \\"Code\\": \\"0\\",\\n \\"Timestamp\\": 40,\\n \\"Success\\": true\\n}","type":"json"}]', ], 'JoinAgentGroup' => [ 'summary' => '绑定坐席组', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'autoTest' => true, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'AgentGroupId', 'in' => 'query', 'schema' => [ 'title' => '坐席组ID', 'description' => '坐席组ID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1', ], ], [ 'name' => 'AgentIds', 'in' => 'query', 'style' => 'json', 'schema' => [ 'title' => '坐席ID列表', 'description' => '坐席ID列表', 'type' => 'array', 'items' => [ 'title' => '坐席ID', 'description' => '', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '111', ], 'required' => true, 'example' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'AccessDeniedDetail' => [ 'description' => '', 'type' => 'string', 'example' => 'None', ], 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值', ], 'Model' => [ 'description' => '', 'type' => 'object', 'example' => '', ], 'Code' => [ 'description' => '', 'type' => 'string', 'example' => '示例值', ], 'Timestamp' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '30', ], 'Success' => [ 'description' => '', 'type' => 'boolean', 'example' => 'false', ], ], ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"AccessDeniedDetail\\": \\"None\\",\\n \\"Message\\": \\"example\\",\\n \\"RequestId\\": \\"example\\",\\n \\"Model\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"Code\\": \\"0\\",\\n \\"Timestamp\\": 30,\\n \\"Success\\": true\\n}","type":"json"}]', ], 'QuitAgentGroup' => [ 'summary' => '解绑坐席组', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'autoTest' => true, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'AgentGroupId', 'in' => 'query', 'schema' => [ 'title' => '坐席组ID', 'description' => '坐席组ID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '60', ], ], [ 'name' => 'AgentIds', 'in' => 'query', 'style' => 'json', 'schema' => [ 'title' => '坐席ID列表', 'description' => '坐席ID列表', 'type' => 'array', 'items' => [ 'title' => '坐席ID', 'description' => '', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '111', ], 'required' => true, 'example' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'AccessDeniedDetail' => [ 'description' => '', 'type' => 'string', 'example' => 'None', ], 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值示例值', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值', ], 'Model' => [ 'description' => '', 'type' => 'object', 'example' => '', ], 'Code' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值示例值', ], 'Timestamp' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '15', ], 'Success' => [ 'description' => '', 'type' => 'boolean', 'example' => 'true', ], ], ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"AccessDeniedDetail\\": \\"None\\",\\n \\"Message\\": \\"example\\",\\n \\"RequestId\\": \\"example\\",\\n \\"Model\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"Code\\": \\"0\\",\\n \\"Timestamp\\": 15,\\n \\"Success\\": true\\n}","type":"json"}]', ], 'AgentGroupPage' => [ 'summary' => '坐席组分页查询', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'autoTest' => true, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'AgentGroupId', 'in' => 'query', 'schema' => [ 'title' => '坐席组ID', 'description' => '坐席组ID', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1', ], ], [ 'name' => 'PageNum', 'in' => 'query', 'schema' => [ 'title' => '当前页', 'description' => '当前页', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1', ], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'title' => '分页数量', 'description' => '分页数量', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'AccessDeniedDetail' => [ 'description' => '', 'type' => 'string', 'example' => 'None', ], 'Message' => [ 'description' => '', 'type' => 'string', 'example' => 'a', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '12345', ], 'Model' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Pages' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '82', ], 'Size' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '15', ], 'Total' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '12', ], 'Current' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '62', ], 'Records' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'AgentGroupName' => [ 'title' => '坐席组名称', 'description' => '坐席组名称', 'type' => 'string', 'example' => 'a', ], 'CreateTime' => [ 'title' => '创建坐席组的时间', 'description' => '创建坐席组的时间', 'type' => 'string', 'example' => '2026-01-01 11:11:11', ], 'AgentIds' => [ 'title' => '坐席组下的坐席id列表', 'description' => '坐席组下的坐席id列表', 'type' => 'array', 'items' => [ 'title' => '坐席组下的坐席id', 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '50022260', ], 'example' => '', ], 'AgentGroupId' => [ 'title' => '坐席组ID', 'description' => '坐席组ID', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], ], ], 'example' => '', ], ], 'example' => '', ], 'Code' => [ 'description' => '', 'type' => 'string', 'example' => '示例值', ], 'Timestamp' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '71', ], 'Success' => [ 'description' => '', 'type' => 'boolean', 'example' => 'false', ], ], ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"AccessDeniedDetail\\": \\"None\\",\\n \\"Message\\": \\"a\\",\\n \\"RequestId\\": \\"12345\\",\\n \\"Model\\": {\\n \\"Pages\\": 82,\\n \\"Size\\": 15,\\n \\"Total\\": 12,\\n \\"Current\\": 62,\\n \\"Records\\": [\\n {\\n \\"AgentGroupName\\": \\"a\\",\\n \\"CreateTime\\": \\"2026-01-01 11:11:11\\",\\n \\"AgentIds\\": [\\n 50022260\\n ],\\n \\"AgentGroupId\\": 1\\n }\\n ]\\n },\\n \\"Code\\": \\"0\\",\\n \\"Timestamp\\": 71,\\n \\"Success\\": true\\n}","type":"json"}]', ], 'AgentCallList' => [ 'summary' => '坐席外呼查询外呼记录', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'autoTest' => true, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'AgentId', 'in' => 'query', 'schema' => [ 'title' => '坐席ID', 'description' => '坐席ID', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '51', ], ], [ 'name' => 'AgentTag', 'in' => 'query', 'schema' => [ 'title' => '坐席标签', 'description' => '坐席标签', 'type' => 'string', 'required' => false, 'example' => 'abcd', ], ], [ 'name' => 'Numbers', 'in' => 'query', 'style' => 'json', 'schema' => [ 'title' => '号码列表', 'description' => '号码列表', 'type' => 'array', 'items' => [ 'title' => '号码', 'description' => '', 'type' => 'string', 'required' => false, 'example' => '13541251222', ], 'required' => false, 'example' => '', ], ], [ 'name' => 'NumberMD5s', 'in' => 'query', 'style' => 'json', 'schema' => [ 'title' => '号码MD5列表', 'description' => '号码MD5列表', 'type' => 'array', 'items' => [ 'title' => '号码MD5', 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'abcd', ], 'required' => false, 'example' => '', ], ], [ 'name' => 'Tags', 'in' => 'query', 'style' => 'json', 'schema' => [ 'title' => '用户自定义标签列表', 'description' => '用户自定义标签列表', 'type' => 'array', 'items' => [ 'title' => '用户自定义标签', 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'tag1', ], 'required' => false, 'example' => '', ], ], [ 'name' => 'CallDate', 'in' => 'query', 'schema' => [ 'title' => '开始外呼时间', 'description' => '开始外呼时间', 'type' => 'string', 'required' => true, 'example' => '2020-03-06 10:10:10', ], ], [ 'name' => 'EndCallDate', 'in' => 'query', 'schema' => [ 'title' => '结束外呼时间', 'description' => '结束外呼时间', 'type' => 'string', 'required' => true, 'example' => '2020-03-07 10:10:10', ], ], [ 'name' => 'Page', 'in' => 'query', 'schema' => [ 'title' => '页数', 'description' => '页数', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '7', ], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'title' => '每页外呼记录数', 'description' => '每页外呼记录数', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '14', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'AccessDeniedDetail' => [ 'description' => '', 'type' => 'string', 'example' => 'None', ], 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '示例值', ], 'Model' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '27', ], 'PageSize' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '40', ], 'TotalPage' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '49', ], 'PageNo' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '44', ], 'List' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'TaskId' => [ 'title' => '外呼任务ID', 'description' => '外呼任务ID', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'AgentExtension' => [ 'title' => '坐席分机', 'description' => '坐席分机', 'type' => 'string', 'example' => 'a', ], 'Keywords' => [ 'title' => '回复关键词', 'description' => '回复关键词', 'type' => 'string', 'example' => '如链接,利息', ], 'CallType' => [ 'title' => '可选项:1001:坐席-人工外呼,1002:坐席-AI外呼-不转人工,1003:坐席-AI外呼-接通转人工,1004:坐席-AI外呼-智能转人工;', 'description' => '可选项:1001:坐席-人工外呼,1002:坐席-AI外呼-不转人工,1003:坐席-AI外呼-接通转人工,1004:坐席-AI外呼-智能转人工;', 'type' => 'integer', 'format' => 'int64', 'example' => '1001', ], 'AnswerTime' => [ 'title' => '接通时间 格式:2019-11-23 14:47:06', 'description' => '接通时间 格式:2019-11-23 14:47:06', 'type' => 'string', 'example' => '2019-11-23 14:47:06', ], 'IntentTag' => [ 'title' => '意向标签, 如“C”', 'description' => '意向标签, 如“C”', 'type' => 'string', 'example' => 'C', ], 'TransferStatusCode' => [ 'title' => '转人工状态编码', 'description' => '转人工状态编码', 'type' => 'integer', 'format' => 'int64', 'example' => '0', ], 'ImportTime' => [ 'title' => '导入时间,格式:2019-11-23 14:47:06', 'description' => '导入时间,格式:2019-11-23 14:47:06', 'type' => 'string', 'example' => '2019-11-23 14:47:06', ], 'IndividualTag' => [ 'title' => '个性标签', 'description' => '个性标签', 'type' => 'string', 'example' => '如投诉,非本人', ], 'Properties' => [ 'title' => '导入号码时的参数值', 'description' => '导入号码时的参数值', 'type' => 'string', 'example' => '{"电话号码":"13100000000"}', ], 'StatusCode' => [ 'title' => '外呼状态编码', 'description' => '外呼状态编码', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'AgentSpeakingDuration' => [ 'title' => '坐席通话时长,单位:秒', 'description' => '坐席通话时长,单位:秒', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'Remark' => [ 'title' => '人工备注信息', 'description' => '人工备注信息', 'type' => 'string', 'example' => 'abcd', ], 'Number' => [ 'title' => '外呼号码', 'description' => '外呼号码', 'type' => 'string', 'example' => '1', ], 'InterceptReason' => [ 'title' => '拦截原因 当状态为已拦截时,可选值:黑名单拦截,灰名单拦截,异常号码拦截', 'description' => '拦截原因 当状态为已拦截时,可选值:黑名单拦截,灰名单拦截,异常号码拦截', 'type' => 'string', 'example' => '黑名单拦截', ], 'IntentDescription' => [ 'title' => '意向说明 如:确认本人,未承诺还款', 'description' => '意向说明 如:确认本人,未承诺还款', 'type' => 'string', 'example' => '如:确认本人', ], 'StatusDescription' => [ 'title' => '外呼状态,如“已接听”“拒接”,转外呼状态编码与描述对应 1-已接听,2-关机', 'description' => '外呼状态,如“已接听”“拒接”,转外呼状态编码与描述对应 1-已接听,2-关机', 'type' => 'string', 'example' => '已接听', ], 'SpeakingDuration' => [ 'title' => '通话时长 单位:秒', 'description' => '通话时长 单位:秒', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'TransferStatus' => [ 'title' => '转人工状态 0-未触发', 'description' => '转人工状态 0-未触发', 'type' => 'string', 'example' => '未触发', ], 'AgentId' => [ 'title' => '分配坐席ID', 'description' => '分配坐席ID', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'TemplateId' => [ 'title' => 'AI话术ID', 'description' => 'AI话术ID', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'AgentTag' => [ 'title' => '坐席标签', 'description' => '坐席标签', 'type' => 'string', 'example' => 'a', ], 'BatchId' => [ 'title' => '导入号码时返回的批次号', 'description' => '导入号码时返回的批次号', 'type' => 'string', 'example' => '1', ], 'CallId' => [ 'title' => '外呼ID', 'description' => '外呼ID', 'type' => 'string', 'example' => '1', ], 'HangupTime' => [ 'title' => '挂断时间 格式:2019-11-23 14:47:06', 'description' => '挂断时间 格式:2019-11-23 14:47:06', 'type' => 'string', 'example' => '2019-11-23 14:47:06', ], 'CallBeginTime' => [ 'title' => '开始通话时间, 格式:2019-11-23 14:47:06', 'description' => '开始通话时间, 格式:2019-11-23 14:47:06', 'type' => 'string', 'example' => '2019-11-23 14:47:06', ], 'RingTime' => [ 'title' => '振铃时长 单位:毫秒', 'description' => '振铃时长 单位:毫秒', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'AgentSpeakingTime' => [ 'title' => '坐席通话时长,单位:大于1分钟,显示分钟秒,小于1分钟,显示秒', 'description' => '坐席通话时长,单位:大于1分钟,显示分钟秒,小于1分钟,显示秒', 'type' => 'string', 'example' => '1', ], 'HangupType' => [ 'title' => '挂机方式 AI挂机1,坐席挂机2,客户挂机3', 'description' => '挂机方式 AI挂机1,坐席挂机2,客户挂机3', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'SpeakingTurns' => [ 'title' => '对话轮次', 'description' => '对话轮次', 'type' => 'string', 'example' => '1', ], 'Sms' => [ 'title' => '挂机短信 1:发送,2:不发送', 'description' => '挂机短信 1:发送,2:不发送', 'type' => 'string', 'example' => '1', ], 'Tag' => [ 'title' => '用户自定义标签', 'description' => '用户自定义标签', 'type' => 'string', 'example' => '1', ], 'NumberMD5' => [ 'title' => '外呼号码MD5', 'description' => '外呼号码MD5', 'type' => 'string', 'example' => '1', ], 'ChatRecord' => [ 'title' => '对话录音', 'description' => '对话录音', 'type' => 'string', 'example' => 'URL', ], 'SpeakingTime' => [ 'title' => '通话时长 单位:大于1分钟,显示分钟秒,小于1分钟,显示秒', 'description' => '通话时长 单位:大于1分钟,显示分钟秒,小于1分钟,显示秒', 'type' => 'string', 'example' => '1', ], 'TransferTime' => [ 'title' => '转接人工时间', 'description' => '转接人工时间', 'type' => 'string', 'example' => '2019-01-09 14:14:19', ], ], ], 'example' => '', ], ], 'example' => '', ], 'Code' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '60', ], 'Timestamp' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '89', ], 'Success' => [ 'description' => '', 'type' => 'boolean', 'example' => 'false', ], ], ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"AccessDeniedDetail\\": \\"None\\",\\n \\"Message\\": \\"示例值\\",\\n \\"RequestId\\": \\"示例值\\",\\n \\"Model\\": {\\n \\"TotalCount\\": 27,\\n \\"PageSize\\": 40,\\n \\"TotalPage\\": 49,\\n \\"PageNo\\": 44,\\n \\"List\\": [\\n {\\n \\"TaskId\\": 1,\\n \\"AgentExtension\\": \\"a\\",\\n \\"Keywords\\": \\"如链接,利息\\",\\n \\"CallType\\": 1001,\\n \\"AnswerTime\\": \\"2019-11-23 14:47:06\\",\\n \\"IntentTag\\": \\"C\\",\\n \\"TransferStatusCode\\": 0,\\n \\"ImportTime\\": \\"2019-11-23 14:47:06\\",\\n \\"IndividualTag\\": \\"如投诉,非本人\\",\\n \\"Properties\\": \\"{\\\\\\"电话号码\\\\\\":\\\\\\"13100000000\\\\\\"}\\",\\n \\"StatusCode\\": 1,\\n \\"AgentSpeakingDuration\\": 1,\\n \\"Remark\\": \\"abcd\\",\\n \\"Number\\": \\"1\\",\\n \\"InterceptReason\\": \\"黑名单拦截\\",\\n \\"IntentDescription\\": \\"如:确认本人\\",\\n \\"StatusDescription\\": \\"已接听\\",\\n \\"SpeakingDuration\\": 1,\\n \\"TransferStatus\\": \\"未触发\\",\\n \\"AgentId\\": 1,\\n \\"TemplateId\\": 1,\\n \\"AgentTag\\": \\"a\\",\\n \\"BatchId\\": \\"1\\",\\n \\"CallId\\": \\"1\\",\\n \\"HangupTime\\": \\"2019-11-23 14:47:06\\",\\n \\"CallBeginTime\\": \\"2019-11-23 14:47:06\\",\\n \\"RingTime\\": 1,\\n \\"AgentSpeakingTime\\": \\"1\\",\\n \\"HangupType\\": 1,\\n \\"SpeakingTurns\\": \\"1\\",\\n \\"Sms\\": \\"1\\",\\n \\"Tag\\": \\"1\\",\\n \\"NumberMD5\\": \\"1\\",\\n \\"ChatRecord\\": \\"URL\\",\\n \\"SpeakingTime\\": \\"1\\",\\n \\"TransferTime\\": \\"2019-01-09 14:14:19\\"\\n }\\n ]\\n },\\n \\"Code\\": 0,\\n \\"Timestamp\\": 89,\\n \\"Success\\": true\\n}","type":"json"}]', ], 'AgentImportNumber' => [ 'summary' => '坐席外呼导入号码', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'autoTest' => true, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'OutId', 'in' => 'query', 'schema' => [ 'title' => '请求id,具有唯一性,用来做请求幂等处理,一个请求id有效期10分钟。不传则不做幂等处理', 'description' => '请求id,具有唯一性,用来做请求幂等处理,一个请求id有效期10分钟。不传则不做幂等处理', 'type' => 'string', 'required' => false, 'example' => '1asgfh', ], ], [ 'name' => 'AgentId', 'in' => 'query', 'schema' => [ 'title' => '坐席ID,可以为空,但agentId与agentTag必须其中1个有值。用于查询对应的坐席信息', 'description' => '坐席ID,可以为空,但agentId与agentTag必须其中1个有值。用于查询对应的坐席信息', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1', ], ], [ 'name' => 'AgentTag', 'in' => 'query', 'schema' => [ 'title' => '坐席唯一标识(创建坐席时的用户唯一标识),可以为空,但agentId与agentTag必须其中1个有值。用于查询对应的坐席信息', 'description' => '坐席唯一标识(创建坐席时的用户唯一标识),可以为空,但agentId与agentTag必须其中1个有值。用于查询对应的坐席信息', 'type' => 'string', 'required' => false, 'example' => '1001', ], ], [ 'name' => 'CallType', 'in' => 'query', 'schema' => [ 'title' => '外呼类型 可选项:1001:坐席-人工外呼,1002:坐席-AI外呼-不转人工,1003:坐席-AI外呼-接通转人工,1004:坐席-AI外呼-智能转人工"', 'description' => '外呼类型 可选项:1001:坐席-人工外呼,1002:坐席-AI外呼-不转人工,1003:坐席-AI外呼-接通转人工,1004:坐席-AI外呼-智能转人工"', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '79', ], ], [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => [ 'title' => 'AI话术ID 客户已制作并已发布/平台授权的AI话术ID,如callType=1001可不填;如callType=1002,1003或1004 ,必填。', 'description' => 'AI话术ID 客户已制作并已发布/平台授权的AI话术ID,如callType=1001可不填;如callType=1002,1003或1004 ,必填。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1', ], ], [ 'name' => 'GatewayId', 'in' => 'query', 'schema' => [ 'title' => '坐席-人工外呼选择的外呼线路,只针对callType=1001生效,其他callType不生效。如callType=1001,且gatewayId不传值,默认按系统的线路配置外呼', 'description' => '坐席-人工外呼选择的外呼线路,只针对callType=1001生效,其他callType不生效。如callType=1001,且gatewayId不传值,默认按系统的线路配置外呼', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1', ], ], [ 'name' => 'Customers', 'in' => 'query', 'style' => 'json', 'schema' => [ 'title' => '具体用户信息,如手机号、姓名等,需根据具体任务参数要求传输。注:当callType为1001时,只会导入第1条数据', 'description' => '具体用户信息,如手机号、姓名等,需根据具体任务参数要求传输。注:当callType为1001时,只会导入第1条数据', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Number' => [ 'title' => '号码,如手机号等', 'description' => '号码,如手机号等', 'type' => 'string', 'required' => false, 'example' => 'a', ], 'ClientUrl' => [ 'title' => '客户详情URL,用于展示客户用户在客户业务系统的详细信息,做多80个字符', 'description' => '客户详情URL,用于展示客户用户在客户业务系统的详细信息,做多80个字符', 'type' => 'string', 'required' => false, 'example' => 'a', ], 'Tag' => [ 'title' => '用户自定义标签,最多50个字符', 'description' => '用户自定义标签,最多50个字符', 'type' => 'string', 'required' => false, 'example' => 'a', ], 'NumberMD5' => [ 'title' => '用户电话号码MD5,和number两者必传一个', 'description' => '用户电话号码MD5,和number两者必传一个', 'type' => 'string', 'required' => false, 'example' => 'a', ], 'Properties' => [ 'title' => '用户具体信息。如AI话术模板没变量要求或为人工外呼,可为空(总长度500个字符,多余的会被剔除)', 'description' => '用户具体信息。如AI话术模板没变量要求或为人工外呼,可为空(总长度500个字符,多余的会被剔除)', 'type' => 'object', 'required' => false, 'example' => '{"test":"234"}', ], ], 'required' => false, ], 'required' => true, 'example' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'AccessDeniedDetail' => [ 'description' => '', 'type' => 'string', 'example' => 'Access Denied', ], 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值示例值', ], 'Model' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'BatchId' => [ 'title' => '批次ID', 'description' => '批次ID', 'type' => 'string', 'example' => '示例值示例值示例值', ], 'Id' => [ 'title' => '外呼编号ID', 'description' => '外呼编号ID', 'type' => 'integer', 'format' => 'int64', 'example' => '80', ], ], 'example' => '', ], 'Code' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值', ], 'Timestamp' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '93', ], 'Success' => [ 'description' => '', 'type' => 'boolean', 'example' => 'false', ], ], ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"AccessDeniedDetail\\": \\"Access Denied\\",\\n \\"Message\\": \\"example\\",\\n \\"RequestId\\": \\"example\\",\\n \\"Model\\": {\\n \\"BatchId\\": \\"example\\",\\n \\"Id\\": 80\\n },\\n \\"Code\\": \\"0\\",\\n \\"Timestamp\\": 93,\\n \\"Success\\": true\\n}","type":"json"}]', ], 'CallNumberDetail' => [ 'summary' => '获取号码外呼详情', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'autoTest' => true, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'Id', 'in' => 'query', 'schema' => [ 'title' => '外呼编号ID', 'description' => '外呼编号ID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '95', ], ], [ 'name' => 'TaskId', 'in' => 'query', 'schema' => [ 'title' => '任务ID', 'description' => '任务ID', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '33', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'AccessDeniedDetail' => [ 'description' => '', 'type' => 'string', 'example' => 'None', ], 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值', ], 'Model' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'TaskId' => [ 'title' => '任务ID', 'description' => '任务ID', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'Keywords' => [ 'title' => '回复关键词', 'description' => '回复关键词', 'type' => 'string', 'example' => 'a', ], 'CallType' => [ 'title' => '可选项 1-AI外呼,6-语音通知', 'description' => '可选项 1-AI外呼,6-语音通知', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'IntentTag' => [ 'title' => '意向标签', 'description' => '意向标签', 'type' => 'string', 'example' => 'a', ], 'StatusCode' => [ 'title' => '外呼状态编码', 'description' => '外呼状态编码', 'type' => 'integer', 'format' => 'int64', 'example' => '200', ], 'Remark' => [ 'title' => '备注信息', 'description' => '备注信息', 'type' => 'string', 'example' => 'a', ], 'Number' => [ 'title' => '外呼号码', 'description' => '外呼号码', 'type' => 'string', 'example' => 'a', ], 'TransferStatus' => [ 'title' => '转人工状态 0-未触发,', 'description' => '转人工状态 0-未触发,', 'type' => 'integer', 'format' => 'int64', 'example' => '0', ], 'NumberMd5' => [ 'title' => '外呼号码MD5', 'description' => '外呼号码MD5', 'type' => 'string', 'example' => 'a', ], 'TemplateId' => [ 'title' => '外呼使用的模板ID', 'description' => '外呼使用的模板ID', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'CallId' => [ 'title' => '每次呼叫的唯一标识', 'description' => '每次呼叫的唯一标识', 'type' => 'string', 'example' => 'a', ], 'BatchId' => [ 'title' => '导入号码时返回的批次号', 'description' => '导入号码时返回的批次号', 'type' => 'string', 'example' => '1', ], 'CreateTime' => [ 'title' => '创建时间 格式 2026-01-01 00:00:00', 'description' => '创建时间 格式 2026-01-01 00:00:00', 'type' => 'string', 'example' => '2026-01-01 00:00:00', ], 'Params' => [ 'title' => '自定义参数 json', 'description' => '自定义参数 json', 'type' => 'string', 'example' => '{"名字":"a"}', ], 'Duration' => [ 'title' => '通话轮次', 'description' => '通话轮次', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'GatewayId' => [ 'title' => '线路id', 'description' => '线路id', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'AnswerTransferType' => [ 'title' => '接通转接类型 1-不转人工;2-接通转人工;3-智能转人工', 'description' => '接通转接类型 1-不转人工;2-接通转人工;3-智能转人工', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'Sid' => [ 'title' => '坐席id', 'description' => '坐席id', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'BridgeBill' => [ 'title' => '转接计费时长', 'description' => '转接计费时长', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'ClientUrl' => [ 'title' => '客户详情url', 'description' => '客户详情url', 'type' => 'string', 'example' => 'a', ], 'Bill' => [ 'title' => '通话时长,单位为毫秒,实际计费需向上取整转换为秒', 'description' => '通话时长,单位为毫秒,实际计费需向上取整转换为秒', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'Id' => [ 'title' => '号码编号', 'description' => '号码编号', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'Tag' => [ 'title' => '用户自定义标签', 'description' => '用户自定义标签', 'type' => 'string', 'example' => 'a', ], 'AiBill' => [ 'title' => 'ai计费时长', 'description' => 'ai计费时长', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'PersonalityTag' => [ 'title' => '个性标签', 'description' => '个性标签', 'type' => 'string', 'example' => 'a', ], ], 'example' => '', ], 'Code' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '0', ], 'Timestamp' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '48', ], 'Success' => [ 'description' => '', 'type' => 'boolean', 'example' => 'true', ], ], ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"AccessDeniedDetail\\": \\"None\\",\\n \\"Message\\": \\"example\\",\\n \\"RequestId\\": \\"example\\",\\n \\"Model\\": {\\n \\"TaskId\\": 1,\\n \\"Keywords\\": \\"a\\",\\n \\"CallType\\": 1,\\n \\"IntentTag\\": \\"a\\",\\n \\"StatusCode\\": 200,\\n \\"Remark\\": \\"a\\",\\n \\"Number\\": \\"a\\",\\n \\"TransferStatus\\": 0,\\n \\"NumberMd5\\": \\"a\\",\\n \\"TemplateId\\": 1,\\n \\"CallId\\": \\"a\\",\\n \\"BatchId\\": \\"1\\",\\n \\"CreateTime\\": \\"2026-01-01 00:00:00\\",\\n \\"Params\\": \\"{\\\\\\"名字\\\\\\":\\\\\\"a\\\\\\"}\\",\\n \\"Duration\\": 1,\\n \\"GatewayId\\": 1,\\n \\"AnswerTransferType\\": 1,\\n \\"Sid\\": 1,\\n \\"BridgeBill\\": 1,\\n \\"ClientUrl\\": \\"a\\",\\n \\"Bill\\": 1,\\n \\"Id\\": 1,\\n \\"Tag\\": \\"a\\",\\n \\"AiBill\\": 1,\\n \\"PersonalityTag\\": \\"a\\"\\n },\\n \\"Code\\": 0,\\n \\"Timestamp\\": 48,\\n \\"Success\\": true\\n}","type":"json"}]', ], 'CallChatList' => [ 'summary' => '获取聊天内容', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'autoTest' => true, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'TaskId', 'in' => 'query', 'schema' => [ 'title' => '任务ID', 'description' => '任务ID', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1', ], ], [ 'name' => 'CallId', 'in' => 'query', 'schema' => [ 'title' => 'callId', 'description' => 'callId', 'type' => 'string', 'required' => false, 'example' => 'a', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'AccessDeniedDetail' => [ 'description' => '', 'type' => 'string', 'example' => 'None', ], 'Message' => [ 'description' => '', 'type' => 'string', 'example' => '示例值示例值示例值', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '示例值', ], 'Model' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Content' => [ 'title' => '说话内容', 'description' => '说话内容', 'type' => 'string', 'example' => '1', ], 'CreateTime' => [ 'title' => '说话时间', 'description' => '说话时间', 'type' => 'string', 'example' => '2019-01-09 14:14:19', ], 'FromType' => [ 'title' => '说话号码,其中0为AI,1-用户,2-坐席', 'description' => '说话号码,其中0为AI,1-用户,2-坐席', 'type' => 'integer', 'format' => 'int64', 'example' => '4', ], 'ChatId' => [ 'title' => '聊天内容id', 'description' => '聊天内容id', 'type' => 'integer', 'format' => 'int64', 'example' => '79', ], ], ], 'example' => '', ], 'Code' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '0', ], 'Timestamp' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '81', ], 'Success' => [ 'description' => '', 'type' => 'boolean', 'example' => 'true', ], ], ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"AccessDeniedDetail\\": \\"None\\",\\n \\"Message\\": \\"example\\",\\n \\"RequestId\\": \\"example\\",\\n \\"Model\\": [\\n {\\n \\"Content\\": \\"1\\",\\n \\"CreateTime\\": \\"2019-01-09 14:14:19\\",\\n \\"FromType\\": 0,\\n \\"ChatId\\": 79\\n }\\n ],\\n \\"Code\\": 0,\\n \\"Timestamp\\": 81,\\n \\"Success\\": true\\n}","type":"json"}]', ], ], 'endpoints' => [ [ 'regionId' => 'ap-northeast-1', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'ap-northeast-2-pop', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'ap-southeast-1', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'ap-southeast-3', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'ap-southeast-5', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-beijing', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-beijing-finance-1', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-beijing-finance-pop', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-beijing-gov-1', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-beijing-nu16-b01', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-chengdu', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-edge-1', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-fujian', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-haidian-cm12-c01', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-hangzhou', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-hangzhou-bj-b01', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-hangzhou-finance', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-hangzhou-internal-prod-1', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-hangzhou-internal-test-1', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-hangzhou-internal-test-2', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-hangzhou-internal-test-3', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-hangzhou-test-306', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-hongkong', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-hongkong-finance-pop', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-huhehaote', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-huhehaote-nebula-1', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-north-2-gov-1', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-qingdao-nebula', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-shanghai', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-shanghai-et15-b01', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-shanghai-et2-b01', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-shanghai-finance-1', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-shanghai-inner', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-shanghai-internal-test-1', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-shenzhen', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-shenzhen-finance-1', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-shenzhen-inner', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-shenzhen-st4-d01', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-shenzhen-su18-b01', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-wuhan', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-wulanchabu', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-yushanfang', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-zhangbei-na61-b01', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-zhangjiakou', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-zhangjiakou-na62-a01', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-zhengzhou-nebula-1', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'eu-central-1', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'eu-west-1', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'eu-west-1-oxs', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'me-east-1', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'rus-west-1-pop', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'us-east-1', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'us-west-1', 'endpoint' => 'aiccs.aliyuncs.com', ], [ 'regionId' => 'cn-qingdao', 'endpoint' => 'aiccs.aliyuncs.com', ], ], ];