創建觸發話術節點的意圖

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

請求參數

名稱 類型 是否必選 示例值 描述
Action String CreateIntent

系統規定參數。取值:CreateIntent。

InstanceId String 361c8a53-0e29-42f3-8aa7-c7752d010399

實例id

IntentName String 是本人

意圖名字

ScriptId String b06fad9a-cc74-4ab6-b3a5-8d062adebf2c

話術id

Utterances String ["是","是的","是啊","嗯嗯","是我","是我,有事嗎","對,是","對的","對是我",""]

用戶觸發意圖的回答文本列表

IntentDescription String 確定是本人的意圖

意圖描述

Keywords String

意圖的關鍵字,在List接口可用于過濾查找的意圖

返回數據

名稱 類型 示例值 描述
Code String OK

接口狀態碼

HttpStatusCode Integer 200

http 狀態碼

IntentId String 390515b5-6115-4ccf-83e2-52d5bfaf2ddf

創建的意圖id

Message String Success

接口提示信息

RequestId String 254EB995-DEDF-48A4-9101-9CA5B72FFBCC

請求id

Success Boolean true

是否成功

示例

請求示例

http(s)://[Endpoint]/?Action=CreateIntent
&<公共請求參數>
&InstanceId=174952ab-9825-4cc9-a5e2-de82d7fa4cdd
&ScriptId=63cc3b45-feb2-4676-a7d7-f717001fa1e1
&IntentName=留學目的地-美國
&Utterances=["美國","去美國"]
&Keywords=["留學美國"]

正常返回示例

XML 格式

<Code>OK</Code>
<HttpStatusCode>200</HttpStatusCode>
<IntentId>fa0e21e9-caab-4629-9121-1e341243d599</IntentId>
<RequestId>f7cdfae4-899b-4000-8d94-518f79cd5492</RequestId>
<Success>true</Success>

JSON 格式

{
    "Code": "OK",
    "HttpStatusCode": 200,
    "IntentId": "fa0e21e9-caab-4629-9121-1e341243d599",
    "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.Script The specified Script does not exist. 指定的話術不存在。

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