QnASearchResult interface

Represents Search Result.

Properties

answer

Answer.

answerSpan

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

Context object of the QnA

context?: QnASearchResultContext

Property Value

id

Id of the QnA result.

id?: number

Property Value

number

metadata

List of metadata.

metadata?: MetadataDTO[]

Property Value

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