I have refactored the speech and text responses for Alexa, to have all the snippets in an external file. This way it was easy to add German responses and other languages should be straight forward in the future.
The used language can be selected in the settings file
The result should feel identical for the English Version, while a new German version of the interaction is present.
I have also implemented the missing SetVolumeIntent, which was in the schema and utterances but missing in code.
I have refactored the speech and text responses for Alexa, to have all the snippets in an external file. This way it was easy to add German responses and other languages should be straight forward in the future. The used language can be selected in the settings file The result should feel identical for the English Version, while a new German version of the interaction is present.
I have also implemented the missing SetVolumeIntent, which was in the schema and utterances but missing in code.