Coder Social home page Coder Social logo

Comments (6)

richtier avatar richtier commented on July 19, 2024

@koshyviv I think this feature is unsupported by Alexa Voice Service. If you know otherwise please link to documentation and we can implement the feature :)

from alexa-voice-service-client.

koshyviv avatar koshyviv commented on July 19, 2024

You're correct there is no documentation. I was able to find the transcripts from the history of alexa here -
https://alexa.amazon.com/spa/index.html#settings/dialogs

I can almost make good use of it. But for some reasons, i don't see the history being populated immediately for the requests that are sent from this client. For other services, like echoism it seems prompt.
Do you have an idea on this is so?

from alexa-voice-service-client.

richtier avatar richtier commented on July 19, 2024

@koshyviv interesting. I wonder if it's because the http2 stream remains open. try updating this to something like:

        response = self.connection.get_response(stream_id)
        parsed = self.parse_response(response)
        response.close()
        return parsed

and feed back if the transcript becomes immediately available.

from alexa-voice-service-client.

richtier avatar richtier commented on July 19, 2024

@koshyviv any movement on this?

from alexa-voice-service-client.

koshyviv avatar koshyviv commented on July 19, 2024

@richtier i am assuming there was a server side issue - since its working well now without the update

from alexa-voice-service-client.

richtier avatar richtier commented on July 19, 2024

good stuff. Closing.

from alexa-voice-service-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.