用于在指定知識下新建一個答案。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
請求參數
名稱 | 類型 | 是否必選 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | AddSolution | 接口功能枚舉值 |
RobotCode | String | 否 | 23543dfgs | 機器人code |
KnowledgeId | Long | 是 | 53345234 | 知識id |
Solution | Object | 否 | 答案 |
|
KnowledgeId | Long | 否 | 542353 | 知識id |
SolutionType | String | 否 | text | 答案類型, "text":文本知識 |
SolutionContent | String | 否 | dfasffa | 答案正文 |
Conditions | Array | 否 | 答案約束 |
|
KnowledgeId | Long | 否 | 2354244 | 知識id |
ConditionType | String | 否 | d_acti | 約束類型 d_acti:時效 d_key:關鍵字 d_multi:輪次 d_sop:訂單狀態(tài) d_item:商品 d_cate:商品分類 item_property:商品屬性 logistics:物流狀態(tài) refund:退款狀態(tài) |
ConditionValue | String | 否 | activity_123 | 約束值 |
ExtraContent | String | 否 | safsf | 答案擴展信息 |
OperatorId | String | 否 | 3452354 | 操作人id |
OperatorName | String | 否 | 李四 | 操作人名稱 |
返回數據
名稱 | 類型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | xsdfjsdf | 請求id |
SolutionId | Long | 345235423 | 答案id |
Success | Boolean | true | 是否成功標示 |
Code | String | 200 | 返回code |
Message | String | successful | 錯誤信息 |
示例
請求示例
http(s)://[Endpoint]/?Action=AddSolution
&RobotCode=23543dfgs
&KnowledgeId=53345234
&Solution={"KnowledgeId":542353,"SolutionType":"text","SolutionContent":"dfasffa","Conditions":[{"KnowledgeId":2354244,"ConditionType":"d_acti","ConditionValue":"activity_123"}],"ExtraContent":"safsf"}
&OperatorId=3452354
&OperatorName=李四
&公共請求參數
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<AddSolutionResponse>
<RequestId>xsdfjsdf</RequestId>
<SolutionId>345235423</SolutionId>
<Success>true</Success>
<Code>200</Code>
<Message>successful</Message>
</AddSolutionResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "xsdfjsdf",
"SolutionId" : 345235423,
"Success" : true,
"Code" : "200",
"Message" : "successful"
}
錯誤碼
HttpCode | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
500 | InternalError | The request processing has failed due to some unknown error. | 內部服務出現錯誤 |
訪問錯誤中心查看更多錯誤碼。