修改意图
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ModifyIntent |
系统规定参数。取值:ModifyIntent。 |
InstanceId | String | 是 | 8fa1953f-4a84-46d8-b80c-8ce9cf684fb3 |
实例id |
IntentId | String | 是 | 3b9a2b33-50d4-4576-8c68-22498f4bf731 |
意图id |
IntentName | String | 是 | 车险如何办理 |
意图名字 |
ScriptId | String | 是 | 9b70486f-b1c2-429c-8a24-62798015ab1b |
话术id |
Utterances | String | 是 | ["车险如何办理"] |
用户表述列表 |
IntentDescription | String | 否 | 询问车险意图 |
意图描述 |
Keywords | String | 否 | [] |
关键字 |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
Code | String | OK |
状态码 |
HttpStatusCode | Integer | 200 |
http 状态码 |
IntentId | String | 3b9a2b33-50d4-4576-8c68-22498f4bf731 |
意图id |
Message | String | Success |
接口提示消息 |
RequestId | String | 254EB995-DEDF-48A4-9101-9CA5B72FFBCC |
请求id |
Success | Boolean | true |
是否成功 |
示例
请求示例
http(s)://[Endpoint]/?Action=ModifyIntent
&InstanceId=8fa1953f-4a84-46d8-b80c-8ce9cf684fb3
&IntentId=3b9a2b33-50d4-4576-8c68-22498f4bf731
&IntentName=车险如何办理
&ScriptId=9b70486f-b1c2-429c-8a24-62798015ab1b
&Utterances=["车险如何办理"]
&<公共请求参数>
正常返回示例
XML
格式
<Code>OK</Code>
<HttpStatusCode>200</HttpStatusCode>
<IntentId>3b9a2b33-50d4-4576-8c68-22498f4bf731</IntentId>
<RequestId>f7cdfae4-899b-4000-8d94-518f79cd5492</RequestId>
<Success>true</Success>
JSON
格式
{
"Code": "OK",
"HttpStatusCode": 200,
"IntentId": "3b9a2b33-50d4-4576-8c68-22498f4bf731",
"RequestId": "f7cdfae4-899b-4000-8d94-518f79cd5492",
"Success": true
}
错误码
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
500 | InternalError | An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. | 内部错误。建议重试,如果多次重试报错请提交工单。 |
400 | InvalidIntentName.Duplicated | The specified IntentName already exists. | 意图名称已经存在。请您更换一个名字。 |
404 | NotExist.Instance | The specified Instance does not exist. | 指定的实例不存在。 |
404 | NotExist.Intent | The specified Intent does not exist. | 指定的意图不存在。 |
404 | NotExist.Script | The specified Script does not exist. | 指定的话术不存在。 |
访问错误中心查看更多错误码。