version: '2.0' session_config: session_expiration_time: 86400 carry_over_slots_to_new_session: true intents: - input_value_other - input_nothing - input_value_transport - input_value_living - input_value_food_drink - input_value_entertainment - input_value_shopping - input_value_education - input_value_health - input_value_lend - input_value_repayment - input_value_reward - input_value_salary - input_value_saving - input_value_bonus - input_value_investment - input_value_interest - input_value_borrow - input_value_debt - input_value_gift - input_value_number entities: - category - number - time - food_drink - living - transport - entertainment - shopping - education - health - lend - repayment - reward - salary - saving - bonus - investment - interest - borrow - debt - gift slots: category: type: text time: type: text number: type: text food_drink: type: text living: type: text transport: type: text entertainment: type: text shopping: type: text education: type: text health: type: text lend: type: text repayment: type: text salary: type: text saving: type: text bonus: type: text investment: type: text interest: type: text borrow: type: text debt: type: text gift: type: text responses: utter_out_of_case: - text: "Sorry, I can't understand what you are texting. Pls try again." utter_enter_number: - text: "Xin mời bạn nhập số tiền cho Mục {category}" utter_details_thanks: - text: "Khoản thu của bạn:\n Mục : {category} \n Số tiền: {number} \n Ngày giờ : {time}" actions: - action_save_living - action_save_food_drink - action_save_other - action_save_transport - action_save_entertainment - action_save_shopping - action_save_education - action_save_health - action_save_lend - action_save_repayment - action_save_salary - action_save_saving - action_save_bonus - action_save_investment - action_save_interest - action_save_borrow - action_save_debt - action_save_gift - action_submit - user_details_form forms: user_details_form: name: - type: from_entity entity: name number: - type: from_text entity: number