Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Progressive Responses #250

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Sep 19, 2018

  1. Add Progressive Responses

    Implements the following API through the progressive_response function to be used in intent functions.
    https://developer.amazon.com/docs/custom-skills/send-the-user-a-progressive-response.html
    Cream Crumpets committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    9712b05 View commit details
    Browse the repository at this point in the history
  2. Import progressive_response

    Cream Crumpets committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    c5aa0d3 View commit details
    Browse the repository at this point in the history
  3. Document progressive_response use cases

    Cream Crumpets committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    7286515 View commit details
    Browse the repository at this point in the history
  4. Fix progressive_response SSML example

    Cream Crumpets committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    e7778bb View commit details
    Browse the repository at this point in the history
  5. Fix formatting

    Cream Crumpets committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    cf1e27d View commit details
    Browse the repository at this point in the history
  6. Update responses.rst

    Cream Crumpets committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    fbd4924 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2019

  1. Bug Fixes

    Correct Request ID
    US Alexa API endpoint no longer hardcoded.
    Sends speech with response
    Cream Crumpets committed May 19, 2019
    Configuration menu
    Copy the full SHA
    4a7bd02 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2020

  1. Update requirements.txt

    Cream Crumpets committed May 24, 2020
    Configuration menu
    Copy the full SHA
    7c99a1e View commit details
    Browse the repository at this point in the history