I am trying to publish a decimal clock to Alexa in German.
My skill amzn1.ask.skill.f89df881-81ae-43a1-94e2-b9bdd7559c2d (currently under development) can be started like this: "Alexa, starte dezimalzeit"
This already answers with the correct decimal time.
When I want to use one of my intents and say "Alexa, frage dezimalzeit nach der zeit", then I only get "audio only response" when testing in the alexa developer console.
If I only use "Alexa, frage dezimalzeit" it works just like "Alexa, starte dezimalzeit".
I have created the intent "nach der zeit" and assume, that this should be a 100% hit.
What did I do wrong?
Thanks for your help.