From 085c883f7247e40ec1f2ba7dda1577b339fc3468 Mon Sep 17 00:00:00 2001 From: SadhulaSaiKumar Date: Wed, 30 Aug 2023 04:48:41 +0000 Subject: [PATCH] Update 'chatbot/data/stories.yml' --- chatbot/data/stories.yml | 89 ++++++++++++++++------------------------ 1 file changed, 35 insertions(+), 54 deletions(-) diff --git a/chatbot/data/stories.yml b/chatbot/data/stories.yml index 7daaf5c..53ea781 100644 --- a/chatbot/data/stories.yml +++ b/chatbot/data/stories.yml @@ -18,9 +18,6 @@ stories: - action: utter_did_that_help - intent: affirm - action: utter_happy - - action: action_service - - - story: sad path 2 steps: @@ -31,58 +28,42 @@ stories: - action: utter_did_that_help - intent: deny - 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 - steps: - - intent: connect_support - - action: utter_video - - action: action_suport_service +# - story: no_path +# steps: +# - intent: notsatisfied +# entities: +# - 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: docs path - steps: - - intent: docs - entities: - - content_type: "Blogs" - - slot_was_set: - - 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 - \ No newline at end of file +# - story: noconnecting support +# steps: +# - intent: noconnect_support +# entities: +# - content_type: "text" +# - slot_was_set: +# - content_type: "text" +# - action: utter_happy \ No newline at end of file