0

Does aws provide any API to create the intent for skill from the code itself dynamically. Rather than create it from the UI console from developer.amazon.com.

Yogesh
  • 434
  • 4
  • 12

2 Answers2

0

You can create skills with Alexa Skills Kit Command Line Interface - (ASK-CLI) without the GUI.

Specific for creating intents you should read here: https://developer.amazon.com/docs/smapi/ask-cli-command-reference.html#create-skill-subcommand

timguy
  • 2,063
  • 2
  • 21
  • 40
0

You have the Alexa skill kit command that allow you to manage your skill without using the Alexa UI console

Check this -> https://developer.amazon.com/fr/docs/smapi/quick-start-alexa-skills-kit-command-line-interface.html

Nearyuk
  • 167
  • 2
  • 12