You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
A For Loop intent which could handle filling of slots interactively.
var1
andvar2
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
andvar2
. If not, extend Amazon.NUMBER and manually add slot values of custom variable type - can do this in JSON Editor.Utterances Format:
var1
} to {var2
}var1
}Slots
The text was updated successfully, but these errors were encountered: