You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an existing idea for this?
Please search 🔍 the ideas to check if this idea has already been reported.
I have searched the existing ideas.
Is your feature request related to a problem? Please describe.
Create a response file validator to check little errors that the Rasa don't see, like a extra " or } in a button payload:
/my_intent{""my_entity": "my_value"}
/my_intent{"my_entity": "my_value"}}
Also, it could check case in intents or entities in a button payload:
/My_intent
/my_Intent
And other checks.
The text was updated successfully, but these errors were encountered:
brunohjs
changed the title
Respose file validator
Response file validator
Apr 11, 2023
Is there an existing idea for this?
Please search 🔍 the ideas to check if this idea has already been reported.
Is your feature request related to a problem? Please describe.
Create a response file validator to check little errors that the Rasa don't see, like a extra
"
or}
in a button payload:/my_intent{""my_entity": "my_value"}
/my_intent{"my_entity": "my_value"}}
Also, it could check case in intents or entities in a button payload:
/My_intent
/my_Intent
And other checks.
The text was updated successfully, but these errors were encountered: