intents: - greet - goodbye - add_status entities: - status_date - status_description - status_time_spent - status_project_details - time - duration slots: time: type: unfeaturized status_description: type: unfeaturized status_project_details: type: unfeaturized duration: type: unfeaturized status_date: type: unfeaturized status_time_spent: type: unfeaturized templates: utter_greet: - text: Hey! How are you? utter_goodbye: - text: Bye utter_ask_status_date: - text: Enter the date that you worked for... utter_ask_status_description: - text: Enter the status description... utter_ask_status_time_spent: - text: Enter the number of hours spent... utter_ask_status_project_details: - text: Enter the project details please... actions: - utter_greet - utter_goodbye - utter_ask_status_date - utter_ask_status_description - utter_ask_status_time_spent - utter_ask_status_project_details forms: - status_form session_config: session_expiration_time: 60 carry_over_slots_to_new_session: true