QnASearchResultContext interface

Context object of the QnA

Extends

Inherited Properties

isContextOnly

To mark if a prompt is relevant only with a previous question or not. true - Do not include this QnA as search result for queries without context false - ignores context and includes this QnA in search result

prompts

List of prompts associated with the answer.

Inherited Property Details

isContextOnly

To mark if a prompt is relevant only with a previous question or not. true - Do not include this QnA as search result for queries without context false - ignores context and includes this QnA in search result

isContextOnly?: boolean

Property Value

boolean

Inherited From ContextDTO.isContextOnly

prompts

List of prompts associated with the answer.

prompts?: PromptDTO[]

Property Value

Inherited From ContextDTO.prompts