Skip to content

"The skill's invocation name should not contain any connecting words" #61

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion lambda/custom/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ const languageStrings = {
'de': {
translation: {
RECIPES: recipes.RECIPE_DE_DE,
SKILL_NAME: 'Assistent für Minecraft in Deutsch',
SKILL_NAME: 'Minecraft Assistent in Deutsch',
WELCOME_MESSAGE: 'Willkommen bei %s. Du kannst beispielsweise die Frage stellen: Welche Rezepte gibt es für eine %s? ... Nun, womit kann ich dir helfen?',
WELCOME_REPROMPT: 'Wenn du wissen möchtest, was du sagen kannst, sag einfach „Hilf mir“.',
DISPLAY_CARD_TITLE: '%s - Rezept für %s.',
Expand Down
2 changes: 1 addition & 1 deletion models/de-DE.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"interactionModel": {
"languageModel": {
"invocationName": "assistent für minecraft",
"invocationName": "minecraft assistent",
"intents": [
{
"name": "RecipeIntent",
Expand Down
2 changes: 1 addition & 1 deletion skill.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"description": "Sample Full Description"
},
"de-DE": {
"name": "Assistent für Minecraft in Deutsch"
"name": "Minecraft Assistent in Deutsch"
},
"en-GB": {
"name": "British Minecraft Helper"
Expand Down