Skip to content

Commit

Permalink
support for different authors
Browse files Browse the repository at this point in the history
  • Loading branch information
sgruendel committed Mar 31, 2017
1 parent 3f1896b commit 12d72d1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
6 changes: 6 additions & 0 deletions intent-schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"intents": [
{
"slots": [
{
"name": "Author",
"type": "LIST_OF_AUTHORS"
}
],
"intent": "EmitQuotationIntent"
},
{
Expand Down
12 changes: 11 additions & 1 deletion sample-utterances_de.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
EmitQuotationIntent gib mir ein Zitat
EmitQuotationIntent gib mir irgendein Zitat
EmitQuotationIntent gib mir ein Zitat von {Author}
EmitQuotationIntent gib mir ein Zitat vom {Author}
EmitQuotationIntent nach einem Zitat
EmitQuotationIntent nach einem Spruch
EmitQuotationIntent gib mir ein Zitat
EmitQuotationIntent nach einem Zitat von {Author}
EmitQuotationIntent nach einem Zitat vom {Author}
EmitQuotationIntent nach einem Spruch von {Author}
EmitQuotationIntent nach einem Spruch vom {Author}
EmitQuotationIntent nach etwas von {Author}
EmitQuotationIntent nach etwas vom {Author}
EmitQuotationIntent nach {Author}

0 comments on commit 12d72d1

Please sign in to comment.