question

CatHunter avatar image
CatHunter asked

How to let Echo read my custom text via API?

Hello, I would like to send customer text from my 3rd party app to echo to be read. How can I let echo read my text without being asked by the user to read it? Regards, C.
alexa skills kitdebugging
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

jjaquinta avatar image
jjaquinta answered
You can write a skill that tells the Echo to read any text you like. Note, however, skills are conversational based. The customer says something, your skill replies. It works best for short, focused sections of text. If you want your skill to read, say, a book, it isn't really suitable. I requested the ability to "stream text" like you might stream audio, under feature requests. Something that was asynchronous, that the user could stop/start like music. That would solve those use cases. But, in its present form, you can't really do that with the ASK.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Ross@Amazon avatar image
Ross@Amazon answered
At this time all skills must be initialized by a user stating the Invocation Name. A push notification type of interaction is not allowed.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.