QnaMakerPrompt Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prompt Object.
public class QnaMakerPrompt
type QnaMakerPrompt = class
Public Class QnaMakerPrompt
- Inheritance
-
QnaMakerPrompt
Constructors
QnaMakerPrompt() |
Properties
DisplayOrder |
Gets or sets displayOrder - index of the prompt - used in ordering of the prompts. |
DisplayText |
Gets or sets displayText - Text displayed to represent a follow up question prompt. |
Qna |
Gets or sets the QnADTO returned from the API. |
QnaId |
Gets or sets qna id corresponding to the prompt - if QnaId is present, QnADTO object is ignored. |