你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
QnASearchResultContext interface
Context object of the QnA
- Extends
Inherited Properties
is |
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