For the complete documentation index, see llms.txt. This page is also available as Markdown.

Questions

The BookingForm has in it an array of QuestionGroups. Each QuestionGroup has a title, an optional disclaimer, and an array of Questions. Each Question then has a title, a description, aType as well as some VaidationRules

You are to ask the user all the questions presented inside a BookingForm

Last updated