intents: - greet - goodbye - enter_transport_details - adding_route - adding_mode - adding_distance - adding_time - Thankyou forms: - Transport_details entities: - route - mode - distance - time slots: route: - type: unfeaturized mode: - type: unfeaturized distance: - type: unfeaturized time: - type: unfeaturized responses: utter_greet: - text: "This is Transport details section. How can I help you ?" utter_ask_route: - text: "What is your route ?" utter_ask_mode: - text: "What is the mode of transportation ?" utter_ask_distance: - text: "What is the distance from your location to office ?" utter_ask_time: - text: "How long it takes you to come to office ?" utter_submit: - text: "All done" utter_ask_feedback: - text: "Are you satisfied with our service ? Give us a feedback to improve." utter_slot_values: - text: "Your transport details has been edited as - Route : {route}\n - Mode : {mode} \n - Distance : {distance}\n - Time : {time} " utter_goodbye: - text: "Bye" session_config: session_expiration_time: 60 carry_over_slots_to_new_session: true