修改意圖

調試

您可以在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. 指定的話術不存在。

訪問錯誤中心查看更多錯誤碼。