Kann man das "ok" von alexa nach einem erfolgreichen Befehl unterbinden?
Bei "Understanding the Smart Home Skill API" (https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/overviews/understanding-the-smart-home-skill-api) finde ich
ZitatThe skill adapter sends a response back to the Smart Home Skill API indicating whether it was successful. Alexa uses this response to determine the appropriate response to the customer. For example, Alexa might say, "OK" to indicate the requested is complete.
für den custom skill kannst du alexaConfirmationLevel auf 0 setzen.
den smart home skill kann man nicht beeinflussen.