Creates a new Alexa emulator
The URL the skill is listening that this emulator should interact with
The path to the interaction model file - defaults to {@link BSTAlexa.DefaultInteractionModelLocation}.
The path to the intent schema file - defaults to {@link BSTAlexa.DefaultIntentSchemaLocation}.
The path to the samples utterances file - defaults to {@link BSTAlexa.DefaultSampleUtterancesLocation}.
The application ID. Just makes one up if none is defined.
Returns internal virtual alexa context
Emulates the specified intent coming from the Alexa device.
The name of the intent - must exactly match the IntentSchema
A key-value dictionary of slots in the form { "slotName": "slotValue" }
Returns any error, along the response and request JSON associated with this call
Itself
Emulates the specified skill being launched
Returns any error, along the response and request JSON associated with this call
Itself
Emulates the specified phrase being said to an Alexa device.
Returns any error, along the response and request JSON associated with this call
Itself
Start the emulator
Generated using TypeDoc
Programmatic interface for interacting with the Virtual Alexa.