查询服务信息
调用须知
该接口配合表格问答服务使用,表格问答中的bot_id参数从本接口根据管控台的服务ID查询得来。
支持语言:中文
能力说明:根据管控台服务列表里的服务ID查询出服务的基本信息,包含服务名称,服务描述、bot_id等信息;如果没有服务ID,请点击前往对话智能管控台创建服务。用户调用表格问答服务前,需要先调用此接口查询到服务绑定的bot_id,然后使用bot_id调用表格问答服务。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
Action | String | 是 | GetTableQAServiceInfoById | 系统规定参数,取值:GetTableQAServiceInfoById |
ServiceCode | String | 是 | alinlp | 固定值,只支持alinlp |
ServiceId | String | 是 | 68 | 管控台服务列表所展示的服务ID |
返回数据
名称 | 类型 | 示例值 | 描述 |
RequestId | String | 2E14E12B-291D-149E-933D-137025837825 | 唯一请求id,排查问题的依据 |
Data | String |
|
|
调用接入
代码接入请参考:快速入门
错误码
调用过程中如果出现错误可对照下表,查看对应描述,描述中包含具体错误原因和解决方案。
HttpCode | 错误码 | 错误信息 | 描述 |
400 | UserStatusInvalid | The user status is invalid. | 用户状态无效,请检查账户是否欠费和有未支付的账单 |
400 | BasicServiceNotActivated | The NLP API (Version : base) service has not been activated. Please click the url to confirm the activation status:https://common-buy.aliyun.com/?commodityCode=nlp_alinlpBasePost_public_cn#/buy | NLP API(基础版)服务未开通,请点击链接确认开通状态:https://common-buy.aliyun.com/?commodityCode=nlp_alinlpBasePost_public_cn#/buy |
400 | AdvancedServiceNotActivated | The NLP API (Version : advanced) service has not been activated. Please click the url to confirm the activation status:https://common-buy.aliyun.com/?commodityCode=nlp_alinlpAdvancedPost_public_cn#/buy | NLP API(高级版)服务未开通,请点击链接确认开通状态:https://common-buy.aliyun.com/?commodityCode=nlp_alinlpAdvancedPost_public_cn#/buy |
400 | IndustryServiceNotActivated | The NLP API (Version : industry) service has not been activated. Please click the url to confirm the activation status:https://common-buy.aliyun.com/?commodityCode=nlp_alinlpIndustryPost_public_cn#/buy | NLP API(行业应用版)服务未开通,请点击链接确认开通状态:https://common-buy.aliyun.com/?commodityCode=nlp_alinlpIndustryPost_public_cn#/buy |
401 | InvalidParameter | The parameter is invalid. | 参数无效,请检查入参 |
403 | Forbidden.NoAuth | You are not authorized to operate on the specified resource. Please click the URL for help information:https://help.aliyun.com/document_detail/177209.html | 您的账号无权限操作指定的资源,请点击URL以获取帮助信息:https://help.aliyun.com/document_detail/177209.html |
405 | TextLimitExceeded | The maximum length of the text is exceeded. | 文本长度超过限制 |
406 | TextCodingError | An encoding error occurred to the input text. | 输入文本编码错误 |
410 | FrameworkError | Framework internal server error. | 框架错误 |
411 | FrameworkApiError | Framework API error. | 框架API错误 |
412 | FrameworkFormatError | Framework request format error. | 框架请求格式错误 |
413 | FrameworkReturnError | Framework return type format error. | 框架返回格式错误 |
429 | Throttling.User | Flow control has been triggered. | 超过了每秒最大查询数(QPS),请单击URL以获取帮助信息:https://help.aliyun.com/document_detail/69780.html#p-wq5-zb9-5wu |
500 | InternalError | A server error occurred while processing your request. Please try again later or contact customer support. | 处理您的请求时发生服务错误,请稍后再试或联系客户支持。 |
访问错误中心查看更多错误码。