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
Invalid speech in response
Telegram Connect
Request Identifier: null
Speech with id amzn1.echo-api.request.************************************ and length 9503 exceeds allowed size of 8000 characters
A truncate option should be considered to either send many speech responses as required (length divided per size) or just catch the exception truncating the whole thing to 8000 being still able to send the speech response.
Mind I don't really know if you can send two concatenated speech requests, I'm spitballin', know nothing about Alexa skills, just got it yesterday.
The text was updated successfully, but these errors were encountered:
A truncate option should be considered to either send many speech responses as required (length divided per size) or just catch the exception truncating the whole thing to 8000 being still able to send the speech response.
Mind I don't really know if you can send two concatenated speech requests, I'm spitballin', know nothing about Alexa skills, just got it yesterday.
The text was updated successfully, but these errors were encountered: