Browse Source

Update 'chatbot/data/stories.yml'

SadhulaSaiKumar 1 year ago
parent
commit
085c883f72
1 changed files with 38 additions and 57 deletions
  1. 38
    57
      chatbot/data/stories.yml

+ 38
- 57
chatbot/data/stories.yml View File

@@ -18,9 +18,6 @@ stories:
18 18
   - action: utter_did_that_help
19 19
   - intent: affirm
20 20
   - action: utter_happy
21
-  - action: action_service
22
-
23
-
24 21
 
25 22
 - story: sad path 2
26 23
   steps:
@@ -31,58 +28,42 @@ stories:
31 28
   - action: utter_did_that_help
32 29
   - intent: deny
33 30
   - action: utter_goodbye
34
-  - action: action_service
35
-
36
-
37
-- story: sad path 3
38
-  steps:
39
-  - intent: connect_support
40
-  - action: utter_video
41
-  - action: action_suport_service
42
-
43
-
44
-  
45
-
46
-- story: docs path
47
-  steps:
48
-  - intent: docs
49
-    entities:
50
-      - content_type: "Blogs"
51
-  - slot_was_set:
52
-      - content_type: "Blogs"
53
-  - action: utter_blogs
54
-
55 31
 
56
-
57
-- story: video path
58
-  steps:
59
-  - intent: video
60
-    entities:
61
-      - content_type: "video"
62
-  - slot_was_set:
63
-      - content_type: "video"
64
-  - action: action_suport_service
65
-
66
-
67
-
68
-
69
-- story: connecting support
70
-  steps:
71
-  - intent: connect_support
72
-    entities:
73
-      - content_type: "text"
74
-  - slot_was_set:
75
-      - content_type: "text"
76
-  - action: utter_connect_support
77
-  - action: action_save_conersation
78
-  - action: action_clear_conversation
79
-
80
-- story: noconnecting support
81
-  steps:
82
-  - intent: noconnect_support
83
-    entities:
84
-      - content_type: "text"
85
-  - slot_was_set:
86
-      - content_type: "text"
87
-  - action: utter_noconnect_support
88
-  
32
+# - story: yes_path
33
+#   steps:
34
+#   - intent: satisfied
35
+#     entities:
36
+#       - content_type: "text"
37
+#   - slot_was_set:
38
+#       - content_type: "text"
39
+#   - action: utter_happy
40
+
41
+
42
+# - story: no_path
43
+#   steps:
44
+#   - intent: notsatisfied
45
+#     entities:
46
+#       - content_type: "text"
47
+#   - slot_was_set:
48
+#       - content_type: "text"
49
+#   - action: action_support_service
50
+
51
+# - story: connecting support
52
+#   steps:
53
+#   - intent: connect_support
54
+#     entities:
55
+#       - content_type: "text"
56
+#   - slot_was_set:
57
+#       - content_type: "text"
58
+#   - action: utter_connect_support
59
+#   # - action: action_save_conersation
60
+#   # - action: action_clear_conversation
61
+
62
+# - story: noconnecting support
63
+#   steps:
64
+#   - intent: noconnect_support
65
+#     entities:
66
+#       - content_type: "text"
67
+#   - slot_was_set:
68
+#       - content_type: "text"
69
+#   - action: utter_happy

Loading…
Cancel
Save