Share via


QnaMakerPrompt Class

Definition

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.

Applies to