How to get text response from alexa voice service

244 Views Asked by At

I'm using following python library to query alexa voice service. https://pypi.org/project/avs-client/

In request I send audio file and in response I receive audio file.

  1. How to get text response using the above mentioned library ?
  2. How to connect to AVS directly and get the text and audio response ?
0

There are 0 best solutions below