CreateIntent - 创建触发话术节点的意图

创建触发话术节点的意图。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
InstanceIdstring

实例 id

361c8a53-0e29-42f3-8aa7-c7752d010399
ScriptIdstring

话术 id

b06fad9a-cc74-4ab6-b3a5-8d062adebf2c
IntentNamestring

意图名字

是本人
IntentDescriptionstring

意图描述

确定是本人的意图
Utterancesstring

用户触发意图的回答文本列表

["是","是的","是啊","嗯嗯","是我","是我,有事吗","对,是","对的","对是我",""]
Keywordsstring

意图的关键字,在 List 接口可用于过滤查找的意图

返回参数

名称类型描述示例值
object
HttpStatusCodeinteger

http 状态码

200
RequestIdstring

请求 id

254EB995-DEDF-48A4-9101-9CA5B72FFBCC
Successboolean

是否成功

true
Codestring

接口状态码

OK
Messagestring

接口提示信息

Success
IntentIdstring

创建的意图 id

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"
}

JSON格式

{
  "HttpStatusCode": 200,
  "RequestId": "254EB995-DEDF-48A4-9101-9CA5B72FFBCC",
  "Success": true,
  "Code": "OK",
  "Message": "Success",
  "IntentId": "390515b5-6115-4ccf-83e2-52d5bfaf2ddf"
}

错误码

HTTP status code错误码错误信息描述
400InvalidIntentName.DuplicatedThe specified IntentName already exists.意图名称已经存在。请您更换一个名字。
404NotExist.InstanceThe specified Instance does not exist.指定的实例不存在。
404NotExist.ScriptThe specified Script does not exist.指定的话术不存在。
500InternalErrorAn error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.内部错误。建议重试,如果多次重试报错请提交工单。

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
暂无变更历史