Table of Contents

Enum QuestionType

Namespace
JD.AI.Core.Questions
Assembly
JD.AI.Core.dll

The type of input expected for a structured question.

public enum QuestionType

Fields

Confirm = 1

Yes/no confirmation.

MultiSelect = 3

Multiple choices from a list of options.

Number = 4

Numeric input.

SingleSelect = 2

Single choice from a list of options.

Text = 0

Free-text string input.