日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

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.內部錯誤。建議重試,如果多次重試報錯請提交工單。

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

變更歷史

變更時間變更內容概要操作
暫無變更歷史