修改意圖。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
InstanceId | string | 是 | 實例 id | 8fa1953f-4a84-46d8-b80c-8ce9cf684fb3 |
ScriptId | string | 是 | 話術 id | 9b70486f-b1c2-429c-8a24-62798015ab1b |
IntentId | string | 是 | 意圖 id | 3b9a2b33-50d4-4576-8c68-22498f4bf731 |
IntentName | string | 是 | 意圖名字 | 車險如何辦理 |
IntentDescription | string | 否 | 意圖描述 | 詢問車險意圖 |
Utterances | string | 是 | 用戶表述列表 | ["車險如何辦理"] |
Keywords | string | 否 | 關鍵字 | [] |
返回參數
示例
正常返回示例
JSON
格式
{
"HttpStatusCode": 200,
"RequestId": "254EB995-DEDF-48A4-9101-9CA5B72FFBCC",
"Success": true,
"Code": "OK",
"Message": "Success",
"IntentId": "3b9a2b33-50d4-4576-8c68-22498f4bf731"
}
JSON
格式
{
"HttpStatusCode": 200,
"RequestId": "254EB995-DEDF-48A4-9101-9CA5B72FFBCC",
"Success": true,
"Code": "OK",
"Message": "Success",
"IntentId": "3b9a2b33-50d4-4576-8c68-22498f4bf731"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
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. | 指定的話術不存在。 |
500 | InternalError | An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. | 內部錯誤。建議重試,如果多次重試報錯請提交工單。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|
暫無變更歷史