version: "2.0" intents: - greet - mood_great - goodbye - bot_challange - affirm - deny - mood_unhappy - company_stock - country_flag - button_test - home_insurance - car_insurance - test entities: - country - company responses: 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 askelie." utter_home_insurance: - text: "Welcome to home insurance. We provide best home insurance offer starting from 999*." utter_car_insurance: - text: "Welcome to car insurance section .We provide car insurance starting from 2099*." utter_test: - image: "https://botlist.cloudhub360.com/api/photo/6124d8cdd9ab7d0c9407baec" utter_test_button: - buttons: - payload: "/home_insurance" title: "Home" - payload: "/car_insurance" title: "Car" text: "Please click on respective button to check price list." actions: - custom_action session_config: session_expiration_time: 60 carry_over_slots_to_new_session: true