用于更新指定知識下的答案。

調試

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

請求參數

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

接口功能枚舉值

RobotCode String asdfa23424

機器人code

KnowledgeId Long 234213421

知識id

OperatorId String 2342134

操作用戶id

OperatorName String 張三

操作用戶名稱

Solution Object

答案數據

SolutionId Long 134213342

答案id

KnowledgeId Long 435235324

知識id

SolutionType String text

答案類型, "text":文本答案

SolutionSource String TB

答案來源

SolutionContent String sdfagasdgf

答案正文

Conditions Array

答案約束

KnowledgeId Long 23542345

知識id

SolutionId Long 1234234

答案id

ConditionType String EffectiveMode

生效模式:EffectiveMode

ConditionValue String disable

生效模式:"disable":全部不生效,"auto":全自動,"assistant":智能輔助,"enable":全部生效

ExtraContent String 擴展

答案擴展信息

SolutionVariables Array

答案變量

KnowledgeId Long 32534543

知識id

SolutionId Long 2354345

答案id

VariableName String 類型

變量名稱

VariableType String BASE

變量類型

返回數據

名稱 類型 示例值 描述
RequestId String 5DEB93BE-E7CB-4115-AFBE-F2013948D71B

請求id

Success Boolean true

是否更新成功

Code String 200

返回code

Message String successful

返回信息

示例

請求示例

http(s)://[Endpoint]/?Action=UpdateSolution
&RobotCode=asdfa23424
&KnowledgeId=234213421
&OperatorId=2342134
&OperatorName=張三
&Solution={"SolutionId":134213342,"KnowledgeId":435235324,"SolutionType":"text","SolutionSource":"TB","SolutionContent":"sdfagasdgf","Conditions":[{"KnowledgeId":23542345,"SolutionId":1234234,"ConditionType":"EffectiveMode","ConditionValue":"disable"}],"ExtraContent":"擴展","SolutionVariables":[{"KnowledgeId":32534543,"SolutionId":2354345,"VariableName":"類型","VariableType":"BASE"}]}
&公共請求參數

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<UpdateSolutionResponse>
    <RequestId>5DEB93BE-E7CB-4115-AFBE-F2013948D71B</RequestId>
    <Success>true</Success>
    <Code>200</Code>
    <Message>successful</Message>
</UpdateSolutionResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "5DEB93BE-E7CB-4115-AFBE-F2013948D71B",
  "Success" : true,
  "Code" : "200",
  "Message" : "successful"
}

錯誤碼

HttpCode 錯誤碼 錯誤信息 描述
500 InternalError The request processing has failed due to some unknown error. 內部服務出現錯誤

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