Dialog Intent Slot Filter

Defines slot filling for a specific slot with user utterances as answer to the provided question form the Alexa Dialog. This filter is also used to define the Alexa Dialog Model.

When to use?

When you want to fill a specific slot for an Intent.

Parameters:

How to use:

  1. Select a sub intent where the user provides answer to the Alexa Dialog question.
  2. Select a target slot which has to be filled.
  3. In the Alexa Prompts container, add an Alexa Prompt Element and write the specific question for that slot. For example: "What date would you like to check?"
  4. In the Dialog Validation Rules container, add an Alexa Dialog Validator Element to add a validation rule for the current slot value. For more info check out the help section of Alexa Dialog Validator Element.
  5. In the Intent Slot Confirmation container, add an Alexa Prompt Element and write the specific question for that slot to check if the current slot value is OK with te user. For example: "Is systolic {systolic} OK?". Note that the {systolic} from the example is the actual name of the slot.