QnAMakerPrompt interface

QnAMaker Prompt Object.

Properties

displayOrder

Display Order - index of the prompt - used in ordering of the prompts.

displayText

Display Text - Text displayed to represent a follow up question prompt.

qna

The QnA object returned from the API (Optional parameter).

qnaId

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