QnASearchResult interface
Represents Search Result.
Properties
answer | Answer. |
answer |
Answer span object of QnA with respect to user's question. |
context | Context object of the QnA |
id | Id of the QnA result. |
metadata | List of metadata. |
questions | List of questions. |
score | Search result score. |
source | Source of QnA result. |
Property Details
answer
Answer.
answer?: string
Property Value
string
answerSpan
Answer span object of QnA with respect to user's question.
answerSpan?: QnASearchResultAnswerSpan
Property Value
context
id
Id of the QnA result.
id?: number
Property Value
number
metadata
questions
List of questions.
questions?: string[]
Property Value
string[]
score
Search result score.
score?: number
Property Value
number
source
Source of QnA result.
source?: string
Property Value
string