Update 'chatbot/data/stories.yml'

This commit is contained in:
2023-08-30 04:48:41 +00:00
parent 9020e37d62
commit 085c883f72
+35 -54
View File
@@ -18,9 +18,6 @@ stories:
- action: utter_did_that_help - action: utter_did_that_help
- intent: affirm - intent: affirm
- action: utter_happy - action: utter_happy
- action: action_service
- story: sad path 2 - story: sad path 2
steps: steps:
@@ -31,58 +28,42 @@ stories:
- action: utter_did_that_help - action: utter_did_that_help
- intent: deny - intent: deny
- action: utter_goodbye - action: utter_goodbye
- action: action_service
# - story: yes_path
# steps:
# - intent: satisfied
# entities:
# - content_type: "text"
# - slot_was_set:
# - content_type: "text"
# - action: utter_happy
- story: sad path 3 # - story: no_path
steps: # steps:
- intent: connect_support # - intent: notsatisfied
- action: utter_video # entities:
- action: action_suport_service # - content_type: "text"
# - slot_was_set:
# - content_type: "text"
# - action: action_support_service
# - story: connecting support
# steps:
# - intent: connect_support
# entities:
# - content_type: "text"
# - slot_was_set:
# - content_type: "text"
# - action: utter_connect_support
# # - action: action_save_conersation
# # - action: action_clear_conversation
# - story: noconnecting support
# steps:
- story: docs path # - intent: noconnect_support
steps: # entities:
- intent: docs # - content_type: "text"
entities: # - slot_was_set:
- content_type: "Blogs" # - content_type: "text"
- slot_was_set: # - action: utter_happy
- content_type: "Blogs"
- action: utter_blogs
- story: video path
steps:
- intent: video
entities:
- content_type: "video"
- slot_was_set:
- content_type: "video"
- action: action_suport_service
- story: connecting support
steps:
- intent: connect_support
entities:
- content_type: "text"
- slot_was_set:
- content_type: "text"
- action: utter_connect_support
- action: action_save_conersation
- action: action_clear_conversation
- story: noconnecting support
steps:
- intent: noconnect_support
entities:
- content_type: "text"
- slot_was_set:
- content_type: "text"
- action: utter_noconnect_support