%YAML 1.1 --- actions: - utter_ask_thing_to_be_updated - utter_ask_what_feature - utter_ask_which_erp_page - utter_asking_feedback_Didt - utter_did_that_help - utter_goodbye - utter_goodbye_GladIcould - utter_goodbye_SorryIlle - utter_greet - utter_greet_HelloHowmay - utter_providing_solution_1 - utter_providing_solution_Fo - utter_providing_solution_add_size_country_bom - utter_providing_solution_change_excess_percentage_sales_page - utter_providing_solution_delete_size_country_bom - utter_providing_solution_see_style_country_sales_page - utter_providing_solution_selecting_size_set - utter_providing_solution_view_shipped_order - action_hello_world entities: - erp_page - feature - thing_to_add_delete - thing_to_be_selected - thing_to_be_updated - thing_to_view intents: - greet - deny - updating_something - affirm - viewing_something - inform - deleting_something - adding_something - selecting - goodbye slots: erp_page: type: categorical values: - sales order feature: type: text thing_to_be_updated: type: categorical values: - bom - excess percentage view_slot: type: slots.ViewSlot templates: utter_ask_thing_to_be_updated: - text: Where are you trying to do this? (E.g. "in Bom?" etc.) utter_ask_what_feature: - text: In what feature are you getting this problem? (E.g. "in drop down list?" etc.) utter_ask_which_erp_page: - text: In which page are you getting this problem? (E.g. "in sales order page?" etc.) utter_asking_feedback_Didt: - text: Did that help? utter_did_that_help: - text: Did that help you? utter_goodbye: - text: Bye utter_goodbye_GladIcould: - text: Glad I could help. Bye. utter_goodbye_SorryIlle: - text: Sorry, I'll escalate your matter to the support team. utter_greet: - text: Hey! How can I help you? utter_greet_HelloHowmay: - text: Hello! How may I help you? utter_happy: - text: Great carry on! utter_providing_solution_1: - text: "1.) Search for the order number for which BOM is not getting updated\n\n\ 2.) Check if any further process is done\n\n3.) If there is any further process\ \ done then undo till we reach BOM\n\n4.) Unapprove BOM\n\n5.) Save the BOM\ \ and try to update" utter_providing_solution_Fo: - text: 'Follow these steps in the given sequence:' utter_providing_solution_add_size_country_bom: - text: "1.) Open BOM screen.\n\n 2.) Search for the associated attributes of each\ \ item whose size, country, color is to be added." utter_providing_solution_change_excess_percentage_sales_page: - text: "1.) Search for the required sales order.\n\n 2.) Unapprove if further process\ \ is done and save it.\n\n 3.) Try to change excess percentage." utter_providing_solution_delete_size_country_bom: - text: "1.) Open BOM screen.\n\n 2.) Search for the associated attributes of each\ \ item whose size, country, color is to be deleted." utter_providing_solution_see_style_country_sales_page: - text: "1.) May be it is not added for the particular item.\n\n 2.) We can add\ \ these attributes from order attribute screen." utter_providing_solution_selecting_size_set: - text: "1.) Open order attribute screen check for size set attribute values.\n\n\ \ 2.) Check all set values.\n\n 3.) If any change is required then add your\ \ required set and save." utter_providing_solution_view_shipped_order: - text: "1.) Open shipped order screen.\n\n 2.) Search for the order number whose\ \ status need to be checked."