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

Implement Alexa CanFulfillIntentRequest #378

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

Commits on Sep 18, 2018

  1. Update index.js

    add support for canFulfillIntent in request, response and register handler
    orlylev committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    3ea1bbf View commit details
    Browse the repository at this point in the history
  2. Update index.js

    take head change
    orlylev committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    6865ed2 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2018

  1. Update index.js

    Verify that your skill handles a CanFulfillIntentRequest call with no userId present
    orlylev committed Sep 23, 2018
    Configuration menu
    Copy the full SHA
    1ddcd44 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. add documentation

    add documentation
    orlylev committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    5aebc33 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    orlylev committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    107f00f View commit details
    Browse the repository at this point in the history
  3. Update README.md

    orlylev committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    ed81661 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    orlylev committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    edcc431 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    orlylev committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    13a462a View commit details
    Browse the repository at this point in the history
  6. Update README.md

    orlylev committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    8132415 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    orlylev committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    9417632 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2018

  1. add missinf semicolon

    orlylev committed Oct 21, 2018
    Configuration menu
    Copy the full SHA
    c88e2dd View commit details
    Browse the repository at this point in the history
  2. add missing whitespace

    orlylev committed Oct 21, 2018
    Configuration menu
    Copy the full SHA
    901f077 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    orlylev committed Oct 21, 2018
    Configuration menu
    Copy the full SHA
    29da179 View commit details
    Browse the repository at this point in the history
  4. fix travis issues

    orlylev committed Oct 21, 2018
    Configuration menu
    Copy the full SHA
    a5ba4d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62bbdff View commit details
    Browse the repository at this point in the history
  6. Add again after force rebase

    orlylev committed Oct 21, 2018
    Configuration menu
    Copy the full SHA
    de85028 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    77d81d6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7051bec View commit details
    Browse the repository at this point in the history
  9. add test file

    orlylev committed Oct 21, 2018
    Configuration menu
    Copy the full SHA
    3e53677 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9d39499 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e69adf7 View commit details
    Browse the repository at this point in the history
  12. Update CHANGELOG.md

    orlylev committed Oct 21, 2018
    Configuration menu
    Copy the full SHA
    2113610 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5ea6a01 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2018

  1. fix getCanFulfillIntent text

    orlylev committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    345c768 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efb9773 View commit details
    Browse the repository at this point in the history
  3. add slot test

    orlylev committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    efaf531 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Updated PR number

    orlylev committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    35b9a69 View commit details
    Browse the repository at this point in the history
  2. add tests

    orlylev committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    f17440b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46f3320 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6afa04e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b432ac View commit details
    Browse the repository at this point in the history
  6. Update index.js

    orlylev committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    4131bbf View commit details
    Browse the repository at this point in the history
  7. add not valid requests tests

    orlylev committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    b47731f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. Configuration menu
    Copy the full SHA
    69b018f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e5accf View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. Update README.md

    orlylev committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    bb256af View commit details
    Browse the repository at this point in the history