Alexa Dialog Validator Element
This element defines a rule by which the slot value will be validated.
When to use?
When you want to validate a slot value by a validation rule in the Intent Slot Dialog in dialog validation rules container.
Parameters:
- Validation Rule - What validation rule will be applied to the slot value (Has Entity Resolution Match, Is In Set, Is Not In Set, Is Greater Than, Is Greater Than Or Equal To, Is Less Than, Is Less Than Or Equal To, Is In Duration and Is Not In Duration)
- Other parameters depend on the selected validation rule.
Validation Rules and Respective parameters:
- Has Entity Resolution Match, more info here
- Is In Set of Values (array something like
${[1,2,3]}), more info here
- Is Not In Set of Values (array something like
${[1,2,3]}), more info here
- Is Greater Than Value, more info here
- Is Greater Than Or Equal To Value, more info here
- Is Less Than Value, more info here
- Is Less Than Or Equal To Value, more info here
- Is In Duration from Start to End, more info here
- Is Not In Duration from Start to End, more info here
How to use:
- Just fill the
Alexa Prompt with the phrase what Alexa will say.
- Place the element in one of the respective elements and containers defined before.