Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Surya Narayana
/
ai-workforce-rasa
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
fe31f70f
authored
Nov 13, 2020
by
Ravi Teja
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
askques in else added
parent
1c8038f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
actions/actions.py
actions/actions.py
View file @
fe31f70f
...
...
@@ -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
{
"
hrarticl
es"
:
None
}
return
{
"
askqu
es"
:
None
}
def
slot_mappings
(
self
)
->
Dict
[
Text
,
Union
[
Dict
,
List
[
Dict
]]]:
return
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment