Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for ElicitSlot, ConfirmSlot, ConfirmIntent dialog directives #221

Merged
merged 4 commits into from
Feb 28, 2018

Conversation

LucasPorto
Copy link
Contributor

Added currently unsupported dialog directives, see: https://developer.amazon.com/docs/custom-skills/dialog-interface-reference.html. Citing #184.

@johnwheeler johnwheeler merged commit 39c61df into johnwheeler:master Feb 28, 2018
@ghost
Copy link

ghost commented Mar 14, 2018

Hi @kirbydcool and @johnwheeler ,

How do I use the updated intent functionality? Do I just include it like as in the reference https://developer.amazon.com/docs/custom-skills/dialog-interface-reference.html:

    updatedIntent = {
            "name": "WelcomeIntent",
            "confirmationStatus": "NONE",
            "slots": {
                "string": {
                "name": "firstname",
                "value": "Joe",
                "confirmationStatus": "NONE"
                }
            }
        }
    }
    return delegate(updatedIntent)

The delegate functionality is working but the updated intent doesn't seem to be getting passed in. 

Thanks!

@LucasPorto
Copy link
Contributor Author

Hi @ally192, was this resolved?

@ghost
Copy link

ghost commented Mar 21, 2018

Hi @LucasPorto, no I haven't figured it out, would appreciate your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants