-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed but with diverting to nested labels
- Loading branch information
1 parent
3006e46
commit 4d93449
Showing
13 changed files
with
80 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
-> dialog_start | ||
==dialog_start== | ||
|
||
* [Tell me about the mister] | ||
- - (dima) | ||
- - His name is Dima. | ||
* * {not vika} [Tell me about Vika] | ||
-> vika | ||
* * [Finish conversation] | ||
-> stop_dialog | ||
|
||
* [Tell me about the missis] | ||
- - (vika) | ||
Her name is Vika. | ||
* * {not dima} [Tell me about Dima] | ||
-> dima | ||
* * [Finish conversation] | ||
-> stop_dialog | ||
|
||
==stop_dialog== | ||
That's all. | ||
-> END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
>) Tell me about the mister | ||
2) Tell me about the missis | ||
|
||
His name is Dima. | ||
|
||
>) Tell me about Vika | ||
2) Finish conversation | ||
|
||
Her name is Vika. | ||
|
||
>) Finish conversation | ||
|
||
That's all. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
>) Tell me about the mister | ||
2) Tell me about the missis | ||
|
||
His name is Dima. | ||
|
||
1) Tell me about Vika | ||
>) Finish conversation | ||
|
||
That's all. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
1) Tell me about the mister | ||
>) Tell me about the missis | ||
|
||
Her name is Vika. | ||
|
||
>) Tell me about Dima | ||
2) Finish conversation | ||
|
||
His name is Dima. | ||
|
||
>) Finish conversation | ||
|
||
That's all. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
1) Tell me about the mister | ||
>) Tell me about the missis | ||
|
||
Her name is Vika. | ||
|
||
1) Tell me about Dima | ||
>) Finish conversation | ||
|
||
That's all. |