Share via


SearchResult interface

Details of an AzureKB search result.

Properties

confidence

Confidence of the search result.

content

Content of the search result.

link

Link to the document.

rank

rank of the search result

resultType

Result type of the search result.

solutionId

Unique id of the result.

source

Source of the search result.

title

Title of the search result.

Property Details

confidence

Confidence of the search result.

confidence?: string

Property Value

string

content

Content of the search result.

content?: string

Property Value

string

Link to the document.

link?: string

Property Value

string

rank

rank of the search result

rank?: number

Property Value

number

resultType

Result type of the search result.

resultType?: string

Property Value

string

solutionId

Unique id of the result.

solutionId?: string

Property Value

string

source

Source of the search result.

source?: string

Property Value

string

title

Title of the search result.

title?: string

Property Value

string