Not seeing resolutions in my slots


#1

When I’m using the jovo debugger to test an Alexa skill, my request object doesn’t show the resolutions in my slots. Is this normal?

  "request": {
    "type": "IntentRequest",
    "requestId": "amzn1.echo-api.request.0000000-0000-0000-0000-00000000000",
    "timestamp": "2020-02-05T22:30:38.376Z",
    "dialogState": "COMPLETED",
    "locale": "en-US",
    "intent": {
      "name": "MyIntend",
      "confirmationStatus": "NONE",
      "slots": {
        "food": {
          "name": "food",
          "value": "fish"
        },
        "method": {
          "name": "method",
          "value": "roasting"
        }
      }
    }
  }

#2

Hey @Patrick_Chan
You can add the entity resolution configuration in the Alexa specific input settings:

This:
image

Returns this:
image