I've seen in the API that one can send arbitrary data to the Alexa Skills Messaging API (reference).
The message you want to send to the skill, in the following format:
{
data:{ },
expiresAfterSeconds: integer
}
I also noticed that this content falls under Skill Events API, used for subscribing to events like "enables or disabling the skill."
From these two datapoints, can you help me understand:
- How could one utilize custom messages. For example, could one prep content for an intent or even trigger an intent?
- What is the relationship between Skill Events and the Skill Messaging API?
Thanks for the help!
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…