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

Adding attributes to Intent Requests #9

Open
mattrayner opened this issue May 25, 2017 · 2 comments
Open

Adding attributes to Intent Requests #9

mattrayner opened this issue May 25, 2017 · 2 comments

Comments

@mattrayner
Copy link

I think it would be a valuable addition to the alexs-skill-test UI to allow the specification of 'attributes' in the same way we allow for the specification of slots.

Looking at the documentation here, I wouldn't suggest automatically persisting as it says, but handling in the same way we currently handle slots

Reasoning

I'm currently developing a still that uses attributes to help manage internal state and customise the output of my intents. Currently I add attributes manually to the request JSON, but this isn't a very nice UX

Potential solution

With my limited understanding of the code base, I believe we couple duplicate the slot functionality for attributes. This would, however be a fair bit of unnecessary duplication.

Additional

I'm more than happy to work on this if you think it would be valuable and are willing to give me a bit of guidance as to where I should start?

@katsou55
Copy link

I was just about to open this same issue.

Definitely It would be a a very useful addition to have the possibility to use attributes.

@tlovett1
Copy link
Owner

Would love to see a PR for this!

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

No branches or pull requests

3 participants