Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Go to https://developer.amazon.com/settings/console/home? and login.

  2. Select Alexa > Alexa Skills Kit.

  3. Select your skill from the Alexa skills list.

  4. Go to the Build > Custom > Interfaces page, and enable the CanFulfillIntentRequest interface

Can Fullfill Intent Node

You use the services of CanFulfillIntentRequest in Orbita projects by placing the Can Fullfill Intent Node and connecting it to the Response node as shown below.

...

The Can Fullfill Intent Node listens to any CanFulfillIntentRequests made by Alexa. The Can Fullfill Intent Node will then search for the intents within the project/skill and responds to Alexa’s request with a corresponding response.

For Can Fullfill Intent Node to listen to CanFulfillIntentRequests made by Alexa, you should publish the skill to Alexa after the adding and deploying Can Fullfill Intent Node in Experience Designer.

Reference:

https://developer.amazon.com/en-US/docs/alexa/custom-skills/implement-canfulfillintentrequest-for-name-free-interaction.html

...