KnowledgeBaseAnswerPrompt interface
Prompt for an answer.
Properties
| display |
Index of the prompt - used in ordering of the prompts. |
| display |
Text displayed to represent a follow up question prompt. |
| qna |
QnA ID corresponding to the prompt. |
Property Details
displayOrder
Index of the prompt - used in ordering of the prompts.
displayOrder?: number
Property Value
number
displayText
Text displayed to represent a follow up question prompt.
displayText?: string
Property Value
string
qnaId
QnA ID corresponding to the prompt.
qnaId?: number
Property Value
number