Dialog Intent Request Filter

Reads the intent which has dialog state of "STARTED", "IN_PROGRESS" or "COMPLETED". This filter is also used to define the Alexa Dialog Model and Delegation Strategy based on the intent.

When to use?

When you want to use the Dialog Delegation feature on Alexa.

Parameters:

How to use:

  1. Select an intent you want to delegate to.
  2. Select dialog delegation strategy which can be ("AUTOMATIC" or "MANUAL").
  3. In the Intent Slot Dialog Filters container, add an Intent Slot Dialog elements which can also contain Alexa Prompt Dialog elements which asks a question about the slot to be filled, multiple Alexa Dialog Validation Element elements which define the validation of the value of the target slot, and Alexa Prompt Dialog elements which define the intent slot confirmation.