Commit 81cee897 by Ravi Teja

in submit else chnages

parent fe31f70f
Showing with 5 additions and 5 deletions
......@@ -123,11 +123,11 @@ class Primary_information(FormAction):
dispatcher: CollectingDispatcher,
tracker: Tracker,
domain: Dict[Text, Any]) ->List[Dict]:
if tracker.get_slot("querytext") != "no":
return []
else:
dispatcher.utter_template('utter_slots_datetime', tracker)
return []
# if tracker.get_slot("querytext") != "no":
return []
# else:
# dispatcher.utter_template('utter_slots_datetime', tracker)
# return []
class ResetSlot(Action):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment