Three slots, all required. Tried with and without intent confirmation required, not with slot confirmation required. Calls Dialog.Delegate if dialogState != "COMPLETED" but it never reaches that so it throws an error.
"intent": { "name": "get_billing_info", "confirmationStatus": "NONE", "slots": { "full_name": { "name": "full_name", "value": "Isaac Chan", "resolutions": { "resolutionsPerAuthority": [ { "authority": "amzn1.er-authority.echo-sdk.amzn1.ask.skill.9557157d-95c8-4646-bccd-13b64dc16556.full_name", "status": { "code": "ER_SUCCESS_MATCH" }, "values": [ { "value": { "name": "isaac chan", "id": "a760f1c53c0c3d3e380c058118c620cb" } } ] } ] }, "confirmationStatus": "NONE" }, "last_four_digits": { "name": "last_four_digits", "value": "6549", "confirmationStatus": "NONE" }, "billing_date": { "name": "billing_date", "value": "2018-06", "confirmationStatus": "NONE" } } },