|
| 1 | +digraph { |
| 2 | +0 [class="start active", fillcolor=green, fontsize=12, label=START, style=filled]; |
| 3 | +"-1" [class=end, fillcolor=red, fontsize=12, label=END, style=filled]; |
| 4 | +1 [class=active, fontsize=12, label=action_session_start]; |
| 5 | +2 [class=active, fontsize=12, label=action_hello_world]; |
| 6 | +3 [class=active, fontsize=12, label=utter_happy]; |
| 7 | +4 [class=active, fontsize=12, label=action_hello_world]; |
| 8 | +6 [class="intent dashed active", label=" ? ", shape=rect]; |
| 9 | +7 [class="intent active", fillcolor=lightblue, label="/hello_world", shape=rect, style=filled]; |
| 10 | +8 [class="intent active", fillcolor=lightblue, label="/nlu_fallback", shape=rect, style=filled]; |
| 11 | +9 [class="intent active", fillcolor=lightblue, label="/hello_world", shape=rect, style=filled]; |
| 12 | +10 [class="intent active", fillcolor=lightblue, label="/hello_world", shape=rect, style=filled]; |
| 13 | +0 -> "-1" [class="", key=NONE, label=""]; |
| 14 | +0 -> 1 [class=active, key=NONE, label=""]; |
| 15 | +1 -> 7 [class=active, key=0]; |
| 16 | +2 -> 8 [class=active, key=0]; |
| 17 | +3 -> 9 [class=active, key=0]; |
| 18 | +4 -> 6 [class=active, key=NONE, label=""]; |
| 19 | +4 -> 10 [class=active, key=0]; |
| 20 | +7 -> 2 [class=active, key=0]; |
| 21 | +8 -> 3 [class=active, key=0]; |
| 22 | +9 -> 4 [class=active, key=0]; |
| 23 | +10 -> 4 [class=active, key=0]; |
| 24 | +} |
0 commit comments