Hi Team, I am working on a bot , Where I have created many form to asks the value from user and then calling apis. While I worked with correct input which is trained in NLU. it works fine. But if I tried with any new input… requested slot do not get updated instead it picked up some random slots or intent. As a result I am facing following synario…
- Default_fallback _action may got called which okay.
- Nlu_fallback action may got called.it is also okay.
- Form enters into loop , never get terminated itself… Then Bot started behaves unpredictably… which very painful… Please suggest how decativate form if it not extracting requested slots.