Share via


KnowledgeBaseAnswerDialog interface

Dialog associated with Answer.

Properties

isContextOnly

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

prompts

List of prompts associated with the answer.

Property Details

isContextOnly

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

isContextOnly?: boolean

Property Value

boolean

prompts

List of prompts associated with the answer.

prompts?: KnowledgeBaseAnswerPrompt[]

Property Value