Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
2.4k views
in Technique[技术] by (71.8m points)

alexa - Capabilities of custom Skill Messages API?

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!


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...