-
Notifications
You must be signed in to change notification settings - Fork 0
/
story_graph.dot
118 lines (118 loc) · 6.73 KB
/
story_graph.dot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
digraph {
0 [class="start active", fillcolor=green, fontsize=12, label=START, style=filled];
"-1" [class=end, fillcolor=red, fontsize=12, label=END, style=filled];
1 [class=active, fontsize=12, label=action_session_start];
2 [class=active, fontsize=12, label=utter_greet];
7 [class=active, fontsize=12, label=utter_temp_maui];
9 [class=active, fontsize=12, label=action_unlikely_intent];
10 [class=active, fontsize=12, label=utter_temp_maui];
17 [class=active, fontsize=12, label=utter_temp_bigislandhawaii];
18 [class=active, fontsize=12, label=action_unlikely_intent];
38 [class=active, fontsize=12, label=utter_temp_bigislandhawaii];
39 [class=active, fontsize=12, label=utter_monthtovisit];
40 [class=active, fontsize=12, label=action_unlikely_intent];
43 [class=active, fontsize=12, label=utter_monthtovisit];
44 [class=active, fontsize=12, label=utter_hotel];
45 [class=active, fontsize=12, label=action_unlikely_intent];
52 [class=active, fontsize=12, label=utter_hotel];
53 [class=active, fontsize=12, label=utter_hotel_bigislandhawaii];
58 [class=active, fontsize=12, label=utter_activity];
63 [class=active, fontsize=12, label=action_default_fallback];
64 [class=active, fontsize=12, label=utter_activity_bigislandhawaii];
66 [class=active, fontsize=12, label=action_unlikely_intent];
67 [class=active, fontsize=12, label=utter_activity_bigislandhawaii];
78 [class=active, fontsize=12, label=action_unlikely_intent];
79 [class=active, fontsize=12, label=utter_foodoptions];
88 [class=active, fontsize=12, label=action_unlikely_intent];
89 [class=active, fontsize=12, label=utter_foodoptions_bigislandhawaii];
98 [class="intent dashed active", label=" ? ", shape=rect];
99 [class="intent active", fillcolor=lightblue, label=hey, shape=rect, style=filled];
100 [class="intent active", fillcolor=lightblue, label="good morning", shape=rect, style=filled];
101 [class="intent active", fillcolor=lightblue, label="How is the weather today in maui?", shape=rect, style=filled];
102 [class="intent active", fillcolor=lightblue, label="hows the weather today in maui", shape=rect, style=filled];
103 [class="intent active", fillcolor=lightblue, label="what's the weather in maui?", shape=rect, style=filled];
104 [class="intent active", fillcolor=lightblue, label="weather in maui", shape=rect, style=filled];
105 [class="intent active", fillcolor=lightblue, label="weather in big island hawaii", shape=rect, style=filled];
106 [class="intent active", fillcolor=lightblue, label="How is the weather today in big island hawaii?", shape=rect, style=filled];
107 [class="intent active", fillcolor=lightblue, label="- weather in maui", shape=rect, style=filled];
108 [class="intent active", fillcolor=lightblue, label="best month to visit?", shape=rect, style=filled];
109 [class="intent active", fillcolor=lightblue, label="which month should i plan to visit?", shape=rect, style=filled];
110 [class="intent active", fillcolor=lightblue, label="hotel details in maui?", shape=rect, style=filled];
111 [class="intent active", fillcolor=lightblue, label="could you suggest any hotel in maui?", shape=rect, style=filled];
112 [class="intent active", fillcolor=lightblue, label="hotel details in big island hawaii", shape=rect, style=filled];
113 [class="intent active", fillcolor=lightblue, label="could you suggest any hotel in big island hawaii?", shape=rect, style=filled];
114 [class="intent active", fillcolor=lightblue, label="what kind of activity i can do in maui?", shape=rect, style=filled];
115 [class="intent active", fillcolor=lightblue, label="how can i make my trip memorable in maui?", shape=rect, style=filled];
116 [class="intent active", fillcolor=lightblue, label="activities in big island hawaii", shape=rect, style=filled];
117 [class="intent active", fillcolor=lightblue, label="activities in big island hawaii", shape=rect, style=filled];
118 [class="intent active", fillcolor=lightblue, label="activities in big island hawaii", shape=rect, style=filled];
119 [class="intent active", fillcolor=lightblue, label="how can i make my trip memorable in big island hawaii?", shape=rect, style=filled];
120 [class="intent active", fillcolor=lightblue, label="food options in maui", shape=rect, style=filled];
121 [class="intent active", fillcolor=lightblue, label="restaurants in maui?", shape=rect, style=filled];
122 [class="intent active", fillcolor=lightblue, label="food options in big island hawaii", shape=rect, style=filled];
123 [class="intent active", fillcolor=lightblue, label="restaurants in big island hawaii?", shape=rect, style=filled];
0 -> "-1" [class="", key=NONE, label=""];
0 -> 1 [class=active, key=NONE, label=""];
1 -> 99 [class=active, key=0];
2 -> 100 [class=active, key=0];
2 -> 101 [class=active, key=0];
7 -> 102 [class=active, key=0];
7 -> 103 [class=active, key=0];
9 -> 10 [class=active, key=NONE, label=""];
10 -> 104 [class=active, key=0];
10 -> 105 [class=active, key=0];
17 -> 106 [class=active, key=0];
17 -> 107 [class=active, key=0];
18 -> 17 [class=active, key=NONE, label=""];
18 -> 38 [class=active, key=NONE, label=""];
38 -> 108 [class=active, key=0];
39 -> 109 [class=active, key=0];
40 -> 39 [class=active, key=NONE, label=""];
40 -> 43 [class=active, key=NONE, label=""];
43 -> 110 [class=active, key=0];
44 -> 111 [class=active, key=0];
45 -> 44 [class=active, key=NONE, label=""];
45 -> 52 [class=active, key=NONE, label=""];
52 -> 112 [class=active, key=0];
53 -> 113 [class=active, key=0];
53 -> 114 [class=active, key=0];
58 -> 115 [class=active, key=0];
58 -> 116 [class=active, key=0];
63 -> 64 [class=active, key=NONE, label=""];
64 -> 117 [class=active, key=0];
64 -> 118 [class=active, key=0];
66 -> 67 [class=active, key=NONE, label=""];
67 -> 119 [class=active, key=0];
67 -> 120 [class=active, key=0];
78 -> 79 [class=active, key=NONE, label=""];
79 -> 121 [class=active, key=0];
79 -> 122 [class=active, key=0];
88 -> 89 [class=active, key=NONE, label=""];
89 -> 98 [class=active, key=NONE, label=""];
89 -> 123 [class=active, key=0];
99 -> 2 [class=active, key=0];
100 -> 2 [class=active, key=0];
101 -> 7 [class=active, key=0];
102 -> 9 [class=active, key=0];
103 -> 7 [class=active, key=0];
104 -> 9 [class=active, key=0];
105 -> 17 [class=active, key=0];
106 -> 18 [class=active, key=0];
107 -> 9 [class=active, key=0];
108 -> 39 [class=active, key=0];
109 -> 40 [class=active, key=0];
110 -> 44 [class=active, key=0];
111 -> 45 [class=active, key=0];
112 -> 53 [class=active, key=0];
113 -> 53 [class=active, key=0];
114 -> 58 [class=active, key=0];
115 -> 58 [class=active, key=0];
116 -> 63 [class=active, key=0];
117 -> 66 [class=active, key=0];
118 -> 64 [class=active, key=0];
119 -> 66 [class=active, key=0];
120 -> 78 [class=active, key=0];
121 -> 78 [class=active, key=0];
122 -> 88 [class=active, key=0];
123 -> 88 [class=active, key=0];
}