bespoken / virtual-alexa

:robot: Easily test and debug Alexa skills programmatically
https://bespoken.io
Apache License 2.0
112 stars 35 forks source link

Support new interaction model builtder structure #7

Closed jkelvie closed 6 years ago

jkelvie commented 6 years ago

It now contains a top-level languageModel element.

{
  "languageModel": {
    "intents": [
     ]
  }
}