Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Read Item in details. #26

Open
mcdolfT opened this issue Jul 16, 2020 · 0 comments
Open

Read Item in details. #26

mcdolfT opened this issue Jul 16, 2020 · 0 comments

Comments

@mcdolfT
Copy link

mcdolfT commented Jul 16, 2020

'readItemSpeechHelper' : function () {
// Output sorry message to user. Metrics created using cloudwatch logs to see how many users requests are made
const message = 'Sorry, this feature is not available.'
+ constants.breakTime['250'] +
'You can continue navigating through the feed by saying next.';
this.response.speak(message).listen(message);
this.emit(':responseReady');

//How do I get the skill to read "Item" details content rather than just title and summary if the feature is not available.

@mcdolfT mcdolfT closed this as completed Jul 19, 2020
@mcdolfT mcdolfT reopened this Jul 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant