Return from form validation PLEASE HEEEELP!

PLEASE HEEEELP!!! the utter coming out of validation must be the same as the one on the rules. after exiting validation, the conversation should continue as specified in the rules. in actions.py: elif slot_value in standart_delivery: dispatcher.utter_message(response=“utter_standartseliveryRU”) dispatcher.utter_message(response=“utter_q5RU”) return {‘delivery_type’: slot_value}

when I do this, the conversation will not continue as per the rules.