Commit fe31f70f by Ravi Teja

askques in else added

parent 1c8038f6
Showing with 1 additions and 2 deletions
......@@ -99,14 +99,13 @@ class Primary_information(FormAction):
return {"email":None, "mobilenumber":None, "company":None,"experience":None, "skills":None,"availabletime":None}
# return {"CREATE_IMPACT":"empty","sysid":"none","kbarticles":"Yes"}
elif slot_to_fill == "no":
print("-----------No-----------------")
# print(tracker.get_slot('submit_ticket'))
return { "email":"none", "mobilenumber":"none", "company":"none","experience":"none", "skills":"none","availabletime":None}
# return {"kbarticles":"No"}
else:
print("------------None------------")
return {"hrarticles":None}
return {"askques":None}
def slot_mappings(self) -> Dict[Text, Union[Dict, List[Dict]]]:
return {
......
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