You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Other... Please describe:
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 2 itemId's in the payload's listItemIds array
Current 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)
Setup an Alexa skill that listens to the AlexaHouseholdListEvent.ItemsCreated request type
Tell alexa 'Alexa, add eggs and ham to shopping list'
Observe that your skills' code only recieved a single listItemId in the request payload's listItemIds array.
Observe that your Alexa app shows both 'eggs' and 'ham' as entries in your shopping list.
Context
This is a correctness issue with no obvious workaround.
Your Environment
ASK SDK for Node.js used: ^2.7.0
Operating System and version: Running on the Alexa Skill hosted development env.
Node.js and NPM Info
Node.js version used for development:
NPM version used for development:
The text was updated successfully, but these errors were encountered:
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?
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
<#725 (comment)>,
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
The text was updated successfully, but these errors were encountered: