UpdateQnaDTOContext interface
Context associated with Qna to be updated.
- 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 to be added to the qna. |
prompts |
List of prompts associated with qna to be deleted |
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 UpdateContextDTO.isContextOnly
promptsToAdd
List of prompts to be added to the qna.
promptsToAdd?: PromptDTO[]
Property Value
Inherited From UpdateContextDTO.promptsToAdd
promptsToDelete
List of prompts associated with qna to be deleted
promptsToDelete?: number[]
Property Value
number[]
Inherited From UpdateContextDTO.promptsToDelete