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

[Intent FEATURE REQUEST] ForLoop with variables while specifying bounds of range #23

Open
Vibhu-Agarwal opened this issue Mar 17, 2020 · 0 comments
Assignees
Labels
Intent Feature Request Issues which mention new Intent Feature Request

Comments

@Vibhu-Agarwal
Copy link
Collaborator

A For Loop intent which could handle filling of slots interactively.
var1 and var2 can be variables as well as literals.
Look if Amazon.NUMBER and our custom variable type slot types can be combined into one slot type. If yes, use that new slot type for var1 and var2. If not, extend Amazon.NUMBER and manually add slot values of custom variable type - can do this in JSON Editor.

Utterances Format:

  • Scenario1: create a for loop from {var1} to {var2}
  • Scenario2: create a for loop from {var1}
  • Scenario3: create a for loop

Slots

  • var1 - new special variable type (as mentioned above)
  • var2 - new special variable type (as mentioned above)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Intent Feature Request Issues which mention new Intent Feature Request
Projects
None yet
Development

No branches or pull requests

2 participants