After fallback my stories are not working

Hi,

After created a fallback,my stories stopped working.

Thanks.

Hi @ramyaps. Difficult to say what could be the reason without seeing your domain.yml. Would it be possible to share it here? Also, are you getting a specific error or does the bot simply stops responding?

Hi Juste,

domain.yml file i am using like this.

  1. Under responses: utter_default: sorry i didn’t understand, please rephrase
  2. Under actions: utter_default

My bot is responding like.
User: i need a audi car(fallback)
Bot : sorry i didn’t understand, please rephrase
User: hi, (main story)
Bot: sorry i didn’t understand, please rephrase

Thanks

When you test just the NLU model, do you get the correct intent classifications? Also, can you share how your stories.md file looks like?

Hi,
This is my stories.md

  • greet
    - utter_greet
    - utter_how_can_i_help
  • restaurant_finder{“restaurant”:“Italian”}
    - slot{“restaurant”:[“Italian”]}
    - main_restaurant
    - slot{“mainrestaurant”:“Italian”}
    - utter_mainrestaurant
  • num_ppl
    - utter_restaurant_details
    - action_restart

Conversation:
User: hi
Bot: Hey, I am a restaurant bot.
Bot: How may i help you
User: I need a Italian cuisine
Bot: Fine, I will help you find an Italian cuisine.How many number of people your planning for.
User: I want a car
Bot: sorry i didn’t understand, please rephrase
User: Hi
Bot: sorry i didn’t understand, please rephrase

Thanks