Namespace JD.AI.Core.Questions
Classes
- AskQuestionsRequest
A structured request for the TUI to present a sequence of questions to the user and collect their answers before resuming agent execution.
- AskQuestionsResult
The result produced after the user completes (or cancels) an AskQuestionsRequest.
- Question
A single question within an AskQuestionsRequest.
- QuestionValidation
Optional validation rules applied to a Question answer before acceptance.
Enums
- QuestionType
The type of input expected for a structured question.