Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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:

  1. How could one utilize custom messages. For example, could one prep content for an intent or even trigger an intent?
  2. What is the relationship between Skill Events and the Skill Messaging API?

Thanks for the help!


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
2.4k views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...