intents: - greet - affirm - deny - inform - ask_privacy slots: requested_slot: type: unfeaturized auto_fill: false name: type: text auto_fill: false user_age: type: float min_value: 15 max_value: 99 auto_fill: false number_of_children: type: float min_value: 1 max_value: 10 auto_fill: false household: type: unfeaturized auto_fill: false child_name: type: text auto_fill: false child_age: type: unfeaturized auto_fill: false child_gender: type: unfeaturized auto_fill: false condition: type: unfeaturized auto_fill: false condition_time: type: unfeaturized auto_fill: false care_time: type: unfeaturized auto_fill: false add_second_child: type: bool auto_fill: false second_child_name: type: text auto_fill: false second_child_age: type: unfeaturized auto_fill: false second_child_gender: type: unfeaturized # ?? auto_fill: false second_child_condition: type: unfeaturized # ?? auto_fill: false second_child_condition_time: type: unfeaturized auto_fill: false second_child_care_time: type: unfeaturized auto_fill: false entities: - name - number - gender - condition - add_child actions: - utter_introduction - utter_ask_name - utter_ask_user_age - utter_ask_number_of_children - utter_ask_household - utter_ask_child_name - utter_ask_child_age - utter_ask_child_gender - utter_ask_condition - utter_ask_condition_time - utter_ask_care_time - utter_ask_add_second_child - utter_ask_second_child_name - utter_ask_second_child_age - utter_ask_second_child_gender - utter_ask_second_child_condition - utter_ask_second_child_condition_time - utter_ask_second_child_care_time - utter_goodbye responses: utter_introduction: - text: Hi there, I'm CocoBot! I am here to listen and help you take care of yourself. I have just a few questions to get to know you. utter_ask_name: - text: What should I call you? utter_ask_user_age: - text: How old are you? utter_ask_number_of_children: - text: How many children do you have? utter_ask_household: - text: How many people live in the household? utter_ask_child_name: - text: Who is the child you are caring for? utter_ask_child_age: - text: How old is {child_name}? utter_ask_child_gender: - text: What is {child_name}'s gender? utter_ask_condition: - text: What is the chronic condition that {child_name} has? utter_ask_condition_time: - text: How long has {child_name} had this condition? utter_ask_care_time: - text: How long have you been caring for {child_name}? utter_ask_add_second_child: - text: Would you like to add another child? utter_ask_second_child_name: - text: Who is the second child you are caring for? utter_ask_second_child_age: - text: How old is {second_child_name}? utter_ask_second_child_gender: - text: What is {second_child_name}'s gender? utter_ask_second_child_condition: - text: What is the chronic condition that {second_child_name} has? utter_ask_second_child_condition_time: - text: How long has {second_child_name} had this condition? utter_ask_second_child_care_time: - text: How long have you been caring for {second_child_name}? utter_answer_privacy: - text: Yes, we need to know. Now tell us. - text: You can take a look at the privacy statement. Now answer my questions. utter_goodbye: - text: Goodbye, {name}. - text: Have a good day. forms: - onboarding_user_form - onboarding_child_form - add_second_child_form