Commit 81cee897 by Ravi Teja

in submit else chnages

parent fe31f70f
Showing with 4 additions and 4 deletions
...@@ -123,11 +123,11 @@ class Primary_information(FormAction): ...@@ -123,11 +123,11 @@ class Primary_information(FormAction):
dispatcher: CollectingDispatcher, dispatcher: CollectingDispatcher,
tracker: Tracker, tracker: Tracker,
domain: Dict[Text, Any]) ->List[Dict]: domain: Dict[Text, Any]) ->List[Dict]:
if tracker.get_slot("querytext") != "no": # if tracker.get_slot("querytext") != "no":
return []
else:
dispatcher.utter_template('utter_slots_datetime', tracker)
return [] return []
# else:
# dispatcher.utter_template('utter_slots_datetime', tracker)
# return []
class ResetSlot(Action): 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