version: "2.6.0" intents: - categorie - auction-tender - rec - search - ask_mood - utter_intro - check_human - greet - buy - affirm - break_buying - goodbye - deny - insult - location - help - mood_great - mood_unhappy - mood - appreciation - name - give_name - tell_name - request_names - search - recommendation - need entities: - name - budget - electronics - nourishment - vehicle - Materials - location - happy - sad - name - categorie # travaux .. - type #auction tender forms: location_form : required_slots: location: - type: text entity: location ActionSearch: - type: text entity: budget slots: location: type: text budget: type: text name: type: text categorie: type: text type : #enchers ou appels d'offre type: text templates: utter_searchorrec: - text: "hello ! i'm your shopping bot , i'm made to make your shopping experience better :) would you want to" buttons: - title: "make a search" payload: "/search" - title: "see recommendations" payload: "/recommendation" action_rec: - text: "testets" buttons: - title: "make a search" payload: "/search" responses: utter_goodbye: - text: | goodbye ! utter_submit: - text: | okeyy utter_searchorrec: - text: | hello ! i'm your shopping bot , i'm made to make your shopping experience better :) would you want to look for something or want to see my recommendations? utter_categorie: - text: | may you choose a categorie utter_greet: - text: | Hello! nice to see you ! - text: | Hi there! how are you ? utter_intro: - text: | hello ! i'm your shopping bot , i'm made to make your shopping experience better :) utter_offerhelp: - text: | yes sure! how can i help you? utter_whatdouwant: - text: | what do you want to buy ? utter_features: - text: | what are the features you are looking for. utter_askbudget: - text: | what's your budget ? utter_affirmbuy: - text: | sure ! you are in the right place, i will find the perfect match for you utter_refusebuy: - text: | OW sorry ! i don't think i can recommend thatfor the moment ! but i can recommend another thing ! what do you want ? utter_afterrefuse: - text: as you like ! utter_name: - text: Hey there! Tell me your name. utter_greet_name: - text: "Nice to you meet you {name}. How can I help?" utter_afterinsult: - text: i'm sorry for that ! utter_ask_name: - text: tell me your name plz utter_askemail: - text: | What is your email address? utter_location: - text: | before we proceed further i need to know your location please ? utter_afterlocation: - text: | oooh ! i like the view there ! utter_welcome: - text: | you are welcome ! - text: happy i could help - text: i'm here for you - text: it's nothing utter_mood: - text: | since you're here , i'm happpy utter_aftersadmood: - text: | it's gonna be okey things will get better well it's all ups and downs right ! the pains you feel are messengers ! listen to them utter_aftermoodhappy: - text: | i'm happy for you good ! happy you're happy utter_showfeatures: - text: | the features you enetered are location and budget utter_bot: - text: | i am a bot, and i am proud to be a smart one utter_auction_tender: - text: | may you choose between auction and tender utter_choose_cat: - text: | choose a categorie: *agriculture *decoration *health *transport *food *construction *clothes actions: - action_hello_world - action_search session_config: session_expiration_time: 60 carry_over_slots_to_new_session: true