创建触发话术节点的意图。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
InstanceId | string | 是 | 实例 id | 361c8a53-0e29-42f3-8aa7-c7752d010399 |
ScriptId | string | 是 | 话术 id | b06fad9a-cc74-4ab6-b3a5-8d062adebf2c |
IntentName | string | 是 | 意图名字 | 是本人 |
IntentDescription | string | 否 | 意图描述 | 确定是本人的意图 |
Utterances | string | 是 | 用户触发意图的回答文本列表 | ["是","是的","是啊","嗯嗯","是我","是我,有事吗","对,是","对的","对是我",""] |
Keywords | string | 否 | 意图的关键字,在 List 接口可用于过滤查找的意图 | 是 |
返回参数
示例
正常返回示例
JSON
格式
{
"HttpStatusCode": 200,
"RequestId": "254EB995-DEDF-48A4-9101-9CA5B72FFBCC",
"Success": true,
"Code": "OK",
"Message": "Success",
"IntentId": "390515b5-6115-4ccf-83e2-52d5bfaf2ddf"
}
JSON
格式
{
"HttpStatusCode": 200,
"RequestId": "254EB995-DEDF-48A4-9101-9CA5B72FFBCC",
"Success": true,
"Code": "OK",
"Message": "Success",
"IntentId": "390515b5-6115-4ccf-83e2-52d5bfaf2ddf"
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidIntentName.Duplicated | The specified IntentName already exists. | 意图名称已经存在。请您更换一个名字。 |
404 | NotExist.Instance | The specified Instance does not exist. | 指定的实例不存在。 |
404 | NotExist.Script | The specified Script does not exist. | 指定的话术不存在。 |
500 | InternalError | An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. | 内部错误。建议重试,如果多次重试报错请提交工单。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史