intents: - greet - goodbye - affirm - deny - mood_great - mood_unhappy - bot_challenge - search_provider - inform - thanks entities: - location - facility_type actions: - utter_greet - utter_cheer_up - utter_did_that_help - utter_happy - utter_goodbye - utter_ask_location - action_facility_search - utter_how_can_i_help slots: location: type: text facility_type: type: text address: type: unfeaturized templates: utter_greet: - text: "Hey! How are you?" utter_cheer_up: - text: "Here is something to cheer you up:" image: "https://i.imgur.com/nGF1K8f.jpg" utter_did_that_help: - text: "Did that help you?" utter_happy: - text: "Great, carry on!" utter_goodbye: - text: "Bye" utter_iamabot: - text: "I am a bot, powered by Rasa." utter_how_can_i_help: - text: "Hello! I am Medicare Locater. I can help you find hospitals. How can I help you ?" - text: "Hello! My name is Medicare Locater. How can I help?" utter_ask_location: - text: "Can you provide your location ?" - text: "I want to know your location to find a {facility_type}." session_config: session_expiration_time: 60 carry_over_slots_to_new_session: true