QnAMakerPrompt interface
QnAMaker Prompt Object.
Properties
display |
Display Order - index of the prompt - used in ordering of the prompts. |
display |
Display Text - Text displayed to represent a follow up question prompt. |
qna | The QnA object returned from the API (Optional parameter). |
qna |
Qna id corresponding to the prompt - if QnaId is present, QnADTO object is ignored. |
Property Details
displayOrder
Display Order - index of the prompt - used in ordering of the prompts.
displayOrder: number
Property Value
number
displayText
Display Text - Text displayed to represent a follow up question prompt.
displayText: string
Property Value
string
qna
The QnA object returned from the API (Optional parameter).
qna?: object
Property Value
object
qnaId
Qna id corresponding to the prompt - if QnaId is present, QnADTO object is ignored.
qnaId: number
Property Value
number