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
{{ message }}
This repository has been archived by the owner on May 1, 2023. It is now read-only.
'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.
The text was updated successfully, but these errors were encountered:
'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.
The text was updated successfully, but these errors were encountered: