Versions Compared

Key

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

...

Can Fullfill Intent Node

You can make 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.

...

You should publish the skill to Alexa after adding and deploying Can Fullfill Intent Node in Experience Designer.

The Can Fullfill Intent Node listens to any the 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. If the requested intent is found in the project/skill, then the corresponding response will be sent to Alexa.

Reference:

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

...