Skip to content

Missing support for new built-in intent AMAZON.SelectIntent #115

@omenocal

Description

@omenocal

Description:

The framework throws an error when trying to use the AMAZON.SelectIntent built-in intent

Environment:

  • Version:
  • OS: Mac
  • Node version: 8

Steps To Reproduce

Steps to reproduce the behavior:

  1. Create a test with this intent: reply = await platform.intend('AMAZON.SelectIntent', { ListPosition: '3' });

Expected behavior

virtual-alexa should return an intent request for AMAZON.SelectIntent with the slot value I defined in the slots. It could be one of the 4 intents allowed

Actual behavior

It returns the following error: Error: Trying to add slot to intent that does not have any slots defined

Code example

reply = await platform.intend('AMAZON.SelectIntent', { ListPosition: '3' });

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions