Issue with handling conditional slot logic and validations in the same action in Rasa 2.0

Thanks tobias and @SamS i had a look at the github ticket and form validation code. But, im still (really) confused on how to set up a slot form, or something custom actions in actions.py, that can take as input text of any length and content. My attempt fails because Rasa tries to infer an intent from a long piece of text, inevitably gets it wrong and then doesnt move on to the next appropriate slot.

So, how i do set up something (ideally all in actions.py) that asks at least two questions, in sequence, that can take any text input? Maybe im reading something wrong and im happy to read some documentation or look at an example but. But, im very confused. Thanks for helping me out :slight_smile: