richtier / alexa-voice-service-client

Python Client for Alexa Voice Service (AVS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get text from AVS

mduzgun opened this issue · comments

How to get response as a text from Alexa ?

you would need to set up a custom skill

So you may say "ask to do "

alexa voice service will then post the text intent/meaning to the API endpoint you specify.

Your skill can then perform whatever action you want based on the intent/meaning