查询指定知识下的答案详情。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
Action String GetSolution

接口功能枚举值

RobotCode String gadafa2341

机器人code

KnowledgeId Long 34123412

知识id

SolutionId Long 3141341

答案id

OperatorId String 1234134

操作用户id

OperatorName String 张三

操作用户名称

返回数据

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

Id of the request

Solution Object

答案

SolutionId Long 10009

答案id

KnowledgeId Long 100001

知识id

SolutionType String text

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

SolutionSource String 答案来源

答案来源

SolutionContent String 一个标准的答案正文

答案正文

Conditions Array of Condition

答案约束

KnowledgeId Long 3413423

知识id

SolutionId Long 3131153453

答案id

ConditionType String EffectiveMode

生效模式:EffectiveMode

ConditionValue String disable

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

SolutionVariables Array of SolutionVariable

答案变量

KnowledgeId Long 34123421

知识id

SolutionId Long 1341234

答案id

VariableName String 类型

变量名称

VariableType String BASE

变量类型

ExtraContent String 扩展信息

答案扩展信息

Success Boolean true

是否成功标示

Code String 200

返回code

Message String successful

返回信息

示例

请求示例

http(s)://[Endpoint]/?Action=GetSolution
&RobotCode=gadafa2341
&KnowledgeId=34123412
&SolutionId=3141341
&OperatorId=1234134
&OperatorName=张三
&公共请求参数

正常返回示例

XML格式

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

<GetSolutionResponse>
    <RequestId>5DEB93BE-E7CB-4115-AFBE-F2013948D71B</RequestId>
    <Solution>
        <SolutionId>10009</SolutionId>
        <KnowledgeId>100001</KnowledgeId>
        <SolutionType>text</SolutionType>
        <SolutionSource>答案来源</SolutionSource>
        <SolutionContent>一个标准的答案正文</SolutionContent>
        <Conditions>
            <KnowledgeId>3413423</KnowledgeId>
            <SolutionId>3131153453</SolutionId>
            <ConditionType>EffectiveMode</ConditionType>
            <ConditionValue>disable</ConditionValue>
        </Conditions>
        <SolutionVariables>
            <KnowledgeId>34123421</KnowledgeId>
            <SolutionId>1341234</SolutionId>
            <VariableName>类型</VariableName>
            <VariableType>BASE</VariableType>
        </SolutionVariables>
        <ExtraContent>扩展信息</ExtraContent>
    </Solution>
    <Success>true</Success>
    <Code>200</Code>
    <Message>successful</Message>
</GetSolutionResponse>

JSON格式

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

{
  "RequestId" : "5DEB93BE-E7CB-4115-AFBE-F2013948D71B",
  "Solution" : {
    "SolutionId" : 10009,
    "KnowledgeId" : 100001,
    "SolutionType" : "text",
    "SolutionSource" : "答案来源",
    "SolutionContent" : "一个标准的答案正文",
    "Conditions" : [ {
      "KnowledgeId" : 3413423,
      "SolutionId" : 3131153453,
      "ConditionType" : "EffectiveMode",
      "ConditionValue" : "disable"
    } ],
    "SolutionVariables" : [ {
      "KnowledgeId" : 34123421,
      "SolutionId" : 1341234,
      "VariableName" : "类型",
      "VariableType" : "BASE"
    } ],
    "ExtraContent" : "扩展信息"
  },
  "Success" : true,
  "Code" : "200",
  "Message" : "successful"
}

错误码

访问错误中心查看更多错误码。