'1.0', 'info' => ['style' => 'RPC', 'product' => 'VoiceNavigator', 'version' => '2018-06-12'], 'directories' => [ [ 'children' => ['ModifyGreetingConfig', 'ModifySilenceTimeoutConfig', 'ModifyTTSConfig', 'ModifyUnrecognizingConfig', 'DescribeTTSConfig', 'DescribeExportProgress', 'AssociateChatbotInstance', 'AuditTTSVoice', 'CollectedNumber', 'ExportStatisticalData', 'SilenceTimeout'], 'type' => 'directory', 'title' => '管理配置', 'id' => 319014, ], [ 'children' => ['DescribeConversation', 'DescribeConversationContext', 'ListConversationDetails', 'QueryConversations', 'DescribeRecording', 'EndDialogue', 'SaveRecording'], 'type' => 'directory', 'title' => '对话', 'id' => 319026, ], [ 'children' => ['ListConversations', 'BeginDialogue', 'ExportConversationDetails'], 'type' => 'directory', 'title' => '会话', 'id' => 319035, ], [ 'children' => ['DebugBeginDialogue', 'DebugCollectedNumber', 'DebugDialogue'], 'type' => 'directory', 'title' => '调试', 'id' => 319039, ], [ 'children' => ['DisableInstance', 'EnableInstance', 'ModifyInstance', 'DescribeNavigationConfig', 'DescribeInstance', 'DescribeStatisticalData'], 'type' => 'directory', 'title' => '实例', 'id' => 319043, ], [ 'children' => ['ListChatbotInstances', 'CreateDownloadUrl', 'ListDownloadTasks', 'ModifyAsrConfig', 'GetAsrConfig', 'GetRealTimeConcurrency', 'CreateInstance', 'DeleteInstance', 'Dialogue', 'ListInstances'], 'type' => 'directory', 'title' => '其他', 'id' => 319053, ], ], 'components' => [ 'schemas' => [], ], 'apis' => [ 'AssociateChatbotInstance' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '导航实例ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'af81a389-91f0-4157-8d82-720edd02b66a'], ], [ 'name' => 'ChatbotInstanceId', 'in' => 'query', 'schema' => ['description' => '小蜜机器人ID', 'type' => 'string', 'required' => false, 'docRequired' => true, 'example' => 'chatbot-720edd02b66a'], ], [ 'name' => 'ChatbotName', 'in' => 'query', 'schema' => ['description' => '小蜜机器名字', 'type' => 'string', 'required' => false, 'example' => '客服机器人'], ], [ 'name' => 'UnionSource', 'in' => 'query', 'schema' => ['type' => 'string'], ], [ 'name' => 'NluServiceParamsJson', 'in' => 'query', 'schema' => ['type' => 'string'], ], [ 'name' => 'NluServiceType', 'in' => 'query', 'schema' => ['type' => 'string'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求ID', 'type' => 'string', 'example' => '254EB995-DEDF-48A4-9101-9CA5B72FFBCC'], ], 'description' => '', ], ], ], 'title' => '关联小蜜机器人', 'summary' => '关联小蜜机器人。', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [ ['createdAt' => '2023-12-27T03:10:11.000Z', 'description' => '请求参数发生变更'], ['createdAt' => '2023-09-19T12:51:36.000Z', 'description' => '请求参数发生变更'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'voicebot:AssociateChatbotInstance', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"254EB995-DEDF-48A4-9101-9CA5B72FFBCC\\"\\n}","errorExample":""},{"type":"xml","example":"254EB995-DEDF-48A4-9101-9CA5B72FFBCC","errorExample":""}]', ], 'AuditTTSVoice' => [ 'summary' => '试听TTS声音。', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => ['operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '导航实例ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'af81a389-91f0-4157-8d82-720edd02b66a'], ], [ 'name' => 'Voice', 'in' => 'query', 'schema' => ['description' => '发音人', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'aixia'], ], [ 'name' => 'Text', 'in' => 'query', 'schema' => ['description' => '试听文本', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '你好'], ], [ 'name' => 'SpeechRate', 'in' => 'query', 'schema' => ['description' => '声音速率', 'type' => 'string', 'required' => true, 'docRequired' => false, 'example' => '100'], ], [ 'name' => 'Volume', 'in' => 'query', 'schema' => ['description' => '音量', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '10'], ], [ 'name' => 'Engine', 'in' => 'query', 'schema' => ['description' => 'TTS 引擎', 'type' => 'string', 'required' => false, 'example' => 'ali'], ], [ 'name' => 'PitchRate', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'example' => '0', 'description' => ''], ], [ 'name' => 'SecretKey', 'in' => 'query', 'schema' => ['description' => 'AK参数Secret。', 'type' => 'string', 'required' => false, 'example' => 'ZDc3********DAzM2E0YjM5NTFkMDQ1'], ], [ 'name' => 'AccessKey', 'in' => 'query', 'schema' => ['description' => '该命名空间的AccessKey(AK)。', 'type' => 'string', 'required' => false, 'example' => 'b4331******a4640ce1f88e27ac8df0'], ], [ 'name' => 'AppKey', 'in' => 'query', 'schema' => ['description' => '三方语音配置的AppKey', 'type' => 'string', 'required' => false, 'example' => 'be******'], ], [ 'name' => 'ExtParams', 'in' => 'query', 'schema' => ['description' => '一些扩展参数。', 'type' => 'string', 'required' => false, 'example' => '{}'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => '254EB995-DEDF-48A4-9101-9CA5B72FFBCC'], 'AuditionUrl' => ['description' => '试听URL', 'type' => 'string', 'example' => 'http://voicenavigator-cn-shanghai.oss-cn-shanghai.aliyuncs.com/exported_files/2020-02-20/ttsConfig-1582188148528-abd8e407de0a49b381bb591bd91fc073.wav?Expires=1582188208&OSSAccessKeyId=LTAIppQY*******&Signature=FaBassElzqGEB0H2TvTKPJsOJHs%3D'], ], 'description' => '', ], ], ], 'errorCodes' => [ 404 => [ ['errorCode' => 'InvalidInstanceId.NotFound', 'errorMessage' => 'The specified InstanceId does not exist.', 'description' => '指定的实例ID不存在。'], ], 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"254EB995-DEDF-48A4-9101-9CA5B72FFBCC\\",\\n \\"AuditionUrl\\": \\"http://voicenavigator-cn-shanghai.oss-cn-shanghai.aliyuncs.com/exported_files/2020-02-20/ttsConfig-1582188148528-abd8e407de0a49b381bb591bd91fc073.wav?Expires=1582188208&OSSAccessKeyId=LTAIppQY*******&Signature=FaBassElzqGEB0H2TvTKPJsOJHs%3D\\"\\n}","errorExample":""},{"type":"xml","example":"5100B51E-2C4E-4F3C-8784-92827F501D73\\nhttp://voicenavigator-cn-shanghai.oss-cn-shanghai.aliyuncs.com/exported_files/2020-02-20/ttsConfig-1582188148528-abd8e407de0a49b381bb591bd91fc073.wav?Expires=1582188208&OSSAccessKeyId=LTAIppQY5rofntVJ&Signature=FaBassElzqGEB0H2TvTKPJsOJHs%3D","errorExample":""}]', 'title' => '试听 TTS 声音', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [ ['createdAt' => '2024-02-04T14:18:44.000Z', 'description' => '请求参数发生变更'], ['createdAt' => '2022-06-21T12:20:15.000Z', 'description' => '请求参数发生变更'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'voicebot:AuditionTTSVoice', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], ], 'BeginDialogue' => [ 'summary' => '开启会话。', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => ['operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free'], 'parameters' => [ [ 'name' => 'CalledNumber', 'in' => 'query', 'schema' => ['description' => '被叫号码', 'type' => 'string', 'required' => false, 'example' => '10086'], ], [ 'name' => 'CallingNumber', 'in' => 'query', 'schema' => ['description' => '主叫号码', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '1358158****'], ], [ 'name' => 'ConversationId', 'in' => 'query', 'schema' => ['description' => '会话id', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'c28fc549-d88f-4f6e-85ad-a0806e5e39c0'], ], [ 'name' => 'InitialContext', 'in' => 'query', 'schema' => ['description' => '会话上下文', 'type' => 'string', 'required' => false, 'example' => '{\\"channelId\\":\\"fe2559d3-5fc9-4fa5-8314-32b9f762791d\\"}'], ], [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '实例id。'."\n" ."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '4d7db6670b8e41b5adb1f21560ea9272'], ], [ 'name' => 'InstanceOwnerId', 'in' => 'query', 'schema' => ['description' => '实例所有者id', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1231639035307976'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Action' => ['description' => '动作', 'type' => 'string', 'example' => 'Broadcast'], 'Interruptible' => ['description' => '是否可打断ivr播报', 'type' => 'boolean', 'example' => 'true'], 'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => '14C39896-AE6D-4643-9C9A-E0566B2C2DDD'], 'ActionParams' => ['description' => '动作参数', 'type' => 'string', 'example' => '{\\"duration\\":31340,\\"endTime\\":1638243934786,\\"hangUpDirection\\":\\"ivr\\",\\"startTime\\":1638243903446}'], 'TextResponse' => ['description' => '文本信息', 'type' => 'string', 'example' => '您好,欢迎致电智能助手'], ], 'description' => '', ], ], ], 'errorCodes' => [ 404 => [ ['errorCode' => 'InvalidInstanceId.NotFound', 'errorMessage' => 'The specified InstanceId does not exist.', 'description' => '指定的实例ID不存在。'], ], 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Action\\": \\"Broadcast\\",\\n \\"Interruptible\\": true,\\n \\"RequestId\\": \\"14C39896-AE6D-4643-9C9A-E0566B2C2DDD\\",\\n \\"ActionParams\\": \\"{\\\\\\\\\\\\\\"duration\\\\\\\\\\\\\\":31340,\\\\\\\\\\\\\\"endTime\\\\\\\\\\\\\\":1638243934786,\\\\\\\\\\\\\\"hangUpDirection\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ivr\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"startTime\\\\\\\\\\\\\\":1638243903446}\\",\\n \\"TextResponse\\": \\"您好,欢迎致电智能助手\\"\\n}","type":"json"}]', 'title' => '开启会话', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'voicebot:StartConversation', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], ], 'CollectedNumber' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '示例id', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '0099b75d-60fd-4c63-8541-7fbba0ae6bb0'], ], [ 'name' => 'ConversationId', 'in' => 'query', 'schema' => ['description' => '会话id', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '0099b75d-60fd-4c63-8541-7fbba0ae6bb0'], ], [ 'name' => 'Number', 'in' => 'query', 'schema' => ['description' => '号码', 'type' => 'string', 'required' => false, 'example' => '1500060224'], ], [ 'name' => 'InstanceOwnerId', 'in' => 'query', 'schema' => ['description' => '实例所有者id', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1426738157626835'], ], [ 'name' => 'AdditionalContext', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'description' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Action' => ['description' => '动作', 'type' => 'string', 'example' => 'Broadcast'], 'Interruptible' => ['description' => 'ivr播报是否可打断', 'type' => 'boolean', 'example' => 'false'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => 'da37319b-6c83-4268-9f19-814aed62e401'], 'ActionParams' => ['description' => '动作参数', 'type' => 'string', 'example' => '{\\"duration\\":31340,\\"endTime\\":1638243934786,\\"hangUpDirection\\":\\"ivr\\",\\"startTime\\":1638243903446}'], 'TextResponse' => ['description' => '播报的文本', 'type' => 'string', 'example' => '收号内容是123'], ], 'description' => '', ], ], ], 'errorCodes' => [ 404 => [ ['errorCode' => 'InvalidInstanceId.NotFound', 'errorMessage' => 'The specified InstanceId does not exist.', 'description' => '指定的实例ID不存在。'], ], 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Action\\": \\"Broadcast\\",\\n \\"Interruptible\\": false,\\n \\"RequestId\\": \\"da37319b-6c83-4268-9f19-814aed62e401\\",\\n \\"ActionParams\\": \\"{\\\\\\\\\\\\\\"duration\\\\\\\\\\\\\\":31340,\\\\\\\\\\\\\\"endTime\\\\\\\\\\\\\\":1638243934786,\\\\\\\\\\\\\\"hangUpDirection\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ivr\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"startTime\\\\\\\\\\\\\\":1638243903446}\\",\\n \\"TextResponse\\": \\"收号内容是123\\"\\n}","type":"json"}]', 'title' => '收号', 'summary' => '收号。', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'voicebot:CollectedNumber', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], ], 'CreateDownloadUrl' => [ 'summary' => 'CreateDownloadUrl', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'systemTags' => ['operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free'], 'parameters' => [ [ 'name' => 'DownloadTaskId', 'in' => 'query', 'schema' => ['description' => '任务id', 'type' => 'string', 'required' => true, 'example' => '073f092da0a847b9bf76eb88b5931c7a'], ], [ 'name' => 'FileId', 'in' => 'query', 'schema' => ['description' => '文件的ID,您可以使用[ListFiles](~~173942~~)接口查询对应文件的ID。'."\n" ."\n", 'type' => 'string', 'required' => true, 'example' => '22626c39603744f5a08d4d715315561a'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'HttpStatusCode' => ['description' => 'http状态码', 'type' => 'integer', 'format' => 'int32', 'example' => '200'], 'FileHttpUrl' => ['description' => '文件url', 'type' => 'string', 'example' => 'http://ssml-test.oss-cn-shanghai.aliyuncs.com/key'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '7401D698-0AAC-5909-B68E-88C68805FFB8'], 'Success' => ['description' => '是否成功', 'type' => 'boolean', 'example' => 'True'], 'Code' => ['description' => '状态码', 'type' => 'string', 'example' => 'OK'], 'Message' => ['description' => '信息。', 'type' => 'string', 'example' => 'get upload tool url success'], ], 'description' => '', ], ], ], 'title' => '创建下载文件url', 'changeSet' => [ ['createdAt' => '2021-11-24T12:59:40.000Z', 'description' => 'OpenAPI 下线'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'create', 'ramAction' => [ 'action' => 'voicebot:CreateDownloadUrl', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"HttpStatusCode\\": 200,\\n \\"FileHttpUrl\\": \\"http://ssml-test.oss-cn-shanghai.aliyuncs.com/key\\",\\n \\"RequestId\\": \\"7401D698-0AAC-5909-B68E-88C68805FFB8\\",\\n \\"Success\\": true,\\n \\"Code\\": \\"OK\\",\\n \\"Message\\": \\"get upload tool url success\\"\\n}","type":"json"}]', ], 'CreateInstance' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => ['operationType' => 'create'], 'parameters' => [ [ 'name' => 'Name', 'in' => 'query', 'schema' => ['description' => '数字员工场景名称', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '测试场景'], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['description' => '场景描述', 'type' => 'string', 'required' => false, 'example' => '这是一个测试场景'], ], [ 'name' => 'Concurrency', 'in' => 'query', 'schema' => ['description' => '配置场景最大并发数量', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'docRequired' => true, 'example' => '1'], ], [ 'name' => 'UnionSource', 'in' => 'query', 'schema' => ['description' => '来源。'."\n" .'* CCC :云联络中心', 'type' => 'string', 'required' => false, 'example' => 'CCC'], ], [ 'name' => 'UnionInstanceId', 'in' => 'query', 'schema' => ['description' => '实例ID'."\n" ."\n" .'> 当UnionSource为CCC时,UnionInstanceId填入云联络中心的实例ID。', 'type' => 'string', 'required' => false, 'example' => 'demo-lctms'], ], [ 'name' => 'NluServiceParamsJson', 'in' => 'query', 'schema' => ['description' => '大模型服务参数配置'."\n" ."\n" .'- 选择函数计算', 'type' => 'string', 'required' => false], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求ID', 'type' => 'string', 'example' => '9ab43460-c0b9-40e2-8447-48d82c97fc67'], 'InstanceId' => ['description' => '实例ID', 'type' => 'string', 'example' => 'c28fc549-d88f-4f6e-85ad-a0806e5e39c0'], ], 'description' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidConcurrency.LimitExceeded', 'errorMessage' => 'The specified Concurrency exceeds the upper limit.', 'description' => '并发数已经超限,请重新设置。'], ['errorCode' => 'InvalidInstanceName.Duplicated', 'errorMessage' => 'The specified InstanceName already exists.', 'description' => '实例名称已经存在。请您更换一个名字。'], ], 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'title' => '创建智能导航实例', 'summary' => '创建智能导航实例。', 'changeSet' => [ ['createdAt' => '2023-09-19T12:51:37.000Z', 'description' => '请求参数发生变更'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'create', 'ramAction' => [ 'action' => 'voicebot:CreateInstance', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"9ab43460-c0b9-40e2-8447-48d82c97fc67\\",\\n \\"InstanceId\\": \\"c28fc549-d88f-4f6e-85ad-a0806e5e39c0\\"\\n}","type":"json"}]', ], 'DebugBeginDialogue' => [ 'summary' => '调试环境开启会话。', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => ['operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free'], 'parameters' => [ [ 'name' => 'CalledNumber', 'in' => 'query', 'schema' => ['description' => '被叫号码', 'type' => 'string', 'required' => false, 'example' => '10086'], ], [ 'name' => 'CallingNumber', 'in' => 'query', 'schema' => ['description' => '主叫号码', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '135815*****'], ], [ 'name' => 'ConversationId', 'in' => 'query', 'schema' => ['description' => '会话id', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '8a503680-815d-473e-a9b0-e010f47a64d2'], ], [ 'name' => 'InitialContext', 'in' => 'query', 'schema' => ['description' => '会话信息', 'type' => 'string', 'required' => false, 'example' => '{}'], ], [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '实例id', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '8a503680-815d-473e-a9b0-e010f47a64d2'], ], [ 'name' => 'ShouldUseSandBox', 'in' => 'query', 'schema' => ['title' => '是否沙箱模式。', 'type' => 'boolean'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Action' => ['description' => '动作指令', 'type' => 'string', 'example' => 'Broadcast'], 'Interruptible' => ['description' => 'IVR播报是否可打断', 'type' => 'boolean', 'example' => 'true'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '14C39896-AE6D-4643-9C9A-E0566B2C2DDD'], 'ActionParams' => ['description' => '动作指令参数', 'type' => 'string', 'example' => '{}'], 'TextResponse' => ['description' => '播报内容', 'type' => 'string', 'example' => '您好,欢迎致电智能助手'], ], 'description' => '', ], ], ], 'errorCodes' => [ 404 => [ ['errorCode' => 'InvalidInstanceId.NotFound', 'errorMessage' => 'The specified InstanceId does not exist.', 'description' => '指定的实例ID不存在。'], ], 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'title' => '调试环境开启会话', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'voicebot:DebugBeginDialogue', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Action\\": \\"Broadcast\\",\\n \\"Interruptible\\": true,\\n \\"RequestId\\": \\"14C39896-AE6D-4643-9C9A-E0566B2C2DDD\\",\\n \\"ActionParams\\": \\"{}\\",\\n \\"TextResponse\\": \\"您好,欢迎致电智能助手\\"\\n}","errorExample":""},{"type":"xml","example":"14C39896-AE6D-4643-9C9A-E0566B2C2DDD\\n您好,欢迎致电智能助手\\nfalse\\nBroadcast","errorExample":""}]', ], 'DebugCollectedNumber' => [ 'summary' => '调试环境收号。', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => ['operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '实例id', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '7cefbff0-8d50-4d6f-b93c-73cee23c1555'], ], [ 'name' => 'ConversationId', 'in' => 'query', 'schema' => ['description' => '会话id', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '7cefbff0-8d50-4d6f-b93c-73cee23c1555'], ], [ 'name' => 'Number', 'in' => 'query', 'schema' => ['description' => '收号内容', 'type' => 'string', 'required' => false, 'example' => '123'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Action' => ['description' => '动作', 'type' => 'string', 'example' => 'Broadcast'], 'Interruptible' => ['description' => 'ivr 播报是否可打断', 'type' => 'boolean', 'example' => 'true'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => 'abb4aa26-3a8e-43dd-82f8-0c3898c9c67f'], 'ActionParams' => ['description' => '动作参数', 'type' => 'string', 'example' => '{}'], 'TextResponse' => ['description' => '播报的文本内容', 'type' => 'string', 'example' => '您好,欢迎致电智能助手'], ], 'description' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParameter', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => '参数值校验不通过。请使用请求参数构造规范化的请求字符串。'], ], 404 => [ ['errorCode' => 'InvalidInstanceId.NotFound', 'errorMessage' => 'The specified InstanceId does not exist.', 'description' => '指定的实例ID不存在。'], ], 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Action\\": \\"Broadcast\\",\\n \\"Interruptible\\": true,\\n \\"RequestId\\": \\"abb4aa26-3a8e-43dd-82f8-0c3898c9c67f\\",\\n \\"ActionParams\\": \\"{}\\",\\n \\"TextResponse\\": \\"您好,欢迎致电智能助手\\"\\n}","errorExample":""},{"type":"xml","example":"14C39896-AE6D-4643-9C9A-E0566B2C2DDD\\n您好,欢迎致电智能助手\\nfalse\\nBroadcast","errorExample":""}]', 'title' => '调试环境收号', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'voicebot:CollectedNumber', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], ], 'DebugDialogue' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'ConversationId', 'in' => 'query', 'schema' => ['description' => '用户表述', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '7cefbff0-8d50-4d6f-b93c-73cee23c1555'], ], [ 'name' => 'AdditionalContext', 'in' => 'query', 'schema' => ['description' => '会话上下文', 'type' => 'string', 'required' => false, 'example' => '{}'], ], [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '实例id', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'abb4aa26-3a8e-43dd-82f8-0c3898c9c67f'], ], [ 'name' => 'Utterance', 'in' => 'query', 'schema' => ['description' => '用户表述', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '是的'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Action' => ['description' => '动作', 'type' => 'string', 'example' => 'Broadcast'], 'Interruptible' => ['description' => 'ivr 播报是否可打断', 'type' => 'boolean', 'example' => 'true'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => 'd74d6290-7cbe-4436-b5d7-014ebb0f4060'], 'ActionParams' => ['description' => '动作参数', 'type' => 'string', 'example' => '{}'], 'TextResponse' => ['description' => '播报的内容', 'type' => 'string', 'example' => '80d11be3-faad-4101-b4b0-59dbea28aaf0'], ], 'description' => '', ], ], ], 'errorCodes' => [ 404 => [ ['errorCode' => 'InvalidInstanceId.NotFound', 'errorMessage' => 'The specified InstanceId does not exist.', 'description' => '指定的实例ID不存在。'], ], 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'title' => '调试环境对话', 'summary' => '调试环境对话。', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'voicebot:DebugDialogue', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Action\\": \\"Broadcast\\",\\n \\"Interruptible\\": true,\\n \\"RequestId\\": \\"d74d6290-7cbe-4436-b5d7-014ebb0f4060\\",\\n \\"ActionParams\\": \\"{}\\",\\n \\"TextResponse\\": \\"80d11be3-faad-4101-b4b0-59dbea28aaf0\\"\\n}","errorExample":""},{"type":"xml","example":"14C39896-AE6D-4643-9C9A-E0566B2C2DDD\\n您好,欢迎致电智能助手\\nfalse\\nBroadcast","errorExample":""}]', ], 'DeleteInstance' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => ['operationType' => 'delete'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '实例id', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'd74d6290-7cbe-4436-b5d7-014ebb0f4060'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => 'd74d6290-7cbe-4436-b5d7-014ebb0f4060'], ], 'description' => '', ], ], ], 'errorCodes' => [ 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'title' => 'DeleteInstance', 'summary' => '删除导航实例。', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'delete', 'ramAction' => [ 'action' => 'voicebot:DeleteInstance', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"d74d6290-7cbe-4436-b5d7-014ebb0f4060\\"\\n}","errorExample":""},{"type":"xml","example":"b19af5ce5314ac08108d1b33fe20e15","errorExample":""}]', ], 'DescribeConversation' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'get'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '实例id', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '5daac920-d6c1-429f-a95f-2a798f5255b5'], ], [ 'name' => 'ConversationId', 'in' => 'query', 'schema' => ['description' => '对话id', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '15608cce-36be-43d5-9361-178cbe64127b'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'EffectiveAnswerCount' => ['description' => '有效问答数', 'type' => 'integer', 'format' => 'int32', 'example' => '8'], 'ConversationId' => ['description' => '对话id', 'type' => 'string', 'example' => '2d5aa451-661f-4f08-b0c4-28eec78decc4'], 'TransferredToAgent' => ['description' => '是否转人工', 'type' => 'boolean', 'example' => 'true'], 'EndTime' => ['description' => '结束时间', 'type' => 'integer', 'format' => 'int64', 'example' => '1582103299434'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '14C39896-AE6D-4643-9C9A-E0566B2C2DDD'], 'BeginTime' => ['description' => '开始时间', 'type' => 'integer', 'format' => 'int64', 'example' => '1582103260434'], 'SkillGroupId' => ['description' => '技能组id', 'type' => 'string', 'example' => 'ABABCBAC'], 'CallingNumber' => ['description' => '呼入号码', 'type' => 'string', 'example' => '138106*****'], 'UserUtteranceCount' => ['description' => '客户提问数', 'type' => 'integer', 'format' => 'int32', 'example' => '10'], ], 'description' => '', ], ], ], 'title' => '查询对话信息', 'summary' => '查询对话信息。', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [ ['createdAt' => '2024-07-22T12:15:39.000Z', 'description' => '错误码发生变更'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'voicebot:DescribeConversation', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"EffectiveAnswerCount\\": 8,\\n \\"ConversationId\\": \\"2d5aa451-661f-4f08-b0c4-28eec78decc4\\",\\n \\"TransferredToAgent\\": true,\\n \\"EndTime\\": 1582103299434,\\n \\"RequestId\\": \\"14C39896-AE6D-4643-9C9A-E0566B2C2DDD\\",\\n \\"BeginTime\\": 1582103260434,\\n \\"SkillGroupId\\": \\"ABABCBAC\\",\\n \\"CallingNumber\\": \\"138106*****\\",\\n \\"UserUtteranceCount\\": 10\\n}","errorExample":""},{"type":"xml","example":"14C39896-AE6D-4643-9C9A-E0566B2C2DDD\\n13810671937\\n2018-05-02T00:00:00Z\\n2018-05-02T00:00:30Z\\ntrue\\nAAA\\n10\\n8","errorExample":""}]', ], 'DescribeConversationContext' => [ 'summary' => '查询会话上下文数据{}。', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '实例id', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '026ca0f4-483b-4252-ae1d-1f15f056f8b9'], ], [ 'name' => 'ConversationId', 'in' => 'query', 'schema' => ['description' => '会话id', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '361c8a53-0e29-42f3-8aa7-c7752d010399'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => 'b19af5ce5314ac08108d1b33fe20e15'], 'ConversationContext' => ['description' => '会话上下文数据', 'type' => 'string', 'example' => ' { "CallingNumber": "135815***", "AdditionalContext": "", "ConversationId": "361c8a53-0e29-42f3-8aa7-c7752d010399" }'], ], 'description' => '', ], ], ], 'errorCodes' => [ 404 => [ ['errorCode' => 'InvalidConversationId.NotFound', 'errorMessage' => 'The specified ConversationId does not exist in our record.', 'description' => '指定的会话ID不存在。'], ['errorCode' => 'InvalidInstanceId.NotFound', 'errorMessage' => 'The specified InstanceId does not exist.', 'description' => '指定的实例ID不存在。'], ], 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"b19af5ce5314ac08108d1b33fe20e15\\",\\n \\"ConversationContext\\": \\" { \\\\\\"CallingNumber\\\\\\": \\\\\\"135815***\\\\\\", \\\\\\"AdditionalContext\\\\\\": \\\\\\"\\\\\\", \\\\\\"ConversationId\\\\\\": \\\\\\"361c8a53-0e29-42f3-8aa7-c7752d010399\\\\\\" }\\"\\n}","errorExample":""},{"type":"xml","example":"b19af5ce5314ac08108d1b33fe20e15\\n\\n 135815***\\n \\n 361c8a53-0e29-42f3-8aa7-c7752d010399\\n","errorExample":""}]', 'title' => '查询对话上下文', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [], ], 'DescribeExportProgress' => [ 'summary' => '查询导出任务状态。', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '实例id', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '868eef14-7515-4856-8a50-5c9a22abdbcc'], ], [ 'name' => 'ExportTaskId', 'in' => 'query', 'schema' => ['description' => '导出任务id', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '0de8e5ccc2b645039ae6fbda443da73f'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Status' => ['description' => '状态', 'type' => 'string', 'example' => 'FINISHED'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => 'b19af5ce5314ac08108d1b33fe20e15'], 'FileHttpUrl' => ['description' => '文件url', 'type' => 'string', 'example' => 'http://ssml-test.oss-cn-shanghai.aliyuncs.com/key'], ], 'description' => '', ], ], ], 'errorCodes' => [ 404 => [ ['errorCode' => 'InvalidInstanceId.NotFound', 'errorMessage' => 'The specified InstanceId does not exist.', 'description' => '指定的实例ID不存在。'], ], 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'title' => '查询导出任务状态', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'voicebot:DescribeExport', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Status\\": \\"FINISHED\\",\\n \\"RequestId\\": \\"b19af5ce5314ac08108d1b33fe20e15\\",\\n \\"FileHttpUrl\\": \\"http://ssml-test.oss-cn-shanghai.aliyuncs.com/key\\"\\n}","errorExample":""},{"type":"xml","example":"http://ssml-test.oss-cn-shanghai.aliyuncs.com/key\\nb19af5ce5314ac08108d1b33fe20e15\\nFINISHED","errorExample":""}]', ], 'DescribeInstance' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'get'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '实例id', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cd6fc91bc13445c2af7f2e3e31418520'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Status' => ['description' => '状态', 'type' => 'string', 'example' => 'Published'], 'ModifyTime' => ['description' => '更新时间', 'type' => 'integer', 'format' => 'int64', 'example' => '1683216000000'], 'Description' => ['description' => '描述', 'type' => 'string', 'example' => '导航测试实例描述信息'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '790B5EA3-D251-1666-B1E0-4D1F4B33A592'], 'InstanceId' => ['description' => '实例id', 'type' => 'string', 'example' => 'cd6fc91bc13445c2af7f2e3e31418520'], 'Concurrency' => ['description' => '实例并发', 'type' => 'integer', 'format' => 'int64', 'example' => '10'], 'ApplicableOperations' => [ 'description' => '适用操作列表', 'type' => 'array', 'items' => ['description' => '适用操作', 'type' => 'string', 'example' => 'Edit'], ], 'ModifyUserName' => ['description' => '更新者', 'type' => 'string', 'example' => '2508711*******'], 'Name' => ['description' => '实例名称', 'type' => 'string', 'example' => '导航测试实例'], 'AbilityType' => ['description' => '实例能力类型
'."\n" .'DEFAULT:全能力
'."\n" .'VOICE_ONLY:只关注语音能力,不含对话干预', 'type' => 'string', 'example' => 'VOICE_ONLY'], 'UnionSource' => ['type' => 'string', 'description' => ''], 'UnionInstanceId' => ['type' => 'string', 'description' => ''], 'NluServiceParamsJson' => ['type' => 'string', 'description' => ''], ], 'description' => '', ], ], ], 'errorCodes' => [ 404 => [ ['errorCode' => 'InvalidInstanceId.NotFound', 'errorMessage' => 'The specified InstanceId does not exist.', 'description' => '指定的实例ID不存在。'], ], 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'title' => '查询实例信息', 'summary' => '查询实例信息。', 'changeSet' => [ ['createdAt' => '2023-09-19T12:51:36.000Z', 'description' => '响应参数发生变更'], ['createdAt' => '2023-04-25T14:45:58.000Z', 'description' => '响应参数发生变更'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'voicebot:DescribeInstance', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Status\\": \\"Published\\",\\n \\"ModifyTime\\": 1683216000000,\\n \\"Description\\": \\"导航测试实例描述信息\\",\\n \\"RequestId\\": \\"790B5EA3-D251-1666-B1E0-4D1F4B33A592\\",\\n \\"InstanceId\\": \\"cd6fc91bc13445c2af7f2e3e31418520\\",\\n \\"Concurrency\\": 10,\\n \\"ApplicableOperations\\": [\\n \\"Edit\\"\\n ],\\n \\"ModifyUserName\\": \\"2508711*******\\",\\n \\"Name\\": \\"导航测试实例\\",\\n \\"AbilityType\\": \\"VOICE_ONLY\\",\\n \\"UnionSource\\": \\"\\",\\n \\"UnionInstanceId\\": \\"\\",\\n \\"NluServiceParamsJson\\": \\"\\"\\n}","errorExample":""},{"type":"xml","example":"\\n Published\\n 1683216000000\\n 导航测试实例描述信息\\n 790B5EA3-D251-1666-B1E0-4D1F4B33A592\\n cd6fc91bc13445c2af7f2e3e31418520\\n 10\\n Edit\\n 2508711*******\\n 导航测试实例\\n VOICE_ONLY\\n","errorExample":""}]', ], 'DescribeNavigationConfig' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'get'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '实例id', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '287289b6-1510-4e64-9224-39b53ad89dd2'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '14C39896-AE6D-4643-9C9A-E0566B2C2DDD'], 'SilenceTimeoutConfig' => [ 'description' => '静默超时配置', 'type' => 'object', 'properties' => [ 'Timeout' => ['description' => '静默超时时间', 'type' => 'integer', 'format' => 'int64', 'example' => '10'], 'IntentTrigger' => ['description' => '""', 'type' => 'string', 'example' => '""'], 'FinalPrompt' => ['description' => '最后一次静默提示语', 'type' => 'string', 'example' => '抱歉,听不到您说话,请您稍后致电'], 'SourceType' => ['description' => '配置源类型', 'type' => 'string', 'example' => 'chatbotIntent'], 'FinalAction' => ['description' => '提示后的动作:TransferToAgent / TransferToIVR / RedirectToPage / HangUp', 'type' => 'string', 'example' => 'HangUp'], 'Prompt' => ['description' => '静默超时提示语', 'type' => 'string', 'example' => '抱歉,我没听到您说话'], 'Threshold' => ['description' => '静默超时最大次数', 'type' => 'integer', 'format' => 'int32', 'example' => '3'], 'FinalActionParams' => ['description' => '动作参数,如:跳转目标', 'type' => 'string', 'example' => '{}'], ], ], 'GreetingConfig' => [ 'description' => '问候语配置', 'type' => 'object', 'properties' => [ 'IntentTrigger' => ['description' => '触发意图', 'type' => 'string', 'example' => '你好'], 'GreetingWords' => ['description' => '问候语', 'type' => 'string', 'example' => '您好,欢迎致电智能导航'], 'SourceType' => ['description' => '配置类型', 'type' => 'string', 'example' => 'chatbotIntent'], ], ], 'UnrecognizingConfig' => [ 'description' => 'Unrecognizing对象 | 据识配置', 'type' => 'object', 'properties' => [ 'FinalPrompt' => ['description' => '最后一次拒识提示语', 'type' => 'string', 'example' => '抱歉,我暂时无法处理您的问题,即将为您转接人工'], 'FinalAction' => ['description' => '拒识动作:TransferToAgent / TransferToIVR / RedirectToPage / HangUp', 'type' => 'string', 'example' => 'TransferToAgent'], 'FinalActionParams' => ['description' => ' 动作参数,如:跳转目标', 'type' => 'string', 'example' => '{ \\"skillGroupId\\": \\"fallbackSkillGroup\\" }'], 'Threshold' => ['description' => '拒识最大次数', 'type' => 'integer', 'format' => 'int32', 'example' => '3'], 'Prompt' => ['description' => '拒识提示语', 'type' => 'string', 'example' => '抱歉,我无法理解您的意思'], ], ], ], 'description' => '', ], ], ], 'errorCodes' => [ 404 => [ ['errorCode' => 'InvalidInstanceId.NotFound', 'errorMessage' => 'The specified InstanceId does not exist.', 'description' => '指定的实例ID不存在。'], ], 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'title' => '查看实例IVR配置', 'summary' => '查看实例IVR配置。', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'voicebot:DescribeNavigationConfig', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"14C39896-AE6D-4643-9C9A-E0566B2C2DDD\\",\\n \\"SilenceTimeoutConfig\\": {\\n \\"Timeout\\": 10,\\n \\"IntentTrigger\\": \\"\\\\\\"\\\\\\"\\",\\n \\"FinalPrompt\\": \\"抱歉,听不到您说话,请您稍后致电\\",\\n \\"SourceType\\": \\"chatbotIntent\\",\\n \\"FinalAction\\": \\"HangUp\\",\\n \\"Prompt\\": \\"抱歉,我没听到您说话\\",\\n \\"Threshold\\": 3,\\n \\"FinalActionParams\\": \\"{}\\"\\n },\\n \\"GreetingConfig\\": {\\n \\"IntentTrigger\\": \\"你好\\",\\n \\"GreetingWords\\": \\"您好,欢迎致电智能导航\\",\\n \\"SourceType\\": \\"chatbotIntent\\"\\n },\\n \\"UnrecognizingConfig\\": {\\n \\"FinalPrompt\\": \\"抱歉,我暂时无法处理您的问题,即将为您转接人工\\",\\n \\"FinalAction\\": \\"TransferToAgent\\",\\n \\"FinalActionParams\\": \\"{ \\\\\\\\\\\\\\"skillGroupId\\\\\\\\\\\\\\": \\\\\\\\\\\\\\"fallbackSkillGroup\\\\\\\\\\\\\\" }\\",\\n \\"Threshold\\": 3,\\n \\"Prompt\\": \\"抱歉,我无法理解您的意思\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"14C39896-AE6D-4643-9C9A-E0566B2C2DDD\\n\\n 您好,欢迎致电智能导航\\n\\n\\n 抱歉,我无法理解您的意思\\n 3\\n 抱歉,我暂时无法处理您的问题,即将为您转接人工\\n TransferToAgent\\n { \\"skillGroupId\\": \\"fallbackSkillGroup\\" }\\n\\n\\n 没听清\\n 再说一遍\\n\\n\\n true\\n 请问还有什么可以帮您?\\n true\\n 没有了\\n 不需要了\\n 不用了,谢谢\\n 感谢您的来电。请您稍后为我的服务做出评价。\\n TransferToIVR\\n { \\"route\\": \\"satisfaction\\" } \\n\\n\\n 抱歉,我没听到您说话\\n 10\\n 3\\n 抱歉,听不到您说话,请您稍后致电\\n HangUp\\n\\n\\n 投诉\\n 转人工\\n 有没有人工\\n 好的,即将为您转接人工处理\\n TransferToAgent\\n { \\"skillGroupId\\": \\"fallbackSkillGroup\\" }\\n","errorExample":""}]', ], 'DescribeRecording' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'get'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '实例id', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '7cefbff0-8d50-4d6f-b93c-73cee23c1555'], ], [ 'name' => 'ConversationId', 'in' => 'query', 'schema' => ['description' => '会话id', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'abb4aa26-3a8e-43dd-82f8-0c3898c9c67f'], ], [ 'name' => 'NeedVoiceSliceRecording', 'in' => 'query', 'schema' => ['type' => 'boolean'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'FilePath' => ['description' => '文件下载地址', 'type' => 'string', 'example' => 'url'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '14C39896-AE6D-4643-9C9A-E0566B2C2DDD'], 'FileName' => ['description' => '文件名字', 'type' => 'string', 'example' => '2019080913202222.wav'], 'VoiceSliceRecordingListJson' => ['type' => 'string'], ], 'description' => '', ], ], ], 'errorCodes' => [ 404 => [ ['errorCode' => 'InvalidConversationId.NotFound', 'errorMessage' => 'The specified ConversationId does not exist in our record.', 'description' => '指定的会话ID不存在。'], ['errorCode' => 'InvalidInstanceId.NotFound', 'errorMessage' => 'The specified InstanceId does not exist.', 'description' => '指定的实例ID不存在。'], ], 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'title' => '获取对话录音', 'summary' => '获取对话录音。', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [ ['createdAt' => '2022-08-09T13:03:56.000Z', 'description' => '请求参数发生变更、响应参数发生变更'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'voicebot:DescribeRecording', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"FilePath\\": \\"url\\",\\n \\"RequestId\\": \\"14C39896-AE6D-4643-9C9A-E0566B2C2DDD\\",\\n \\"FileName\\": \\"2019080913202222.wav\\",\\n \\"VoiceSliceRecordingListJson\\": \\"\\"\\n}","errorExample":""},{"type":"xml","example":"14C39896-AE6D-4643-9C9A-E0566B2C2DDD\\nurl\\n2019080913202222.wav","errorExample":""}]', ], 'DescribeStatisticalData' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'get'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '实例ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'c28fc549-d88f-4f6e-85ad-a0806e5e39c0'], ], [ 'name' => 'TimeUnit', 'in' => 'query', 'schema' => ['description' => '日期单元', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'Day/Hour'], ], [ 'name' => 'BeginTimeLeftRange', 'in' => 'query', 'schema' => ['description' => '开始时间左区间', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1582283640000'], ], [ 'name' => 'BeginTimeRightRange', 'in' => 'query', 'schema' => ['description' => '开始时间右区间', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1582298040000'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TotalDialoguePassRate' => ['description' => '总多轮会话通过率', 'type' => 'string', 'example' => '80.00%'], 'TotalKnowledgeHitRate' => ['description' => '总知识库命中率', 'type' => 'string', 'example' => '80.00%'], 'TotalResolutionRate' => ['description' => '总解决率', 'type' => 'string', 'example' => '80.00%'], 'TotalValidAnswerRate' => ['description' => '总有效回答率', 'type' => 'string', 'example' => '80.00%'], 'RequestId' => ['description' => '请求ID', 'type' => 'string', 'example' => '14C39896-AE6D-4643-9C9A-E0566B2C2DDD'], 'ResolvedQuestionTotalNum' => ['description' => '解决问题总数', 'type' => 'integer', 'format' => 'int64', 'example' => '80'], 'ConversationTotalNum' => ['description' => '总会话数', 'type' => 'integer', 'format' => 'int64', 'example' => '100'], 'StatisticalDataReports' => [ 'description' => '时间维度统计数据数组', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'KnowledgeHitRate' => ['description' => '知识库命中率', 'type' => 'string', 'example' => '80.00%'], 'ResolvedQuestionNum' => ['description' => '解决问题数量', 'type' => 'integer', 'format' => 'int32', 'example' => '80'], 'ResolutionRate' => ['description' => '解决率', 'type' => 'string', 'example' => '80.00%'], 'StatisticalDate' => ['description' => '统计日期', 'type' => 'string', 'example' => '19:00:00'], 'TotalConversationNum' => ['description' => '总会话数', 'type' => 'integer', 'format' => 'int32', 'example' => '100'], 'ValidAnswerRate' => ['description' => '有效回答率', 'type' => 'string', 'example' => '80.0'], 'DialoguePassRate' => ['description' => '多轮会话通过率', 'type' => 'string', 'example' => '80.00%'], ], 'description' => '', ], ], ], 'description' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParameter', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => '参数值校验不通过。请使用请求参数构造规范化的请求字符串。'], ], 404 => [ ['errorCode' => 'InvalidInstanceId.NotFound', 'errorMessage' => 'The specified InstanceId does not exist.', 'description' => '指定的实例ID不存在。'], ], 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'title' => '查看当前实例的统计数据', 'summary' => '查看当前实例的统计数据。', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'voicebot:DescribeStatisticalData', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"TotalDialoguePassRate\\": \\"80.00%\\",\\n \\"TotalKnowledgeHitRate\\": \\"80.00%\\",\\n \\"TotalResolutionRate\\": \\"80.00%\\",\\n \\"TotalValidAnswerRate\\": \\"80.00%\\",\\n \\"RequestId\\": \\"14C39896-AE6D-4643-9C9A-E0566B2C2DDD\\",\\n \\"ResolvedQuestionTotalNum\\": 80,\\n \\"ConversationTotalNum\\": 100,\\n \\"StatisticalDataReports\\": [\\n {\\n \\"KnowledgeHitRate\\": \\"80.00%\\",\\n \\"ResolvedQuestionNum\\": 80,\\n \\"ResolutionRate\\": \\"80.00%\\",\\n \\"StatisticalDate\\": \\"19:00:00\\",\\n \\"TotalConversationNum\\": 100,\\n \\"ValidAnswerRate\\": \\"80.0\\",\\n \\"DialoguePassRate\\": \\"80.00%\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"14C39896-AE6D-4643-9C9A-E0566B2C2DDD\\n100\\n80\\n80.00%\\n80.00%\\n\\n 80\\n 80.00%\\n 100\\n 80.00%\\n 80.00%\\n 80.00%\\n 19:00:00\\n\\n80.00%\\n80.00%","errorExample":""}]', ], 'DescribeTTSConfig' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '场景ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'dc437bba-5a25-4bbc-b4c2-f268864bebb5'], ], [ 'name' => 'InstanceOwnerId', 'in' => 'query', 'schema' => ['description' => '实例所有者id', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1971226538081821'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求ID', 'type' => 'string', 'example' => 'F132DDBA-66C4-5BD3-BF7E-9642FE877158'], 'Volume' => ['description' => '音量', 'type' => 'integer', 'format' => 'int32', 'example' => '50'], 'Voice' => ['description' => '发音人', 'type' => 'string', 'example' => 'aixia'], 'SpeechRate' => ['description' => '语速', 'type' => 'integer', 'format' => 'int32', 'example' => '-150'], 'NlsServiceType' => [ 'description' => 'TTS服务调用类型', 'type' => 'string', 'enumValueTitles' => ['Authorized' => 'Authorized', 'Managed' => 'Managed'], 'example' => 'Managed', ], 'AppKey' => ['description' => '三方语音配置的AppKey', 'type' => 'string', 'example' => '5b358afc'], 'Engine' => [ 'description' => 'TTS引擎', 'type' => 'string', 'enumValueTitles' => ['xunfei' => 'xunfei', 'volc' => 'volc', 'bailian' => 'bailian'], 'example' => 'bailian', ], 'EngineXunfei' => ['description' => '科大讯飞引擎参数', 'type' => 'string', 'example' => '{\\"Voice\\":\\"aisjinger\\"}'], 'PitchRate' => ['description' => '语调', 'type' => 'integer', 'format' => 'int32', 'example' => '0'], 'AliCustomizedVoice' => ['description' => '个性化人声定制ID', 'type' => 'string', 'example' => 'dc458bba-5a25-4cbc-b5c2'], 'TtsOverrides' => ['description' => 'TTS纠错词典', 'type' => 'string', 'example' => '[{\\"pronunciation\\":\\"环钱\\",\\"word\\":\\"还钱\\"}]'], 'ExtParams' => ['type' => 'string'], ], 'description' => '', ], ], ], 'errorCodes' => [ 404 => [ ['errorCode' => 'InvalidInstanceId.NotFound', 'errorMessage' => 'The specified InstanceId does not exist.', 'description' => '指定的实例ID不存在。'], ], 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'title' => '查询 TTS 配置', 'summary' => '查询tts 配置。', 'changeSet' => [ ['createdAt' => '2024-07-22T12:36:17.000Z', 'description' => '响应参数发生变更'], ['createdAt' => '2024-02-04T14:18:44.000Z', 'description' => '响应参数发生变更'], ['createdAt' => '2022-09-20T13:55:07.000Z', 'description' => '响应参数发生变更'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'voicebot:DescribeTTSConfig', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"F132DDBA-66C4-5BD3-BF7E-9642FE877158\\",\\n \\"Volume\\": 50,\\n \\"Voice\\": \\"aixia\\",\\n \\"SpeechRate\\": -150,\\n \\"NlsServiceType\\": \\"Managed\\",\\n \\"AppKey\\": \\"5b358afc\\",\\n \\"Engine\\": \\"bailian\\",\\n \\"EngineXunfei\\": \\"{\\\\\\\\\\\\\\"Voice\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"aisjinger\\\\\\\\\\\\\\"}\\",\\n \\"PitchRate\\": 0,\\n \\"AliCustomizedVoice\\": \\"dc458bba-5a25-4cbc-b5c2\\",\\n \\"TtsOverrides\\": \\"[{\\\\\\\\\\\\\\"pronunciation\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"环钱\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"word\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"还钱\\\\\\\\\\\\\\"}]\\",\\n \\"ExtParams\\": \\"\\"\\n}","type":"json"}]', ], 'Dialogue' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '实例id', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '21e0b2a3-168d-4ba7-9009-afc42666eb54'], ], [ 'name' => 'ConversationId', 'in' => 'query', 'schema' => ['description' => '会话id', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'da37319b-6c83-4268-9f19-814aed62e401'], ], [ 'name' => 'Utterance', 'in' => 'query', 'schema' => ['description' => '用户表述', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '行吧,那我就不打扰您了,再见。'], ], [ 'name' => 'CalledNumber', 'in' => 'query', 'schema' => ['description' => '被叫号码', 'type' => 'string', 'required' => false, 'example' => '10086'], ], [ 'name' => 'CallingNumber', 'in' => 'query', 'schema' => ['description' => '主叫号码', 'type' => 'string', 'required' => false, 'example' => '18851708605'], ], [ 'name' => 'AdditionalContext', 'in' => 'query', 'schema' => ['description' => '会话上下文', 'type' => 'string', 'required' => false, 'example' => '{}'], ], [ 'name' => 'InstanceOwnerId', 'in' => 'query', 'schema' => ['description' => '实例所属的阿里云账号id', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1426738157626835'], ], [ 'name' => 'Emotion', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'description' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Action' => ['description' => '动作', 'type' => 'string', 'example' => 'Broadcast'], 'Interruptible' => ['description' => 'ivr播报是否可打断', 'type' => 'boolean', 'example' => 'true'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '9DB8BA95-4513-54B9-9C67-A28909CFB4AD'], 'ActionParams' => ['description' => '动作参数', 'type' => 'string', 'example' => '{\\"duration\\":2420,\\"endTime\\":1651717326805,\\"hangUpDirection\\":\\"client\\",\\"hasLastPlaybackCompleted\\":true,\\"startTime\\":1651717324385}'], 'TextResponse' => ['description' => '播报的文本', 'type' => 'string', 'example' => '您好,欢迎致电智能助手'], ], 'description' => '', ], ], ], 'errorCodes' => [ 404 => [ ['errorCode' => 'InvalidInstanceId.NotFound', 'errorMessage' => 'The specified InstanceId does not exist.', 'description' => '指定的实例ID不存在。'], ], 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Action\\": \\"Broadcast\\",\\n \\"Interruptible\\": true,\\n \\"RequestId\\": \\"9DB8BA95-4513-54B9-9C67-A28909CFB4AD\\",\\n \\"ActionParams\\": \\"{\\\\\\\\\\\\\\"duration\\\\\\\\\\\\\\":2420,\\\\\\\\\\\\\\"endTime\\\\\\\\\\\\\\":1651717326805,\\\\\\\\\\\\\\"hangUpDirection\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"client\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"hasLastPlaybackCompleted\\\\\\\\\\\\\\":true,\\\\\\\\\\\\\\"startTime\\\\\\\\\\\\\\":1651717324385}\\",\\n \\"TextResponse\\": \\"您好,欢迎致电智能助手\\"\\n}","type":"json"}]', 'title' => '对话接口', 'summary' => '对话接口。', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'voicebot:Dialogue', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], ], 'DisableInstance' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '实例id', 'type' => 'string', 'required' => true, 'example' => 'da37319b-6c83-4268-9f19-814aed62e401', 'docRequired' => true], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Status' => ['description' => '删除状态', 'type' => 'string', 'example' => 'true'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '14C39896-AE6D-4643-9C9A-E0566B2C2DDD'], ], 'description' => '', ], ], ], 'errorCodes' => [ 404 => [ ['errorCode' => 'InvalidInstanceId.NotFound', 'errorMessage' => 'The specified InstanceId does not exist.', 'description' => '指定的实例ID不存在。'], ], 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'title' => '删除智能导航实例', 'summary' => '删除智能导航实例。', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'voicebot:DisableInstance', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Status\\": \\"true\\",\\n \\"RequestId\\": \\"14C39896-AE6D-4643-9C9A-E0566B2C2DDD\\"\\n}","errorExample":""},{"type":"xml","example":"14C39896-AE6D-4643-9C9A-E0566B2C2DDD","errorExample":""}]', ], 'EnableInstance' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '实例id', 'type' => 'string', 'required' => true, 'example' => 'da37319b-6c83-4268-9f19-814aed62e401', 'docRequired' => true], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Status' => ['description' => '结果状态', 'type' => 'string', 'example' => 'true'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '3a530dc0-7cfa-48f6-9539-bf9001e77b16'], ], 'description' => '', ], ], ], 'errorCodes' => [ 404 => [ ['errorCode' => 'InvalidInstanceId.NotFound', 'errorMessage' => 'The specified InstanceId does not exist.', 'description' => '指定的实例ID不存在。'], ], 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'title' => '启用实例', 'summary' => '启用实例。', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'voicebot:EnableInstance', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Status\\": \\"true\\",\\n \\"RequestId\\": \\"3a530dc0-7cfa-48f6-9539-bf9001e77b16\\"\\n}","errorExample":""},{"type":"xml","example":"3a530dc0-7cfa-48f6-9539-bf9001e77b16","errorExample":""}]', ], 'EndDialogue' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '实例id', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'e48e45dd-e47a-4744-a063-f08cbebb1c5a'], ], [ 'name' => 'ConversationId', 'in' => 'query', 'schema' => ['description' => '会话id', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '8fb819b5-d032-48a9-ae5e-cff041b83596'], ], [ 'name' => 'InstanceOwnerId', 'in' => 'query', 'schema' => ['description' => '实例所有者id', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1399572315967217'], ], [ 'name' => 'HangUpParams', 'in' => 'query', 'schema' => ['description' => '挂断参数', 'type' => 'string', 'required' => false, 'example' => '{\\"duration\\":40,\\"endTime\\":1645082505345,\\"hangUpDirection\\":\\"ivr\\",\\"hasLastPlaybackCompleted\\":true,\\"startTime\\":1645082505305}'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => 'e48e45dd-e47a-4744-a063-f08cbebb1c5a'], ], 'description' => '', ], ], ], 'errorCodes' => [ 404 => [ ['errorCode' => 'InvalidInstanceId.NotFound', 'errorMessage' => 'The specified InstanceId does not exist.', 'description' => '指定的实例ID不存在。'], ], 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"e48e45dd-e47a-4744-a063-f08cbebb1c5a\\"\\n}","errorExample":""},{"type":"xml","example":"e48e45dd-e47a-4744-a063-f08cbebb1c5a","errorExample":""}]', 'title' => '结束对话', 'summary' => '结束对话。', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [ ['createdAt' => '2021-08-16T07:23:04.000Z', 'description' => '请求参数发生变更'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'voicebot:EndDialogue', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], ], 'ExportConversationDetails' => [ 'summary' => '导出会话详情。', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => ['operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '实例id', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '6c01a99f-1b72-4f75-a8bd-3875766bd19d'], ], [ 'name' => 'CallingNumber', 'in' => 'query', 'schema' => ['description' => '主叫号码。', 'type' => 'string', 'required' => false, 'example' => '13581588**'], ], [ 'name' => 'BeginTimeLeftRange', 'in' => 'query', 'schema' => ['description' => '开始日期范围左区间', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1582266750353'], ], [ 'name' => 'BeginTimeRightRange', 'in' => 'query', 'schema' => ['description' => '开始日期范围右区间', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1640793599000'], ], [ 'name' => 'Options', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => '可选参数', 'type' => 'array', 'items' => ['description' => '自定义参数。', 'type' => 'string', 'required' => false, 'example' => '{\'Option\': [\'betaTestApproved\']}'], 'required' => false, 'maxItems' => 99, ], ], [ 'name' => 'RoundsLeftRange', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'description' => ''], ], [ 'name' => 'RoundsRightRange', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'description' => ''], ], [ 'name' => 'Result', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'description' => ''], ], [ 'name' => 'DebugConversation', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '75BAAB9B-40B2-5FF5-A59A-7BCF8154C6EE'], 'ExportTaskId' => ['description' => '异步导出任务id', 'type' => 'string', 'example' => '6203fc87271a420c98eab6c2bbc2d856'], ], 'description' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParameter', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => '参数值校验不通过。请使用请求参数构造规范化的请求字符串。'], ], 404 => [ ['errorCode' => 'InvalidInstanceId.NotFound', 'errorMessage' => 'The specified InstanceId does not exist.', 'description' => '指定的实例ID不存在。'], ], 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'title' => '导出会话详情', 'changeSet' => [ ['createdAt' => '2024-07-22T12:15:38.000Z', 'description' => '响应参数发生变更'], ['createdAt' => '2022-09-20T13:56:33.000Z', 'description' => '请求参数发生变更'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'voicebot:ExportConversation', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"75BAAB9B-40B2-5FF5-A59A-7BCF8154C6EE\\",\\n \\"ExportTaskId\\": \\"6203fc87271a420c98eab6c2bbc2d856\\"\\n}","type":"json"}]', ], 'ExportStatisticalData' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '实例id', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '29b52d70-d9fe-4fe0-8476-8aaacbcfdc84'], ], [ 'name' => 'TimeUnit', 'in' => 'query', 'schema' => ['description' => '时间单元', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'Hour'], ], [ 'name' => 'ExportType', 'in' => 'query', 'schema' => ['description' => '导出类型', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'statistical'], ], [ 'name' => 'BeginTimeLeftRange', 'in' => 'query', 'schema' => ['description' => '开始时间', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1582266750353'], ], [ 'name' => 'BeginTimeRightRange', 'in' => 'query', 'schema' => ['description' => '过滤条件,结束时间', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1582266750353'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => 'c62e6789-28a8-41db-941e-171a01d3b3b9'], 'ExportTaskId' => ['description' => '异步导出任务id', 'type' => 'string', 'example' => '6be5a9f1-406e-424e-a17b-b6fb86ee3cc9'], ], 'description' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParameter', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => '参数值校验不通过。请使用请求参数构造规范化的请求字符串。'], ], 404 => [ ['errorCode' => 'InvalidInstanceId.NotFound', 'errorMessage' => 'The specified InstanceId does not exist.', 'description' => '指定的实例ID不存在。'], ], 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'title' => '导出统计数据', 'summary' => '导出统计数据。', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'voicebot:ExportStatisticalData', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"c62e6789-28a8-41db-941e-171a01d3b3b9\\",\\n \\"ExportTaskId\\": \\"6be5a9f1-406e-424e-a17b-b6fb86ee3cc9\\"\\n}","errorExample":""},{"type":"xml","example":"c62e6789-28a8-41db-941e-171a01d3b3b9\\n6be5a9f1-406e-424e-a17b-b6fb86ee3cc9","errorExample":""}]', ], 'GetAsrConfig' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'], 'parameters' => [ [ 'name' => 'EntryId', 'in' => 'query', 'schema' => ['title' => 'config_level对应的实体ID', 'description' => 'config_level对应的实体ID', 'type' => 'string', 'required' => false, 'example' => '3b1d3031-8b6e-460a-8640-d330f2ca50b8'], ], [ 'name' => 'ConfigLevel', 'in' => 'query', 'schema' => ['title' => '策略级别,包含 0:系统,1:租户,2:实例', 'description' => '策略级别,包含 0:系统,1:租户,2:实例', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'default' => '0'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'RpcResponse', 'description' => 'RpcResponse', 'type' => 'object', 'properties' => [ 'Success' => ['description' => '是否成功', 'type' => 'boolean', 'example' => 'True'], 'Data' => [ 'description' => '返回数据', 'type' => 'object', 'properties' => [ 'AsrVocabularyId' => ['description' => '热词ID。请在[ASR热词管理页面](https://aiccs.console.aliyun.com/sentence/vocab?spm=a2c4g.11186623.0.0.7f9bf965IKBpsi)查看ASR热词ID。', 'type' => 'string', 'example' => '3b1d3031-8b6e-460a-8640-d330f2ca50b8'], 'AsrCustomizationId' => ['description' => 'asr数据集id', 'type' => 'string', 'example' => '3b1d3031-8b6e-460a-8640-d330f2ca50b8'], 'AsrAcousticModelId' => ['description' => 'asracoustic模型id', 'type' => 'string', 'example' => '3b1d3031-8b6e-460a-8640-d330f2ca50b8'], 'AsrClassVocabularyId' => ['description' => 'asr热词id', 'type' => 'string', 'example' => '3b1d3031-8b6e-460a-8640-d330f2ca50b8'], 'Engine' => ['title' => '语音引擎', 'description' => '语音引擎', 'type' => 'string', 'example' => 'ali'], 'EngineXufei' => ['title' => '讯飞引擎参数', 'description' => '讯飞引擎参数', 'type' => 'string', 'example' => 'EngineXufei'], 'NlsServiceType' => ['title' => 'NluServiceType', 'description' => 'NluServiceType', 'type' => 'string', 'example' => 'Authorized'], 'AppKey' => ['title' => '引擎', 'description' => '引擎', 'type' => 'string', 'example' => 'your-app-key'], 'AsrOverrides' => ['type' => 'string'], ], ], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '14C39896-AE6D-4643-9C9A-E0566B2C2DDD'], 'HttpStatusCode' => ['description' => 'http状态码', 'type' => 'integer', 'format' => 'int32', 'example' => '200'], 'Code' => ['description' => '状态码', 'type' => 'string', 'example' => 'OK'], 'ErrorMsg' => ['description' => '错误信息', 'type' => 'string', 'example' => 'Not Found'], ], ], ], ], 'title' => '查询asr配置', 'summary' => '获取ASR配置', 'changeSet' => [ ['createdAt' => '2025-12-11T11:27:18.000Z', 'description' => '响应参数发生变更'], ['createdAt' => '2022-04-19T12:23:55.000Z', 'description' => 'OpenAPI 下线'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'voicebot:GetAsrConfig', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Success\\": true,\\n \\"Data\\": {\\n \\"AsrVocabularyId\\": \\"3b1d3031-8b6e-460a-8640-d330f2ca50b8\\",\\n \\"AsrCustomizationId\\": \\"3b1d3031-8b6e-460a-8640-d330f2ca50b8\\",\\n \\"AsrAcousticModelId\\": \\"3b1d3031-8b6e-460a-8640-d330f2ca50b8\\",\\n \\"AsrClassVocabularyId\\": \\"3b1d3031-8b6e-460a-8640-d330f2ca50b8\\",\\n \\"Engine\\": \\"ali\\",\\n \\"EngineXufei\\": \\"EngineXufei\\",\\n \\"NlsServiceType\\": \\"Authorized\\",\\n \\"AppKey\\": \\"your-app-key\\",\\n \\"AsrOverrides\\": \\"\\"\\n },\\n \\"RequestId\\": \\"14C39896-AE6D-4643-9C9A-E0566B2C2DDD\\",\\n \\"HttpStatusCode\\": 200,\\n \\"Code\\": \\"OK\\",\\n \\"ErrorMsg\\": \\"Not Found\\"\\n}","type":"json"}]', ], 'GetRealTimeConcurrency' => [ 'summary' => '获取实例的实时并发数', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '实例id', 'type' => 'string', 'required' => true, 'example' => 'c112c168ed664c0a851f9ca72d2f7999'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求ID', 'type' => 'string', 'example' => 'E6E61E1A-D2DC-5ACF-AED4-A115B6691F98'], 'Timestamp' => ['description' => '查询时间戳', 'type' => 'integer', 'format' => 'int64', 'example' => '1661584255029'], 'RealTimeConcurrency' => ['description' => '实时并发数', 'type' => 'integer', 'format' => 'int64', 'example' => '1'], 'MaxConcurrency' => ['description' => '最大并发数', 'type' => 'integer', 'format' => 'int64', 'example' => '2'], ], 'description' => '', ], ], ], 'changeSet' => [ ['createdAt' => '2022-08-29T12:28:23.000Z', 'description' => 'OpenAPI 下线'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'voicebot:GetRealTimeConcurrency', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"E6E61E1A-D2DC-5ACF-AED4-A115B6691F98\\",\\n \\"Timestamp\\": 1661584255029,\\n \\"RealTimeConcurrency\\": 1,\\n \\"MaxConcurrency\\": 2\\n}","type":"json"}]', ], 'ListChatbotInstances' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'list'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '实例id', 'type' => 'string', 'required' => false, 'docRequired' => true, 'example' => 'af81a389-91f0-4157-8d82-720edd02b66a'], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['description' => '页号', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => '个数', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10'], ], [ 'name' => 'UnionSource', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'description' => ''], ], [ 'name' => 'NluServiceType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'description' => ''], ], [ 'name' => 'NluServiceParamsJson', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'description' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TotalCount' => ['description' => '总计个数', 'type' => 'integer', 'format' => 'int64', 'example' => '10'], 'Bots' => [ 'description' => '实例信息列表', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Introduction' => ['type' => 'string', 'example' => '‘’', 'description' => ''], 'Avatar' => ['description' => '机器实例图标', 'type' => 'string', 'example' => 'https://dss0.ali.com/70cFuHS.jpg'], 'TimeZone' => ['description' => '时区', 'type' => 'string', 'example' => 'UTC+8'], 'CreateTime' => ['description' => '创建时间', 'type' => 'string', 'example' => '1582266750353'], 'LanguageCode' => ['description' => '语言代码', 'type' => 'string', 'example' => 'zh-cn'], 'InstanceId' => ['description' => '实例id', 'type' => 'string', 'example' => 'af81a389-91f0-4157-8d82-720edd02b66a'], 'Name' => ['description' => '名称', 'type' => 'string', 'example' => '测试机器人'], ], 'description' => '', ], ], 'PageSize' => ['description' => '个数', 'type' => 'integer', 'format' => 'int64', 'example' => '10'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => 'da37319b-6c83-4268-9f19-814aed62e401'], 'PageNumber' => ['description' => '页号', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], ], 'description' => '', ], ], ], 'title' => 'ListChatbotInstances', 'summary' => '查询实例列表。', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [ ['createdAt' => '2023-09-19T12:51:36.000Z', 'description' => '请求参数发生变更'], ['createdAt' => '2022-09-21T15:47:19.000Z', 'description' => '错误码发生变更'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'list', 'ramAction' => [ 'action' => 'voicebot:ListChatbotInstances', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"TotalCount\\": 10,\\n \\"Bots\\": [\\n {\\n \\"Introduction\\": \\"‘’\\",\\n \\"Avatar\\": \\"https://dss0.ali.com/70cFuHS.jpg\\",\\n \\"TimeZone\\": \\"UTC+8\\",\\n \\"CreateTime\\": \\"1582266750353\\",\\n \\"LanguageCode\\": \\"zh-cn\\",\\n \\"InstanceId\\": \\"af81a389-91f0-4157-8d82-720edd02b66a\\",\\n \\"Name\\": \\"测试机器人\\"\\n }\\n ],\\n \\"PageSize\\": 10,\\n \\"RequestId\\": \\"da37319b-6c83-4268-9f19-814aed62e401\\",\\n \\"PageNumber\\": 1\\n}","errorExample":""},{"type":"xml","example":"da37319b-6c83-4268-9f19-814aed62e401\\n\\n alibaba.com/skjdnvkdsvdk.jpg\\n 1582270782552\\n \\n zh-cn\\n 测试\\n UTC+8\\n","errorExample":""}]', ], 'ListConversationDetails' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'get'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '实例id', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '82b2eaae-ce5c-45f8-8231-f15b6b27e55c'], ], [ 'name' => 'ConversationId', 'in' => 'query', 'schema' => ['description' => '会话id', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'a2c26e67-5984-4935-984e-bcee52971993'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '14C39896-AE6D-4643-9C9A-E0566B2C2DDD'], 'ConversationDetails' => [ 'description' => '对话列表', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Action' => ['description' => '动作', 'type' => 'string', 'example' => 'Dialogue'], 'Speaker' => ['description' => '讲述人 Customer = 客户,Chatbot = 机器人', 'type' => 'string', 'example' => 'Chatbot'], 'CreateTime' => ['description' => '创建时间', 'type' => 'integer', 'format' => 'int64', 'example' => '1582266750353'], 'ConversationId' => ['description' => '会话id', 'type' => 'string', 'example' => 'af81a389-91f0-4157-8d82-720edd02b66a'], 'ActionParams' => ['description' => '动作参数', 'type' => 'string', 'example' => '{}'], 'SequenceId' => ['description' => '本轮次会话交互的序列号', 'type' => 'string', 'example' => 'af81a389-91f0-4157-8d82-720edd02b66a'], 'Utterance' => ['description' => '用户表述', 'type' => 'string', 'example' => '你好'], ], 'description' => '', ], ], ], 'description' => '', ], ], ], 'errorCodes' => [ 404 => [ ['errorCode' => 'InvalidConversationId.NotFound', 'errorMessage' => 'The specified ConversationId does not exist in our record.', 'description' => '指定的会话ID不存在。'], ['errorCode' => 'InvalidInstanceId.NotFound', 'errorMessage' => 'The specified InstanceId does not exist.', 'description' => '指定的实例ID不存在。'], ], 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'title' => '查看对话详情', 'summary' => '查看对话详情。', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'voicebot:ListConversationDetails', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"14C39896-AE6D-4643-9C9A-E0566B2C2DDD\\",\\n \\"ConversationDetails\\": [\\n {\\n \\"Action\\": \\"Dialogue\\",\\n \\"Speaker\\": \\"Chatbot\\",\\n \\"CreateTime\\": 1582266750353,\\n \\"ConversationId\\": \\"af81a389-91f0-4157-8d82-720edd02b66a\\",\\n \\"ActionParams\\": \\"{}\\",\\n \\"SequenceId\\": \\"af81a389-91f0-4157-8d82-720edd02b66a\\",\\n \\"Utterance\\": \\"你好\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"14C39896-AE6D-4643-9C9A-E0566B2C2DDD\\n\\n abcde\\n Customer\\n 你好\\n Dialogue\\n {}\\n 2018-07-02 20:37:40\\n 2\\n","errorExample":""}]', ], 'ListConversations' => [ 'summary' => '查询会话列表。', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '实例列表', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'da37319b-6c83-4268-9f19-814aed62e401'], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['description' => '页号', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'maximum' => '100', 'minimum' => '1', 'example' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => '个数', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'maximum' => '100', 'minimum' => '1', 'example' => '10'], ], [ 'name' => 'CallingNumber', 'in' => 'query', 'schema' => ['description' => '主叫号码', 'type' => 'string', 'required' => false, 'example' => '138106*****'], ], [ 'name' => 'Result', 'in' => 'query', 'schema' => ['description' => '结果', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '0'], ], [ 'name' => 'Query', 'in' => 'query', 'schema' => ['description' => '查询条件', 'type' => 'string', 'required' => false, 'example' => '13788914724'], ], [ 'name' => 'BeginTimeLeftRange', 'in' => 'query', 'schema' => ['description' => '开始日期范围左区间', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1638288000000'], ], [ 'name' => 'BeginTimeRightRange', 'in' => 'query', 'schema' => ['description' => '开始日期范围右区间', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1637547875311'], ], [ 'name' => 'IsSandBox', 'in' => 'query', 'allowEmptyValue' => false, 'schema' => ['description' => '是否是沙箱', 'type' => 'string', 'required' => false, 'example' => 'false'], ], [ 'name' => 'RoundsLeftRange', 'in' => 'query', 'schema' => ['description' => '轮次查询范围左区间', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'], ], [ 'name' => 'RoundsRightRange', 'in' => 'query', 'schema' => ['description' => '轮次查询范围右区间', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '3'], ], [ 'name' => 'DebugConversation', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TotalCount' => ['description' => '总计个数', 'type' => 'integer', 'format' => 'int64', 'example' => '1'], 'PageSize' => ['description' => '个数', 'type' => 'integer', 'format' => 'int32', 'example' => '10'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => 'a2c26e67-5984-4935-984e-bcee52971993'], 'PageNumber' => ['description' => '页号', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'Conversations' => [ 'description' => '会话列表', 'type' => 'array', 'items' => [ 'description' => '会话列表', 'type' => 'object', 'properties' => [ 'EndTime' => ['description' => '结束时间', 'type' => 'integer', 'format' => 'int64', 'example' => '1582266750353'], 'HasToAgent' => ['description' => '是否有转人工', 'type' => 'boolean', 'example' => 'false'], 'StartTime' => ['description' => '开始时间', 'type' => 'integer', 'format' => 'int64', 'example' => '1641625694286'], 'SkillGroup' => ['description' => '技能组', 'type' => 'string', 'example' => 'skg-123'], 'ConversationId' => ['description' => '会话id', 'type' => 'string', 'example' => '82b2eaae-ce5c-45f8-8231-f15b6b27e55c'], 'CallingNumber' => ['description' => '主叫号码', 'type' => 'string', 'example' => '135815884***'], 'EndReason' => ['description' => '挂断原因,有以下枚举:'."\n" .' 1.正常完结'."\n" .' 2.拒识后机器人挂机'."\n" .' 3.静默超时挂机'."\n" .' 4.拒识后用户挂机'."\n" .' 5.用户无理由挂机'."\n" .' 6.命中意图转人工'."\n" .' 7.拒识转人工'."\n" .' 8.用户侧无交互'."\n" .' 9.系统异常中断'."\n" .' 10.命中意图转IVR'."\n" .' 11.拒识转IVR', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'Rounds' => ['description' => '轮转次数', 'type' => 'integer', 'format' => 'int32', 'example' => '2'], 'HasLastPlaybackCompleted' => ['description' => '挂断时最后一句是否播报完成', 'type' => 'boolean', 'example' => 'true'], 'SandBox' => ['description' => '是否沙箱', 'type' => 'boolean', 'example' => 'true'], 'CalledNumber' => ['description' => '被叫号码', 'type' => 'string', 'example' => '12356'], 'DsReport' => ['type' => 'string', 'description' => ''], 'DsReportTitles' => [ 'type' => 'array', 'items' => ['type' => 'string', 'description' => ''], 'description' => '', ], ], ], ], ], 'description' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParameter', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => '参数值校验不通过。请使用请求参数构造规范化的请求字符串。'], ], 404 => [ ['errorCode' => 'InvalidInstanceId.NotFound', 'errorMessage' => 'The specified InstanceId does not exist.', 'description' => '指定的实例ID不存在。'], ], 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'title' => '查询会话列表', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [ ['createdAt' => '2024-07-11T07:01:05.000Z', 'description' => '请求参数发生变更'], ['createdAt' => '2024-04-22T07:29:49.000Z', 'description' => '响应参数发生变更'], ['createdAt' => '2022-09-20T13:56:33.000Z', 'description' => '请求参数发生变更'], ['createdAt' => '2022-06-21T12:24:16.000Z', 'description' => '响应参数发生变更'], ['createdAt' => '2021-09-16T11:34:31.000Z', 'description' => '响应参数发生变更'], ['createdAt' => '2021-09-16T11:34:31.000Z', 'description' => '请求参数发生变更、响应参数发生变更'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'voicebot:ListConversations', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"TotalCount\\": 1,\\n \\"PageSize\\": 10,\\n \\"RequestId\\": \\"a2c26e67-5984-4935-984e-bcee52971993\\",\\n \\"PageNumber\\": 1,\\n \\"Conversations\\": [\\n {\\n \\"EndTime\\": 1582266750353,\\n \\"HasToAgent\\": false,\\n \\"StartTime\\": 1641625694286,\\n \\"SkillGroup\\": \\"skg-123\\",\\n \\"ConversationId\\": \\"82b2eaae-ce5c-45f8-8231-f15b6b27e55c\\",\\n \\"CallingNumber\\": \\"135815884***\\",\\n \\"EndReason\\": 1,\\n \\"Rounds\\": 2,\\n \\"HasLastPlaybackCompleted\\": true,\\n \\"SandBox\\": true,\\n \\"CalledNumber\\": \\"12356\\",\\n \\"DsReport\\": \\"\\",\\n \\"DsReportTitles\\": [\\n \\"\\"\\n ]\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'ListDownloadTasks' => [ 'summary' => '下载列表', 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'systemTags' => ['operationType' => 'list', 'riskType' => 'none', 'chargeType' => 'free'], 'parameters' => [ [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['description' => '页号', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'maximum' => '1000', 'minimum' => '1', 'example' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => '每页条数', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'maximum' => '50', 'minimum' => '1', 'example' => '5'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'HttpStatusCode' => ['description' => 'http状态码', 'type' => 'integer', 'format' => 'int32', 'example' => '200'], 'Code' => ['description' => '状态码', 'type' => 'string', 'example' => 'OK'], 'Message' => ['description' => '错误信息', 'type' => 'string', 'example' => 'successful'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => 'D24E0148-6D40-550E-9471-B2C5A34C3D12'], 'Success' => ['description' => '是否成功', 'type' => 'boolean', 'example' => 'True'], 'DownloadTasks' => [ 'description' => '下载任务数据', 'type' => 'object', 'properties' => [ 'PageNumber' => ['description' => '页号', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'PageSize' => ['description' => '页面大小', 'type' => 'integer', 'format' => 'int32', 'example' => '10'], 'TotalCount' => ['description' => '总数量', 'type' => 'integer', 'format' => 'int32', 'example' => '2'], 'List' => [ 'description' => '下载任务数组', 'type' => 'array', 'items' => [ 'description' => '任务数组', 'type' => 'object', 'properties' => [ 'Status' => ['description' => '状态', 'type' => 'string', 'example' => 'Expired'], 'Title' => ['description' => '标题', 'type' => 'string', 'example' => '批量高阶内存整理_2022_02_17_10'], 'ExpireTime' => ['description' => '过期时间', 'type' => 'integer', 'format' => 'int64', 'example' => '1637119221702'], 'TaskId' => ['description' => '任务id', 'type' => 'string', 'example' => 'cb9aba69-f578-42b2-aa2f-3e5a41947db8'], 'DownloadTaskFiles' => [ 'description' => '下载任务文件列表', 'type' => 'array', 'items' => [ 'description' => '下载任务文件列表', 'type' => 'object', 'properties' => [ 'Status' => ['description' => '状态', 'type' => 'string', 'example' => 'Published'], 'Title' => ['description' => '标题', 'type' => 'string', 'example' => 'CBU阿里通信反馈-声音延迟'], 'Progress' => ['description' => '下载任务完成进度', 'type' => 'integer', 'format' => 'int32', 'example' => '70'], 'FileId' => ['description' => '文件id', 'type' => 'string', 'example' => 'c32bf5675b704dc5b19200a89d2e85f1'], ], ], ], ], ], ], ], ], ], 'description' => '', ], ], ], 'title' => '查看下载任务列表', 'changeSet' => [ ['createdAt' => '2021-11-24T12:59:40.000Z', 'description' => 'OpenAPI 下线'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'list', 'ramAction' => [ 'action' => 'voicebot:ListDownloadTasks', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"HttpStatusCode\\": 200,\\n \\"Code\\": \\"OK\\",\\n \\"Message\\": \\"successful\\",\\n \\"RequestId\\": \\"D24E0148-6D40-550E-9471-B2C5A34C3D12\\",\\n \\"Success\\": true,\\n \\"DownloadTasks\\": {\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 2,\\n \\"List\\": [\\n {\\n \\"Status\\": \\"Expired\\",\\n \\"Title\\": \\"批量高阶内存整理_2022_02_17_10\\",\\n \\"ExpireTime\\": 1637119221702,\\n \\"TaskId\\": \\"cb9aba69-f578-42b2-aa2f-3e5a41947db8\\",\\n \\"DownloadTaskFiles\\": [\\n {\\n \\"Status\\": \\"Published\\",\\n \\"Title\\": \\"CBU阿里通信反馈-声音延迟\\",\\n \\"Progress\\": 70,\\n \\"FileId\\": \\"c32bf5675b704dc5b19200a89d2e85f1\\"\\n }\\n ]\\n }\\n ]\\n }\\n}","type":"json"}]', ], 'ListInstances' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'list'], 'parameters' => [ [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['description' => '页号', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => '每页条数', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '10'], ], [ 'name' => 'NluServiceTypeListJsonString', 'in' => 'query', 'schema' => ['description' => 'nlu类型,对话能力来源筛选条件。不填则全选。'."\n" ."\n" .' * MANAGED:托管【已废弃】'."\n" ."\n" .' * AUTHORIZED:授权,公共云:智能对话机器人服务'."\n" ."\n" .' * PROVIDED:私有, 通过在运维控制台配置as、sk、以及chatEndpoint等。'."\n" .'* CCC_AUTHORIZED:使用云联络中心授权的小蜜机器人'."\n" ."\n" .'* CCC_FUNCTION:使用阿里函数计算服务'."\n" ."\n" .'* SSE_FUNCTION:使用流式函数服务 ,支持SSE的函数计算,用于对接三方大模型对话机器人'."\n" ."\n\n" .'* PROMPTS:对接qwen基模等'."\n" ."\n" .'* LOCAL:专有云,本地基蜜', 'type' => 'string', 'required' => false, 'example' => '["CCC_AUTHORIZED"]'], ], [ 'name' => 'UnionSource', 'in' => 'query', 'schema' => ['description' => '来源。'."\n" .'* CCC :云联络中心', 'type' => 'string', 'required' => false, 'example' => 'CCC'], ], [ 'name' => 'UnionInstanceId', 'in' => 'query', 'schema' => ['description' => '实例ID'."\n" ."\n" .'> 当UnionSource为CCC时,UnionInstanceId填入云联络中心的实例ID。', 'type' => 'string', 'required' => false, 'example' => 'zhyl'], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => ['description' => '场景名称筛选条件', 'type' => 'string', 'required' => false, 'example' => '测试'], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['description' => '当前场景状态筛选条件,当为空时则默认为全选。'."\n" .'* DISABLED:已下线'."\n" .'* PUBLISHED:已发布', 'type' => 'string', 'required' => false, 'example' => 'PUBLISHED'], ], [ 'name' => 'Number', 'in' => 'query', 'schema' => ['description' => '呼入号码筛选条件', 'type' => 'string', 'required' => false, 'example' => '021xxxxxxx'], ], [ 'name' => 'InstanceIdListJsonString', 'in' => 'query', 'schema' => ['description' => '数字员工场景ID列表', 'type' => 'string', 'required' => false, 'example' => '["e4bebxxxxxxxxxxx"] '."\n"], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Instances' => [ 'description' => '实例数组', 'type' => 'array', 'items' => [ 'description' => '实例数组', 'type' => 'object', 'properties' => [ 'Status' => ['description' => '实例状态', 'type' => 'string', 'example' => 'Published'], 'ModifyUserName' => ['description' => '操作人', 'type' => 'string', 'example' => 'xxx'], 'Description' => ['description' => '描述', 'type' => 'string', 'example' => '测试的实例'], 'ApplicableOperations' => [ 'description' => '实例可操作列表', 'type' => 'array', 'items' => ['description' => '实例可操作列表', 'type' => 'string', 'example' => 'Edit'], ], 'InstanceId' => ['description' => '实例ID', 'type' => 'string', 'example' => 'dc437bba-5a25-4bbc-b4c2-f268864bebb5'], 'Name' => ['description' => '名字', 'type' => 'string', 'example' => '测试实例'], 'Concurrency' => ['description' => '并发数', 'type' => 'integer', 'format' => 'int64', 'example' => '10'], 'ModifyTime' => ['description' => '修改时间', 'type' => 'integer', 'format' => 'int64', 'example' => '1582266750353'], 'Numbers' => [ 'description' => '呼入号码列表', 'type' => 'array', 'items' => ['description' => '呼入号码', 'type' => 'string', 'example' => '021xxxxxxxx '."\n" ."\n\n"], ], 'CreateTime' => ['description' => '创建时间', 'type' => 'integer', 'format' => 'int64', 'example' => '1658202465000'], 'UnionSource' => ['description' => '来源。'."\n" ."\n" .'- CCC :云联络中心', 'type' => 'string', 'example' => 'CCC'], 'UnionInstanceId' => ['description' => '实例ID'."\n" ."\n\n" .'> 当UnionSource为CCC时,UnionInstanceId填入云联络中心的实例ID。', 'type' => 'string', 'example' => 'zhyl '], 'NluServiceParamsJson' => ['description' => '大模型服务参数JSON', 'type' => 'string', 'example' => '{"agentId":"1213503","isCCCAgent":"true","agentKey":"107e04a7519243eb83c9b549ea3b6829_p_ccc_public"} '], ], ], ], 'TotalCount' => ['description' => '总数量', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'PageSize' => ['description' => '个数', 'type' => 'integer', 'format' => 'int32', 'example' => '10'], 'RequestId' => ['description' => '请求ID', 'type' => 'string', 'example' => 'A8AED3C8-F57B-5D71-9A34-4A170287533F'], 'PageNumber' => ['description' => '页号', 'type' => 'integer', 'format' => 'int32', 'example' => '2'], ], 'description' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParameter', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => '参数值校验不通过。请使用请求参数构造规范化的请求字符串。'], ], 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'title' => '分页获取当前租户下智能导航实例列表', 'summary' => '分页获取当前租户下智能导航实例列表。', 'changeSet' => [ ['createdAt' => '2023-09-19T12:51:37.000Z', 'description' => '请求参数发生变更、响应参数发生变更、响应参数发生变更'], ['createdAt' => '2022-04-19T12:23:55.000Z', 'description' => '请求参数发生变更'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'list', 'ramAction' => [ 'action' => 'voicebot:ListInstances', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Instances\\": [\\n {\\n \\"Status\\": \\"Published\\",\\n \\"ModifyUserName\\": \\"xxx\\",\\n \\"Description\\": \\"测试的实例\\",\\n \\"ApplicableOperations\\": [\\n \\"Edit\\"\\n ],\\n \\"InstanceId\\": \\"dc437bba-5a25-4bbc-b4c2-f268864bebb5\\",\\n \\"Name\\": \\"测试实例\\",\\n \\"Concurrency\\": 10,\\n \\"ModifyTime\\": 1582266750353,\\n \\"Numbers\\": [\\n \\"021xxxxxxxx\\\\t\\\\n\\\\n\\\\n\\"\\n ],\\n \\"CreateTime\\": 1658202465000,\\n \\"UnionSource\\": \\"CCC\\",\\n \\"UnionInstanceId\\": \\"zhyl\\\\t\\",\\n \\"NluServiceParamsJson\\": \\"{\\\\\\"agentId\\\\\\":\\\\\\"1213503\\\\\\",\\\\\\"isCCCAgent\\\\\\":\\\\\\"true\\\\\\",\\\\\\"agentKey\\\\\\":\\\\\\"107e04a7519243eb83c9b549ea3b6829_p_ccc_public\\\\\\"}\\\\t\\"\\n }\\n ],\\n \\"TotalCount\\": 1,\\n \\"PageSize\\": 10,\\n \\"RequestId\\": \\"A8AED3C8-F57B-5D71-9A34-4A170287533F\\",\\n \\"PageNumber\\": 2\\n}","type":"json"}]', ], 'ModifyAsrConfig' => [ 'summary' => '修改ASR配置', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free'], 'parameters' => [ [ 'name' => 'EntryId', 'in' => 'query', 'schema' => ['title' => 'config_level对应的实体ID', 'description' => 'config_level对应的实体ID', 'type' => 'string', 'required' => false, 'example' => '6cc9f5ca-2cb6-4cc7-a46b-2bbfd3e61b22'], ], [ 'name' => 'ConfigLevel', 'in' => 'query', 'schema' => ['title' => '策略级别,包含 0:系统,1:租户,2:实例', 'description' => '策略级别,包含 0:系统,1:租户,2:实例', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '0', 'default' => '0'], ], [ 'name' => 'AsrVocabularyId', 'in' => 'query', 'schema' => ['description' => '热词ID。请在[ASR热词管理页面](https://aiccs.console.aliyun.com/sentence/vocab?spm=a2c4g.11186623.0.0.7f9bf965IKBpsi)查看ASR热词ID。', 'type' => 'string', 'required' => false, 'example' => '6cc9f5ca-2cb6-4cc7-a46b-2bbfd3e61b22'], ], [ 'name' => 'AsrCustomizationId', 'in' => 'query', 'schema' => ['description' => '数据集id', 'type' => 'string', 'required' => false, 'example' => '6cc9f5ca-2cb6-4cc7-a46b-2bbfd3e61b22'], ], [ 'name' => 'AsrAcousticModelId', 'in' => 'query', 'schema' => ['description' => 'asr声学id', 'type' => 'string', 'required' => false, 'example' => '6cc9f5ca-2cb6-4cc7-a46b-2bbfd3e61b22'], ], [ 'name' => 'AsrClassVocabularyId', 'in' => 'query', 'schema' => ['description' => 'asr热词id', 'type' => 'string', 'required' => false, 'example' => '6cc9f5ca-2cb6-4cc7-a46b-2bbfd3e61b22'], ], [ 'name' => 'Engine', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'description' => ''], ], [ 'name' => 'NlsServiceType', 'in' => 'query', 'schema' => ['title' => 'NluServiceType', 'description' => 'NluServiceType', 'type' => 'string', 'required' => false, 'example' => '语音识别'], ], [ 'name' => 'AppKey', 'in' => 'query', 'schema' => ['title' => '引擎的AppKey', 'description' => '引擎的AppKey', 'type' => 'string', 'required' => false, 'example' => 'your_app_key'], ], [ 'name' => 'AsrOverrides', 'in' => 'query', 'schema' => ['type' => 'string'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'RpcResponse', 'description' => 'RpcResponse', 'type' => 'object', 'properties' => [ 'Success' => ['description' => '是否成功', 'type' => 'boolean', 'example' => 'True'], 'Data' => [ 'title' => '影响的行数', 'description' => '修改结果', 'type' => 'object', 'properties' => [ 'AffectedRows' => ['description' => '是否影响行数', 'type' => 'integer', 'format' => 'int32'], ], ], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => 'da37319b-6c83-4268-9f19-814aed62e401'], 'HttpStatusCode' => ['description' => 'http状态码', 'type' => 'integer', 'format' => 'int32', 'example' => '200'], 'Code' => ['description' => '状态码', 'type' => 'string', 'example' => 'OK'], 'ErrorMsg' => ['description' => '错误信息', 'type' => 'string', 'example' => 'Not Found'], ], ], ], ], 'errorCodes' => [ 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'title' => '修改asr配置', 'changeSet' => [ ['createdAt' => '2025-12-11T11:27:18.000Z', 'description' => '请求参数发生变更、响应参数发生变更'], ['createdAt' => '2022-11-22T13:15:25.000Z', 'description' => '错误码发生变更'], ['createdAt' => '2022-04-19T12:23:55.000Z', 'description' => 'OpenAPI 下线'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'voicebot:ModifyAsrConfig', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Success\\": true,\\n \\"Data\\": {\\n \\"AffectedRows\\": 0\\n },\\n \\"RequestId\\": \\"da37319b-6c83-4268-9f19-814aed62e401\\",\\n \\"HttpStatusCode\\": 200,\\n \\"Code\\": \\"OK\\",\\n \\"ErrorMsg\\": \\"Not Found\\"\\n}","type":"json"}]', ], 'ModifyGreetingConfig' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '实例ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '12f407b22cbe4890ac595f09985848d5'], ], [ 'name' => 'GreetingWords', 'in' => 'query', 'schema' => ['description' => '欢迎语', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '你好,欢迎使用智能导航。'], ], [ 'name' => 'SourceType', 'in' => 'query', 'schema' => ['description' => '类型', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'chatbotIntent'], ], [ 'name' => 'IntentTrigger', 'in' => 'query', 'schema' => ['description' => '触发意图', 'type' => 'string', 'required' => false, 'example' => '开始'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求ID', 'type' => 'string', 'example' => '14C39896-AE6D-4643-9C9A-E0566B2C2DDD'], ], 'description' => '', ], ], ], 'errorCodes' => [ 404 => [ ['errorCode' => 'InvalidInstanceId.NotFound', 'errorMessage' => 'The specified InstanceId does not exist.', 'description' => '指定的实例ID不存在。'], ], 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"14C39896-AE6D-4643-9C9A-E0566B2C2DDD\\"\\n}","errorExample":""},{"type":"xml","example":"14C39896-AE6D-4643-9C9A-E0566B2C2DDD","errorExample":""}]', 'title' => '修改问候语配置', 'summary' => '修改问候语配置。', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'voicebot:ModifyGreetingConfig', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], ], 'ModifyInstance' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '实例ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '12f407b22cbe4890ac595f09985848d5'], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string'], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['description' => '描述', 'type' => 'string', 'required' => false, 'example' => '描述'], ], [ 'name' => 'Concurrency', 'in' => 'query', 'schema' => ['description' => '实例最大并发数', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'docRequired' => true, 'example' => '10'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求ID', 'type' => 'string', 'example' => '14C39896-AE6D-4643-9C9A-E0566B2C2DDD'], ], 'description' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidConcurrency.LimitExceeded', 'errorMessage' => 'The specified Concurrency exceeds the upper limit.', 'description' => '并发数已经超限,请重新设置。'], ['errorCode' => 'InvalidInstanceName.Duplicated', 'errorMessage' => 'The specified InstanceName already exists.', 'description' => '实例名称已经存在。请您更换一个名字。'], ], 404 => [ ['errorCode' => 'InvalidInstanceId.NotFound', 'errorMessage' => 'The specified InstanceId does not exist.', 'description' => '指定的实例ID不存在。'], ], 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'title' => '修改实例', 'summary' => '修改实例。', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [ ['createdAt' => '2022-09-20T13:57:21.000Z', 'description' => '请求参数发生变更'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'voicebot:ModifyInstance', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"14C39896-AE6D-4643-9C9A-E0566B2C2DDD\\"\\n}","errorExample":""},{"type":"xml","example":"14C39896-AE6D-4643-9C9A-E0566B2C2DDD","errorExample":""}]', ], 'ModifySilenceTimeoutConfig' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '实例ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '12f407b22cbe4890ac595f09985848d5'], ], [ 'name' => 'Prompt', 'in' => 'query', 'schema' => ['description' => '静默超时提示语', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '不好意思,听不见您说什么'], ], [ 'name' => 'Timeout', 'in' => 'query', 'schema' => ['description' => '静默超时时间', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'docRequired' => true, 'example' => '20'], ], [ 'name' => 'Threshold', 'in' => 'query', 'schema' => ['description' => '静默超时最大次数', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '3'], ], [ 'name' => 'FinalPrompt', 'in' => 'query', 'schema' => ['description' => '最后一次静默提示语', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '再见'], ], [ 'name' => 'FinalAction', 'in' => 'query', 'schema' => ['description' => '提示后的动作', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'TransferToAgent'], ], [ 'name' => 'FinalActionParams', 'in' => 'query', 'schema' => ['description' => '动作参数', 'type' => 'string', 'required' => false, 'example' => '{}'], ], [ 'name' => 'SourceType', 'in' => 'query', 'schema' => ['description' => '类型', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'chatbotIntent'], ], [ 'name' => 'IntentTrigger', 'in' => 'query', 'schema' => ['description' => '触发的意图', 'type' => 'string', 'required' => false, 'example' => 'Timeout'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求ID', 'type' => 'string', 'example' => '14C39896-AE6D-4643-9C9A-E0566B2C2DDD'], ], 'description' => '', ], ], ], 'errorCodes' => [ 404 => [ ['errorCode' => 'InvalidInstanceId.NotFound', 'errorMessage' => 'The specified InstanceId does not exist.', 'description' => '指定的实例ID不存在。'], ], 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"14C39896-AE6D-4643-9C9A-E0566B2C2DDD\\"\\n}","errorExample":""},{"type":"xml","example":"14C39896-AE6D-4643-9C9A-E0566B2C2DDD","errorExample":""}]', 'title' => '修改静默超时配置', 'summary' => '修改静默超时配置。', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'voicebot:ModifySilenceTimeoutConfig', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], ], 'ModifyTTSConfig' => [ 'summary' => '修改TTS配置。', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => ['operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '场景ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '8a9bdaa895a748528a15b50c281e6474'], ], [ 'name' => 'Voice', 'in' => 'query', 'schema' => ['description' => '发音人', 'type' => 'string', 'required' => false, 'example' => 'aixia'], ], [ 'name' => 'SpeechRate', 'in' => 'query', 'schema' => ['description' => '语速', 'type' => 'string', 'required' => false, 'example' => '50'], ], [ 'name' => 'Volume', 'in' => 'query', 'schema' => ['description' => '音量', 'type' => 'string', 'required' => false, 'example' => '50'], ], [ 'name' => 'PitchRate', 'in' => 'query', 'schema' => ['description' => '语调', 'type' => 'string', 'required' => false, 'example' => '50'], ], [ 'name' => 'NlsServiceType', 'in' => 'query', 'schema' => [ 'description' => 'TTS服务调用类型', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['Authorized' => 'Authorized', 'Managed' => 'Managed'], 'example' => 'Managed', ], ], [ 'name' => 'AppKey', 'in' => 'query', 'schema' => ['description' => '三方语音配置的 AppKey', 'type' => 'string', 'required' => false, 'example' => '5b358afc'], ], [ 'name' => 'Engine', 'in' => 'query', 'schema' => [ 'description' => 'TTS 引擎', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['xunfei' => 'xunfei', 'bailian' => 'bailian', 'volc' => 'volc'], 'example' => 'bailian', ], ], [ 'name' => 'EngineXunfei', 'in' => 'query', 'schema' => ['description' => '科大讯飞引擎参数', 'type' => 'string', 'required' => false, 'example' => '{\\"Voice\\":\\"aisjinger\\"}'], ], [ 'name' => 'AliCustomizedVoice', 'in' => 'query', 'schema' => ['description' => '个性化人声定制ID', 'type' => 'string', 'required' => false, 'example' => 'dc458bba-5a25-4cbc-b5c2'], ], [ 'name' => 'TtsOverrides', 'in' => 'query', 'schema' => ['description' => 'TTS纠错词典', 'type' => 'string', 'required' => false, 'example' => '[{\\"pronunciation\\":\\"环钱\\",\\"word\\":\\"还钱\\"}]'], ], [ 'name' => 'ExtParams', 'in' => 'query', 'schema' => ['type' => 'string'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求ID', 'type' => 'string', 'example' => '14C39896-AE6D-4643-9C9A-E0566B2C2DDD'], ], 'description' => '', ], ], ], 'errorCodes' => [ 404 => [ ['errorCode' => 'InvalidInstanceId.NotFound', 'errorMessage' => 'The specified InstanceId does not exist.', 'description' => '指定的实例ID不存在。'], ], 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'title' => '修改 TTS 配置', 'changeSet' => [ ['createdAt' => '2025-12-18T02:03:50.000Z', 'description' => '请求参数发生变更'], ['createdAt' => '2024-07-22T12:36:17.000Z', 'description' => '请求参数发生变更'], ['createdAt' => '2024-02-04T14:18:44.000Z', 'description' => '请求参数发生变更'], ['createdAt' => '2022-09-20T13:55:08.000Z', 'description' => '请求参数发生变更'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'voicebot:ModifyTTSConfig', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"14C39896-AE6D-4643-9C9A-E0566B2C2DDD\\"\\n}","type":"json"}]', ], 'ModifyUnrecognizingConfig' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '实例ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '12f407b22cbe4890ac595f09985848d5'], ], [ 'name' => 'Prompt', 'in' => 'query', 'schema' => ['description' => '拒识提示语', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '我不理解您的意思,请再说一遍'], ], [ 'name' => 'Threshold', 'in' => 'query', 'schema' => ['description' => '拒识最大次数', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '3'], ], [ 'name' => 'FinalPrompt', 'in' => 'query', 'schema' => ['description' => '最后一次拒识提示语', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '再见'], ], [ 'name' => 'FinalAction', 'in' => 'query', 'schema' => ['description' => '拒识动作', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'TransferToAgent'], ], [ 'name' => 'FinalActionParams', 'in' => 'query', 'schema' => ['description' => '动作参数', 'type' => 'string', 'required' => false, 'example' => '{}'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求ID', 'type' => 'string', 'example' => '14C39896-AE6D-4643-9C9A-E0566B2C2DDD'], ], 'description' => '', ], ], ], 'errorCodes' => [ 404 => [ ['errorCode' => 'InvalidInstanceId.NotFound', 'errorMessage' => 'The specified InstanceId does not exist.', 'description' => '指定的实例ID不存在。'], ], 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"14C39896-AE6D-4643-9C9A-E0566B2C2DDD\\"\\n}","errorExample":""},{"type":"xml","example":"14C39896-AE6D-4643-9C9A-E0566B2C2DDD","errorExample":""}]', 'title' => '修改拒识配置', 'summary' => '修改拒识配置。', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'voicebot:ModifyUnrecognizingConfig', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], ], 'QueryConversations' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'list'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '实例ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '12f407b22cbe4890ac595f09985848d5'], ], [ 'name' => 'CallingNumber', 'in' => 'query', 'schema' => ['description' => '主叫号码', 'type' => 'string', 'required' => false, 'example' => '02811111111'], ], [ 'name' => 'BeginTimeLeftRange', 'in' => 'query', 'schema' => ['description' => '开始日期范围左区间', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1582183381000'], ], [ 'name' => 'BeginTimeRightRange', 'in' => 'query', 'schema' => ['description' => '开始日期范围右区间', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1582356181000'], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['description' => '当前页数', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '1', 'maximum' => '100'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => '每页条数', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '10', 'maximum' => '200'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TotalCount' => ['description' => '总数量', 'type' => 'integer', 'format' => 'int64', 'example' => '100'], 'PageSize' => ['description' => '每页条数', 'type' => 'integer', 'format' => 'int32', 'example' => '10'], 'RequestId' => ['description' => '请求ID', 'type' => 'string', 'example' => '14C39896-AE6D-4643-9C9A-E0566B2C2DDD'], 'PageNumber' => ['description' => '当前页数', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'Conversations' => [ 'description' => '会话列表', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'EndTime' => ['description' => '结束时间', 'type' => 'integer', 'format' => 'int64', 'example' => '1582183481000'], 'EffectiveAnswerCount' => ['description' => '有效回答数量', 'type' => 'integer', 'format' => 'int32', 'example' => '8'], 'TransferredToAgent' => ['description' => '是否转人工', 'type' => 'boolean', 'example' => 'true'], 'BeginTime' => ['description' => '开始时间', 'type' => 'integer', 'format' => 'int64', 'example' => '1582183381000'], 'SkillGroupId' => ['description' => '技能组', 'type' => 'string', 'example' => 'AAA'], 'ConversationId' => ['description' => '会话ID', 'type' => 'string', 'example' => 'af81a389-91f0-4157-8d82-720edd02b66a'], 'CallingNumber' => ['description' => '主叫号码', 'type' => 'string', 'example' => '02811111111'], 'UserUtteranceCount' => ['description' => '用户回答数量', 'type' => 'integer', 'format' => 'int32', 'example' => '10'], ], 'description' => '', ], ], ], 'description' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParameter', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => '参数值校验不通过。请使用请求参数构造规范化的请求字符串。'], ], 404 => [ ['errorCode' => 'InvalidInstanceId.NotFound', 'errorMessage' => 'The specified InstanceId does not exist.', 'description' => '指定的实例ID不存在。'], ], 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'title' => '查询对话记录', 'summary' => '查询对话记录。', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [ ['createdAt' => '2024-07-03T09:49:06.000Z', 'description' => '请求参数发生变更'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'list', 'ramAction' => [ 'action' => 'voicebot:QueryConversations', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"TotalCount\\": 100,\\n \\"PageSize\\": 10,\\n \\"RequestId\\": \\"14C39896-AE6D-4643-9C9A-E0566B2C2DDD\\",\\n \\"PageNumber\\": 1,\\n \\"Conversations\\": [\\n {\\n \\"EndTime\\": 1582183481000,\\n \\"EffectiveAnswerCount\\": 8,\\n \\"TransferredToAgent\\": true,\\n \\"BeginTime\\": 1582183381000,\\n \\"SkillGroupId\\": \\"AAA\\",\\n \\"ConversationId\\": \\"af81a389-91f0-4157-8d82-720edd02b66a\\",\\n \\"CallingNumber\\": \\"02811111111\\",\\n \\"UserUtteranceCount\\": 10\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"14C39896-AE6D-4643-9C9A-E0566B2C2DDD\\n1\\n10\\n100\\n\\n 02811111111\\n 1582183381000\\n 1582183481000\\n true\\n AAA\\n 10\\n 8\\n af81a389-91f0-4157-8d82-720edd02b66a\\n","errorExample":""}]', ], 'SaveRecording' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '实例ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'af81a389-91f0-4157-8d82-720edd02b66a'], ], [ 'name' => 'ConversationId', 'in' => 'query', 'schema' => ['description' => '会话ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '390515b5-6115-4ccf-83e2-52d5bfaf2ddf'], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['description' => '录音开始时间', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'docRequired' => true, 'example' => '1582267398628'], ], [ 'name' => 'Duration', 'in' => 'query', 'schema' => ['description' => '录音时长', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '10'], ], [ 'name' => 'FileName', 'in' => 'query', 'schema' => ['description' => '文件名称', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'e6bef0db439d4048bfcf45322491becf.wav'], ], [ 'name' => 'FilePath', 'in' => 'query', 'schema' => ['description' => '文件路径', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'oss://test/record/'], ], [ 'name' => 'Type', 'in' => 'query', 'schema' => ['description' => '录音文件类型', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'Source'], ], [ 'name' => 'InstanceOwnerId', 'in' => 'query', 'schema' => ['description' => '实例所属账号id', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1971226538081821'], ], [ 'name' => 'VoiceSliceRecordingList', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'description' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求ID', 'type' => 'string', 'example' => '254EB995-DEDF-48A4-9101-9CA5B72FFBCC'], ], 'description' => '', ], ], ], 'errorCodes' => [ 404 => [ ['errorCode' => 'InvalidConversationId.NotFound', 'errorMessage' => 'The specified ConversationId does not exist in our record.', 'description' => '指定的会话ID不存在。'], ['errorCode' => 'InvalidInstanceId.NotFound', 'errorMessage' => 'The specified InstanceId does not exist.', 'description' => '指定的实例ID不存在。'], ], 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"254EB995-DEDF-48A4-9101-9CA5B72FFBCC\\"\\n}","errorExample":""},{"type":"xml","example":"254EB995-DEDF-48A4-9101-9CA5B72FFBCC","errorExample":""}]', 'title' => '保存录音', 'summary' => '保存录音。', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [ ['createdAt' => '2022-08-09T13:03:55.000Z', 'description' => '请求参数发生变更'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'voicebot:SaveRecording', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], ], 'SilenceTimeout' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '实例ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '0099b75d-60fd-4c63-8541-7fbba0ae6bb0'], ], [ 'name' => 'ConversationId', 'in' => 'query', 'schema' => ['description' => '会话ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '0099b75d-60fd-4c63-8541-7fbba0ae6bb0'], ], [ 'name' => 'InitialContext', 'in' => 'query', 'schema' => ['description' => '会话信息上下文', 'type' => 'string', 'required' => false, 'example' => '{}'], ], [ 'name' => 'InstanceOwnerId', 'in' => 'query', 'schema' => ['description' => '实例所有者id', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1231639035307976'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Action' => ['description' => '动作', 'type' => 'string', 'example' => 'TransferToAgent'], 'Interruptible' => ['description' => '是否打断', 'type' => 'boolean', 'example' => 'false'], 'RequestId' => ['description' => '请求ID', 'type' => 'string', 'example' => '254EB995-DEDF-48A4-9101-9CA5B72FFBCC'], 'ActionParams' => ['description' => '动作参数', 'type' => 'string', 'example' => '{ "skillGroupId": "ABC"}'], 'TextResponse' => ['description' => '文本信息', 'type' => 'string', 'example' => '正在为你转接人工坐席'], ], 'description' => '', ], ], ], 'errorCodes' => [ 404 => [ ['errorCode' => 'InvalidConversationId.NotFound', 'errorMessage' => 'The specified ConversationId does not exist in our record.', 'description' => '指定的会话ID不存在。'], ['errorCode' => 'InvalidInstanceId.NotFound', 'errorMessage' => 'The specified InstanceId does not exist.', 'description' => '指定的实例ID不存在。'], ], 500 => [ ['errorCode' => 'InternalError', 'errorMessage' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Action\\": \\"TransferToAgent\\",\\n \\"Interruptible\\": false,\\n \\"RequestId\\": \\"254EB995-DEDF-48A4-9101-9CA5B72FFBCC\\",\\n \\"ActionParams\\": \\"{ \\\\\\"skillGroupId\\\\\\": \\\\\\"ABC\\\\\\"}\\",\\n \\"TextResponse\\": \\"正在为你转接人工坐席\\"\\n}","errorExample":""},{"type":"xml","example":"254EB995-DEDF-48A4-9101-9CA5B72FFBCC\\n正在为你转接人工坐席\\n{ \\"skillGroupId\\": \\"ABC\\"}\\nfalse\\nTransferToAgent","errorExample":""}]', 'title' => '静默超时', 'summary' => '静默超时。', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'voicebot:SilenceTimeout', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], ], ], 'endpoints' => [ ['regionId' => 'cn-hangzhou', 'regionName' => '华东1(杭州)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'voicenavigator.cn-hangzhou.aliyuncs.com', 'endpoint' => 'voicenavigator.cn-hangzhou.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-shanghai', 'regionName' => '华东2(上海)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'voicenavigator.cn-shanghai.aliyuncs.com', 'endpoint' => 'voicenavigator.cn-shanghai.aliyuncs.com', 'vpc' => 'voicenavigator-vpc.cn-shanghai.aliyuncs.com'], ], 'errorCodes' => [ ['code' => 'InternalError', 'message' => 'An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.', 'http_code' => 500, 'description' => '内部错误。建议重试,如果多次重试报错请提交工单。'], ['code' => 'InvalidCategoryId.NotFound', 'message' => 'The specified CategoryId does not exist in our records.', 'http_code' => 404, 'description' => '指定的类目ID不存在。'], ['code' => 'InvalidCategoryName.Duplicated', 'message' => 'The specified CategoryName already exists.', 'http_code' => 400, 'description' => '类目名称已经存在。请您更换一个名字。'], ['code' => 'InvalidConcurrency.LimitExceeded', 'message' => 'The specified Concurrency exceeds the upper limit.', 'http_code' => 400, 'description' => '并发数已经超限,请重新设置。'], ['code' => 'InvalidConversationId.NotFound', 'message' => 'The specified ConversationId does not exist in our record.', 'http_code' => 404, 'description' => '指定的会话ID不存在。'], ['code' => 'InvalidInstanceId.NotFound', 'message' => 'The specified InstanceId does not exist.', 'http_code' => 404, 'description' => '指定的实例ID不存在。'], ['code' => 'InvalidInstanceName.Duplicated', 'message' => 'The specified InstanceName already exists.', 'http_code' => 400, 'description' => '实例名称已经存在。请您更换一个名字。'], ['code' => 'InvalidNavigationScriptId.NotFound', 'message' => 'The specified NavigationScriptId does not exist in our records.', 'http_code' => 404, 'description' => '指定的话术ID不存在'], ['code' => 'InvalidParameter', 'message' => 'The specified parameter %s is invalid.', 'http_code' => 400, 'description' => '参数值校验不通过。请使用请求参数构造规范化的请求字符串。'], ['code' => 'MissingParameter', 'message' => 'You must specify parameter %s.', 'http_code' => 400, 'description' => '必填参数没有填。请检查调用时是否填写了此参数,并重试请求。'], ], 'changeSet' => [ [ 'apis' => [ ['description' => '请求参数发生变更', 'api' => 'ModifyTTSConfig'], ], 'createdAt' => '2025-12-18T02:04:07.000Z', 'description' => '', ], [ 'apis' => [ ['description' => '响应参数发生变更', 'api' => 'GetAsrConfig'], ['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'ModifyAsrConfig'], ], 'createdAt' => '2025-12-11T11:27:37.000Z', 'description' => '', ], [ 'apis' => [ ['description' => '响应参数发生变更', 'api' => 'DescribeTTSConfig'], ['description' => '请求参数发生变更', 'api' => 'ModifyTTSConfig'], ], 'createdAt' => '2024-07-22T12:36:27.000Z', 'description' => '', ], [ 'apis' => [ ['description' => '请求参数发生变更', 'api' => 'ListConversations'], ], 'createdAt' => '2024-07-11T07:01:20.000Z', 'description' => '', ], [ 'apis' => [ ['description' => '请求参数发生变更', 'api' => 'QueryConversations'], ], 'createdAt' => '2024-07-03T09:49:17.000Z', 'description' => '', ], [ 'apis' => [ ['description' => '响应参数发生变更', 'api' => 'ListConversations'], ], 'createdAt' => '2024-04-22T07:30:01.000Z', 'description' => '', ], [ 'apis' => [ ['description' => '请求参数发生变更', 'api' => 'AuditTTSVoice'], ['description' => '响应参数发生变更', 'api' => 'DescribeTTSConfig'], ['description' => '请求参数发生变更', 'api' => 'ModifyTTSConfig'], ], 'createdAt' => '2024-02-04T14:18:56.000Z', 'description' => '', ], [ 'apis' => [ ['description' => '请求参数发生变更', 'api' => 'AssociateChatbotInstance'], ], 'createdAt' => '2023-12-27T03:10:22.000Z', 'description' => '', ], [ 'apis' => [ ['description' => '请求参数发生变更', 'api' => 'AssociateChatbotInstance'], ['description' => '请求参数发生变更', 'api' => 'CreateInstance'], ['description' => '响应参数发生变更', 'api' => 'DescribeInstance'], ['description' => '请求参数发生变更', 'api' => 'ListChatbotInstances'], ['description' => '请求参数发生变更、响应参数发生变更、响应参数发生变更', 'api' => 'ListInstances'], ], 'createdAt' => '2023-09-19T12:51:49.000Z', 'description' => '', ], [ 'apis' => [ ['description' => '响应参数发生变更', 'api' => 'DescribeInstance'], ], 'createdAt' => '2023-04-25T14:46:01.000Z', 'description' => '', ], [ 'apis' => [ ['description' => '错误码发生变更', 'api' => 'ModifyAsrConfig'], ], 'createdAt' => '2022-11-22T13:17:05.000Z', 'description' => '修复getVocabularyIdList异常处理代码问题', ], [ 'apis' => [ ['description' => '错误码发生变更', 'api' => 'ListChatbotInstances'], ], 'createdAt' => '2022-09-21T15:47:28.000Z', 'description' => '灰度', ], [ 'apis' => [ ['description' => '请求参数发生变更', 'api' => 'ModifyInstance'], ], 'createdAt' => '2022-09-20T13:57:34.000Z', 'description' => '修改name发布', ], [ 'apis' => [ ['description' => '请求参数发生变更', 'api' => 'ExportConversationDetails'], ['description' => '请求参数发生变更', 'api' => 'ListConversations'], ], 'createdAt' => '2022-09-20T13:56:55.000Z', 'description' => '导航新增通话轮次筛选', ], [ 'apis' => [ ['description' => '响应参数发生变更', 'api' => 'DescribeTTSConfig'], ['description' => '请求参数发生变更', 'api' => 'ModifyTTSConfig'], ], 'createdAt' => '2022-09-20T13:55:29.000Z', 'description' => '支持STS调用语音服务', ], [ 'apis' => [ ['description' => '请求参数发生变更', 'api' => 'Dialogue'], ], 'createdAt' => '2022-09-20T13:54:30.000Z', 'description' => '情绪识别产品化', ], [ 'apis' => [ ['description' => 'OpenAPI 下线', 'api' => 'GetRealTimeConcurrency'], ], 'createdAt' => '2022-08-29T12:28:50.000Z', 'description' => '导航新增实时并发查询接口', ], [ 'apis' => [ ['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'DescribeRecording'], ['description' => '请求参数发生变更', 'api' => 'SaveRecording'], ], 'createdAt' => '2022-08-09T13:05:20.000Z', 'description' => '支持分段录音试听', ], [ 'apis' => [ ['description' => '响应参数发生变更', 'api' => 'ListConversations'], ], 'createdAt' => '2022-06-21T12:24:50.000Z', 'description' => '返回值增加被叫号码 CalledNumber', ], [ 'apis' => [ ['description' => '请求参数发生变更', 'api' => 'AuditTTSVoice'], ], 'createdAt' => '2022-06-21T12:21:02.000Z', 'description' => '语调参数改为非必填', ], [ 'apis' => [ ['description' => 'OpenAPI 下线', 'api' => 'GetAsrConfig'], ['description' => '请求参数发生变更', 'api' => 'ListInstances'], ['description' => 'OpenAPI 下线', 'api' => 'ModifyAsrConfig'], ], 'createdAt' => '2022-04-20T06:15:02.000Z', 'description' => '导航标注中心发布', ], [ 'apis' => [ ['description' => 'OpenAPI 下线', 'api' => 'GenerateUploadUrl'], ], 'createdAt' => '2022-04-11T03:36:18.000Z', 'description' => '标注中心', ], [ 'apis' => [ ['description' => 'OpenAPI 下线', 'api' => 'BatchCreateSandBoxWhileList'], ['description' => 'OpenAPI 下线', 'api' => 'DeleteSandBoxWhileList'], ['description' => 'OpenAPI 下线', 'api' => 'DisableSandBoxWhileList'], ['description' => 'OpenAPI 下线', 'api' => 'EnableSandBoxWhileList'], ['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'ListConversations'], ['description' => 'OpenAPI 下线', 'api' => 'ListSandBoxWhileList'], ['description' => 'OpenAPI 下线', 'api' => 'ModifySandBoxWhileList'], ], 'createdAt' => '2022-03-01T16:09:18.000Z', 'description' => 'ABTest', ], [ 'apis' => [ ['description' => '请求参数发生变更', 'api' => 'EndDialogue'], ], 'createdAt' => '2021-12-22T14:10:36.000Z', 'description' => 'ivr调导航挂断时完成播放字段', ], [ 'apis' => [ ['description' => '响应参数发生变更', 'api' => 'ListConversations'], ], 'createdAt' => '2021-12-22T12:30:51.000Z', 'description' => '届远导航9月迭代会话列表查看--新增挂断时完成播放字段', ], [ 'apis' => [ ['description' => 'OpenAPI 下线', 'api' => 'GetInstanceConfig'], ['description' => 'OpenAPI 下线', 'api' => 'GetNewBargeInSwitch'], ['description' => 'OpenAPI 下线', 'api' => 'UpdateNewBargeInSwitch'], ], 'createdAt' => '2021-12-22T12:30:13.000Z', 'description' => '智能打断产品化发布', ], [ 'apis' => [ ['description' => 'OpenAPI 下线', 'api' => 'CreateDownloadUrl'], ['description' => 'OpenAPI 下线', 'api' => 'ListDownloadTasks'], ], 'createdAt' => '2021-11-24T13:02:45.000Z', 'description' => '发布了任务中心相关的API', ], [ 'apis' => [ ['description' => 'OpenAPI 下线', 'api' => 'DescribeAsrVadConfig'], ['description' => 'OpenAPI 下线', 'api' => 'DescribeVoiceConfig'], ['description' => 'OpenAPI 下线', 'api' => 'ModifyAsrVadConfig'], ], 'createdAt' => '2021-11-04T09:11:03.000Z', 'description' => '增加VAD噪音阈值调节配置', ], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '-1', 'countWindow' => 1, 'regionId' => '*'], ], ], 'ram' => [ 'productCode' => 'VoiceNavigator', 'productName' => '智能语音导航', 'ramCodes' => ['voicebot'], 'ramLevel' => '操作级', 'ramConditions' => [], 'ramActions' => [ [ 'apiName' => 'DescribeInstance', 'description' => ' DescribeInstance', 'operationType' => 'get', 'ramAction' => [ 'action' => 'voicebot:DescribeInstance', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListChatbotInstances', 'description' => 'ListChatbotInstances', 'operationType' => 'list', 'ramAction' => [ 'action' => 'voicebot:ListChatbotInstances', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'DisableInstance', 'description' => '', 'operationType' => 'update', 'ramAction' => [ 'action' => 'voicebot:DisableInstance', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'SaveRecording', 'description' => '保存录音', 'operationType' => 'update', 'ramAction' => [ 'action' => 'voicebot:SaveRecording', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListDownloadTasks', 'description' => '查看下载任务列表', 'operationType' => 'list', 'ramAction' => [ 'action' => 'voicebot:ListDownloadTasks', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'DescribeStatisticalData', 'description' => '', 'operationType' => 'get', 'ramAction' => [ 'action' => 'voicebot:DescribeStatisticalData', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'BeginDialogue', 'description' => '开启会话', 'operationType' => 'none', 'ramAction' => [ 'action' => 'voicebot:StartConversation', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'Dialogue', 'description' => '对话接口', 'operationType' => 'none', 'ramAction' => [ 'action' => 'voicebot:Dialogue', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListConversationDetails', 'description' => '', 'operationType' => 'get', 'ramAction' => [ 'action' => 'voicebot:ListConversationDetails', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'ModifyTTSConfig', 'description' => '修改 TTS 配置', 'operationType' => 'update', 'ramAction' => [ 'action' => 'voicebot:ModifyTTSConfig', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'DescribeRecording', 'description' => '', 'operationType' => 'get', 'ramAction' => [ 'action' => 'voicebot:DescribeRecording', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'DebugCollectedNumber', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'voicebot:CollectedNumber', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'ModifyGreetingConfig', 'description' => '', 'operationType' => 'update', 'ramAction' => [ 'action' => 'voicebot:ModifyGreetingConfig', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'DebugBeginDialogue', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'voicebot:DebugBeginDialogue', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'CreateDownloadUrl', 'description' => '创建下载文件url', 'operationType' => 'create', 'ramAction' => [ 'action' => 'voicebot:CreateDownloadUrl', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'DescribeExportProgress', 'description' => '', 'operationType' => 'get', 'ramAction' => [ 'action' => 'voicebot:DescribeExport', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'QueryConversations', 'description' => '', 'operationType' => 'list', 'ramAction' => [ 'action' => 'voicebot:QueryConversations', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'AuditTTSVoice', 'description' => '试听 TTS 声音', 'operationType' => 'none', 'ramAction' => [ 'action' => 'voicebot:AuditionTTSVoice', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'ExportStatisticalData', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'voicebot:ExportStatisticalData', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'DeleteInstance', 'description' => 'DeleteInstance', 'operationType' => 'delete', 'ramAction' => [ 'action' => 'voicebot:DeleteInstance', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'AssociateChatbotInstance', 'description' => '', 'operationType' => 'update', 'ramAction' => [ 'action' => 'voicebot:AssociateChatbotInstance', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'CreateInstance', 'description' => '创建智能导航实例', 'operationType' => 'create', 'ramAction' => [ 'action' => 'voicebot:CreateInstance', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'ExportConversationDetails', 'description' => '导出会话详情', 'operationType' => 'none', 'ramAction' => [ 'action' => 'voicebot:ExportConversation', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'ModifyAsrConfig', 'description' => '修改asr配置', 'operationType' => 'update', 'ramAction' => [ 'action' => 'voicebot:ModifyAsrConfig', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListInstances', 'description' => '分页获取当前租户下智能导航实例列表', 'operationType' => 'list', 'ramAction' => [ 'action' => 'voicebot:ListInstances', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'GetAsrConfig', 'description' => '查询asr配置', 'operationType' => 'get', 'ramAction' => [ 'action' => 'voicebot:GetAsrConfig', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'EnableInstance', 'description' => '', 'operationType' => 'update', 'ramAction' => [ 'action' => 'voicebot:EnableInstance', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'DebugDialogue', 'description' => '', 'operationType' => 'none', 'ramAction' => [ 'action' => 'voicebot:DebugDialogue', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListConversations', 'description' => '查询会话列表', 'operationType' => 'get', 'ramAction' => [ 'action' => 'voicebot:ListConversations', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'ModifySilenceTimeoutConfig', 'description' => '修改静默超时配置', 'operationType' => 'update', 'ramAction' => [ 'action' => 'voicebot:ModifySilenceTimeoutConfig', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'DescribeTTSConfig', 'description' => '查询 TTS 配置', 'operationType' => 'get', 'ramAction' => [ 'action' => 'voicebot:DescribeTTSConfig', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'ModifyUnrecognizingConfig', 'description' => '', 'operationType' => 'update', 'ramAction' => [ 'action' => 'voicebot:ModifyUnrecognizingConfig', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'GetRealTimeConcurrency', 'description' => '', 'operationType' => 'get', 'ramAction' => [ 'action' => 'voicebot:GetRealTimeConcurrency', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'ModifyInstance', 'description' => '', 'operationType' => 'update', 'ramAction' => [ 'action' => 'voicebot:ModifyInstance', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'EndDialogue', 'description' => '结束对话', 'operationType' => 'none', 'ramAction' => [ 'action' => 'voicebot:EndDialogue', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'DescribeNavigationConfig', 'description' => '', 'operationType' => 'get', 'ramAction' => [ 'action' => 'voicebot:DescribeNavigationConfig', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'CollectedNumber', 'description' => '收号', 'operationType' => 'none', 'ramAction' => [ 'action' => 'voicebot:CollectedNumber', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'SilenceTimeout', 'description' => '静默超时', 'operationType' => 'update', 'ramAction' => [ 'action' => 'voicebot:SilenceTimeout', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'DescribeConversation', 'description' => '', 'operationType' => 'get', 'ramAction' => [ 'action' => 'voicebot:DescribeConversation', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'VoiceNavigator', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'resourceTypes' => [], ], ];