Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DRAFT] Version 2 Features Implementation #4

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 19 additions & 4 deletions interactionModels/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@
"Wann ist {prayerName}",
"Wann ist das nächste Gebet",
"{prayerName}",
"Wann ist die nächste Gebetszeit",
"Um welche Zeit ist {prayerName}",
"Wann ist die nächste Gebetszeit",
"Wie viel Zeit bis {prayerName}",
Expand Down Expand Up @@ -241,6 +240,22 @@
"Wann sind die Gebete",
"Heutige Gebetszeiten"
]
},
{
"name": "AMAZON.ResumeIntent",
"samples": []
},
{
"name": "AMAZON.PauseIntent",
"samples": []
},
{
"slots": [],
"name": "HadithIntent",
"samples": [
"random hadith",
"hadith"
]
}
],
"types": [
Expand Down Expand Up @@ -271,7 +286,7 @@
{
"name": {
"synonyms": [
"Jumu\u0027ah",
"Jumu'ah",
"Freitagsgebet",
"Freitag"
],
Expand All @@ -282,7 +297,7 @@
{
"name": {
"synonyms": [
"Isha\u0027a",
"Isha'a",
"letztes Gebet des Tages",
"Nachtgebet"
],
Expand Down Expand Up @@ -386,4 +401,4 @@
}
]
}
}
}
Loading