Craig Walls
Craig Walls
**Is your feature request related to a problem? Please describe.** I'd like to use BST to test utterances/intents where the slot is a multi-value slot. But it doesn't work, because...
As of a week ago, ASK CLI v2.0.0 is now available (and v2.0.1 shortly thereafter). As a result, the new "hello world" template is based on a new project structure...
### Description: When specifying a lengthy expected value for `response.outputSpeech.ssml` in the test itself, I can easily break the line apart with a line break in the YAML itself. E.g.:...
**Is your feature request related to a problem? Please describe.** When using simple cards, the `cardTitle` and `cardContent` shorthand properties are great. But when using standard cards, we need more....
**Is your feature request related to a problem? Please describe.** `bst init` is great for bootstrapping a project for BST testing. But when setting up unit testing for Alexa, the...
## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Performance issue [ ]...
## I'm submitting a... [X] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Performance issue [X] Feature request...
## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Performance issue [ ]...
*Description of changes:* Add support for i18n resolution of messages as in the `master` template. Note that although I've given this a rough test, it involved some manual testing steps...
package.json specifies ask-sdk-core to be "^2.6.0". But that means that any skill initialized with `ask new` and selecting AWS Lambda hosting will not be able to take advantage of newer...