actions: - utter_ask_location - utter_cheer_up - utter_did_that_help - utter_goodbye - utter_greet - utter_happy - utter_how_help - utter_iamabot - utter_list_of_hospital - utter_policy_details - utter_policy_found - utter_ask_department - utter_slots_values entities: - location - phone_num - service_type forms: - action_collect_data - action_phone_num_search intents: - inform - affirm - phone_number - greet - goodbye - deny - mood_great - mood_unhappy - bot_challenge slots: hospital_list: type: text location: type: unfeaturized phone_num: type: unfeaturized policy_number: type: unfeaturized service_type: type: unfeaturized templates: utter_slots_values: - text: " Slot values are:\n -service_type:{service_type}\n -location:{location}" utter_ask_department: - text: Please let me know the department you're looking for. utter_ask_location: - text: Please let me know your location utter_cheer_up: - image: https://i.imgur.com/nGF1K8f.jpg text: 'Here is something to cheer you up:' utter_did_that_help: - text: Did that help you? utter_goodbye: - text: Bye utter_greet: - text: Hey! Please enter your mobile number? utter_happy: - text: Great, carry on! utter_how_help: - text: Please let me know how can i help you? utter_iamabot: - text: I am a bot, powered by Rasa. utter_list_of_hospital: - text: Here are the available hospitals {hospital_list} utter_policy_details: - text: " The policy number is {policy_number}.\n Please confirm." utter_policy_found: - text: As per our records you have an exisiting Medical policy with us.