-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed some flows #83
fixed some flows #83
Conversation
Kudos, SonarCloud Quality Gate passed! |
@@ -167,38 +107,10 @@ nlu: | |||
examples: | | |||
- "EXTERNAL_rescheduling_preparation_phase" | |||
|
|||
- intent: relapse_dialog |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't we need an intent for this dialog as it is user triggered as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that's the help_intent
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ahaha I just figured out and wanted to say that :)
@@ -1,7 +1,6 @@ | |||
version: "3.1" | |||
|
|||
intents: | |||
- relapse_dialog |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this not be: 'EXTERNAL_relapse_dialog'
And use this external also in the action instead of:
celery.send_task('celery_tasks.user_trigger_dialog', (user_id, Components.RELAPSE_DIALOG)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, you are right, this line has been deleted
No description provided.