Open jonnyreeves opened 2 years ago
thanks for reporting this issue. I have not had a chance to attempt to reproduce this issue yet. However, could you confirm if you are getting two events one for "eggs" and a second one for "ham", or, just the one event overall?
Just the one event, hence the data loss.
On Tue, 22 Nov 2022, 03:53 Mario, @.***> wrote:
thanks for reporting this issue. I have not had a chance to attempt to reproduce this issue yet. However, could you confirm if you are getting two events one for "eggs" and a second one for "ham", or, just the one event overall?
— Reply to this email directly, view it on GitHub https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/725#issuecomment-1323003987, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABQ36N2WR4QBNBK3IQKVXTWJQ7UJANCNFSM6AAAAAASFPMIQU . You are receiving this because you authored the thread.Message ID: @.***>
I'm submitting a...
Expected Behavior
When telling alexa to add multiple items to a list (eg: 'Alexa add eggs and ham to shopping list'), the
AlexaHouseholdListEvent.ItemsCreated
event received by the custom skill should contain 2itemId
's in the payload'slistItemIds
arrayCurrent Behavior
Only a list listItemId is provided, however multiple items appear in the Alexa App's view of the shopping list.
Possible Solution
Steps to Reproduce (for bugs)
AlexaHouseholdListEvent.ItemsCreated
request typelistItemIds
array.Context
This is a correctness issue with no obvious workaround.
Your Environment
Node.js and NPM Info