Knowledge Answer Bar
Description: Provides quick, factual answers to user queries with source attribution and related information.
API Response Structure:
{
"answer": {
"text": "The speed of light is 299,792,458 meters per second",
"type": "Fact",
"confidence": "High",
"source": {
"name": "Physics.org",
"url": "https://physics.org/speed-of-light"
}
},
"context": {
"category": "Physics",
"relatedConcepts": [
"Special relativity",
"Electromagnetic radiation"
]
},
"additionalInfo": {
"facts": [
Light travels from the Sun to Earth in about 8 minutes"
],
"references": [
{
"title": "Scientific paper",
"url": "https://example.com/paper"
}
]
},
"type": "instantAnswers",
"configType": "knowledgeAnswerBar"
}
Fields:
-
answer
(object): Main answer information-
text
(string): Answer text -
type
(string): Answer type -
confidence
(string): Confidence level -
source
(object): Information source
-
-
context
(object): Contextual information -
additionalInfo
(object): Supplementary details -
type
(string): Always "instantAnswers" -
configType
(string): Always "knowledgeAnswerBar"