Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Sai Komuravelli
/
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
81cee897
authored
Nov 13, 2020
by
Ravi Teja
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
in submit else chnages
parent
fe31f70f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
actions/actions.py
actions/actions.py
View file @
81cee897
...
...
@@ -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
)
# if tracker.get_slot("querytext") != "no":
return
[]
# else:
# dispatcher.utter_template('utter_slots_datetime', tracker)
# return []
class
ResetSlot
(
Action
):
...
...
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