Here’s the story:
## detail_issue_corretor_story
* detail_issue
- slot{"profile" : "corretor"}
- show_issue_form
- form{"name": "show_issue_form"}
- form{"name": null }
- action_detail_issue
- action_clear_issue_number
The form isn’t ever called though. In my NLU I have examples with and without an issue number. If I try and use a phrase that doesn’t have the issue number embedded in it, it works, requesting the issue number:
Your input -> show me issue details
2020-01-03 15:02:21 DEBUG rasa.core.processor - Received user message 'show me issue details' with intent '{'name': 'detail_issue', 'confidence': 0.781658947467804}' and entities '[]'
2020-01-03 15:02:21 DEBUG rasa.core.processor - Logged UserUtterance - tracker now has 429 events
2020-01-03 15:02:21 DEBUG rasa.core.policies.form_policy - There is no active form
2020-01-03 15:02:21 DEBUG rasa.core.policies.memoization - Current tracker state [{'prev_action_listen': 1.0, 'slot_profile_0': 1.0, 'intent_detail_issue': 1.0}]
2020-01-03 15:02:21 DEBUG rasa.core.policies.memoization - There is a memorised next action '350'
2020-01-03 15:02:21 DEBUG rasa.core.policies.fallback - NLU confidence threshold met, confidence of fallback action set to core threshold (0.7).
2020-01-03 15:02:21 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_1_AugmentedMemoizationPolicy
2020-01-03 15:02:21 DEBUG rasa.core.processor - Predicted next action 'detail_issue_form' with confidence 1.00.
2020-01-03 15:02:21 DEBUG rasa.core.actions.action - Calling action endpoint to run action 'detail_issue_form'.
2020-01-03 15:02:21 DEBUG rasa.core.processor - Action 'detail_issue_form' ended with events '['BotUttered(text: What is the issue number?, data: {"elements": null, "quick_replies": null, "buttons": null, "attachment": null, "image": null, "custom": null}, metadata: {"issue_number": null, "profile": "corretor", "requested_slot": null, "user_name": null})', 'Form(detail_issue_form)', 'SlotSet(key: requested_slot, value: issue_number)']'
2020-01-03 15:02:21 DEBUG rasa.core.processor - Current slot values:
issue_number: None
profile: corretor
requested_slot: issue_number
user_name: None
2020-01-03 15:02:21 DEBUG rasa.core.policies.form_policy - There is an active form 'detail_issue_form'
2020-01-03 15:02:21 DEBUG rasa.core.policies.memoization - Current tracker state [{'prev_action_listen': 1.0, 'slot_profile_0': 1.0, 'intent_detail_issue': 1.0}]
2020-01-03 15:02:21 DEBUG rasa.core.policies.memoization - There is a memorised next action '350'
2020-01-03 15:02:21 DEBUG rasa.core.policies.mapping_policy - There is no mapped action for the predicted intent, 'detail_issue'.
2020-01-03 15:02:21 DEBUG rasa.core.policies.fallback - NLU confidence threshold met, confidence of fallback action set to core threshold (0.7).
2020-01-03 15:02:21 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_0_FormPolicy
2020-01-03 15:02:21 DEBUG rasa.core.processor - Predicted next action 'action_listen' with confidence 1.00.
2020-01-03 15:02:21 DEBUG rasa.core.processor - Action 'action_listen' ended with events '[]'
2020-01-03 15:02:21 DEBUG rasa.core.lock_store - Deleted lock for conversation 'default'.
What is the issue number?
Your input -> 20010385879595
2020-01-03 15:02:22 DEBUG rasa.core.processor - Received user message '20010385879595' with intent '{'name': 'inform_issue', 'confidence': 0.8992024064064026}' and entities '[{'start': 0, 'end': 14, 'value': '20010385879595', 'entity': 'issue_number', 'confidence': 0.9870757511758435, 'extractor': 'CRFEntityExtractor'}]'
2020-01-03 15:02:22 DEBUG rasa.core.processor - Current slot values:
issue_number: 20010385879595
profile: corretor
requested_slot: issue_number
user_name: None
2020-01-03 15:02:22 DEBUG rasa.core.processor - Logged UserUtterance - tracker now has 436 events
2020-01-03 15:02:22 DEBUG rasa.core.policies.form_policy - There is an active form 'detail_issue_form'
2020-01-03 15:02:22 DEBUG rasa.core.policies.memoization - Current tracker state [{'prev_action_listen': 1.0, 'slot_profile_0': 1.0, 'intent_detail_issue': 1.0}]
2020-01-03 15:02:22 DEBUG rasa.core.policies.memoization - There is a memorised next action '350'
2020-01-03 15:02:22 DEBUG rasa.core.policies.fallback - NLU confidence threshold met, confidence of fallback action set to core threshold (0.7).
2020-01-03 15:02:22 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_0_FormPolicy
2020-01-03 15:02:22 DEBUG rasa.core.processor - Predicted next action 'detail_issue_form' with confidence 1.00.
2020-01-03 15:02:22 DEBUG rasa.core.actions.action - Calling action endpoint to run action 'detail_issue_form'.
2020-01-03 15:02:22 DEBUG rasa.core.processor - Action 'detail_issue_form' ended with events '['SlotSet(key: issue_number, value: 20010385879595)', 'FollowupAction(action: action_detail_issue)', 'Form(None)', 'SlotSet(key: requested_slot, value: None)']'
2020-01-03 15:02:22 DEBUG rasa.core.processor - Current slot values:
issue_number: 20010385879595
profile: corretor
requested_slot: None
user_name: None
2020-01-03 15:02:22 DEBUG rasa.core.processor - Predicted next action 'action_detail_issue' with confidence 1.00.
2020-01-03 15:02:22 DEBUG rasa.core.actions.action - Calling action endpoint to run action 'action_detail_issue'.
2020-01-03 15:02:23 DEBUG rasa.core.processor - Action 'action_detail_issue' ended with events '['BotUttered(text: Change Password Issue - opened 03/01/2020 15:15:45, data: {"elements": null, "quick_replies": null, "buttons": null, "attachment": null, "image": null, "custom": null}, metadata: {})', 'BotUttered(text: Description: Open Issue test with password change subject, data: {"elements": null, "quick_replies": null, "buttons": null, "attachment": null, "image": null, "custom": null}, metadata: {})']'
2020-01-03 15:02:23 DEBUG rasa.core.processor - Current slot values:
issue_number: 20010385879595
profile: corretor
requested_slot: None
user_name: None
2020-01-03 15:02:23 DEBUG rasa.core.policies.form_policy - There is no active form
2020-01-03 15:02:23 DEBUG rasa.core.policies.memoization - Current tracker state [{'prev_action_detail_issue': 1.0, 'slot_profile_0': 1.0, 'intent_detail_issue': 1.0}]
2020-01-03 15:02:23 DEBUG rasa.core.policies.memoization - There is a memorised next action '14'
2020-01-03 15:02:23 DEBUG rasa.core.policies.mapping_policy - There is no mapped action for the predicted intent, 'inform_issue'.
2020-01-03 15:02:23 DEBUG rasa.core.policies.fallback - NLU confidence threshold met, confidence of fallback action set to core threshold (0.7).
2020-01-03 15:02:23 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_1_AugmentedMemoizationPolicy
2020-01-03 15:02:23 DEBUG rasa.core.processor - Predicted next action 'action_clear_issue_number' with confidence 1.00.
2020-01-03 15:02:23 DEBUG rasa.core.actions.action - Calling action endpoint to run action 'action_clear_issue_number'.
Change Password Issue - opened 03/01/2020 15:15:45
Description: Open Issue test with password change subject
2020-01-03 15:02:23 DEBUG rasa.core.processor - Action 'action_clear_issue_number' ended with events '['SlotSet(key: issue_number, value: None)']'
2020-01-03 15:02:23 DEBUG rasa.core.processor - Current slot values:
issue_number: None
profile: corretor
requested_slot: None
user_name: None
2020-01-03 15:02:23 DEBUG rasa.core.policies.form_policy - There is no active form
2020-01-03 15:02:23 DEBUG rasa.core.policies.memoization - Current tracker state [{'prev_action_clear_issue_number': 1.0, 'slot_profile_0': 1.0, 'intent_detail_issue': 1.0}]
2020-01-03 15:02:23 DEBUG rasa.core.policies.memoization - There is a memorised next action '0'
2020-01-03 15:02:23 DEBUG rasa.core.policies.mapping_policy - There is no mapped action for the predicted intent, 'inform_issue'.
2020-01-03 15:02:23 DEBUG rasa.core.policies.fallback - NLU confidence threshold met, confidence of fallback action set to core threshold (0.7).
2020-01-03 15:02:23 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_1_AugmentedMemoizationPolicy
2020-01-03 15:02:23 DEBUG rasa.core.processor - Predicted next action 'action_listen' with confidence 1.00.
2020-01-03 15:02:23 DEBUG rasa.core.processor - Action 'action_listen' ended with events '[]'
2020-01-03 15:02:23 DEBUG rasa.core.lock_store - Deleted lock for conversation 'default'.
Your input ->