botserver/templates/edu.gbai/edu.gbdialog/enrollment.bas

9 lines
923 B
QBasic
Raw Permalink Normal View History

2024-09-25 16:54:52 -03:00
PARAM name AS string LIKE "Abreu Silva" DESCRIPTION "Required full name of the individual."
2024-09-11 17:18:03 -03:00
PARAM birthday AS date LIKE "23/09/2001" DESCRIPTION "Required birth date of the individual in DD/MM/YYYY format."
2024-09-25 16:54:52 -03:00
PARAM email AS string LIKE "abreu.silva@example.com" DESCRIPTION "Required email address for contact purposes."
2024-09-11 17:18:03 -03:00
PARAM personalid AS integer LIKE "12345678900" DESCRIPTION "Required Personal ID number of the individual (only numbers)."
PARAM address AS string LIKE "Rua das Flores, 123, São Paulo, SP" DESCRIPTION "Required full address of the individual."
2024-09-09 10:28:38 -03:00
DESCRIPTION "This is a the enrollment process, called when the user wants to enrol. Once all information is collected, confirm the details and inform them that their enrollment request has been successfully submitted. Provide a polite and professional tone throughout the interaction."
SAVE "enrollments.csv", id, name, birthday, email, personalid, address