alexa-rubykit icon indicating copy to clipboard operation
alexa-rubykit copied to clipboard

Amazon Echo Alexa's App Kit Ruby Implementation

Results 5 alexa-rubykit issues
Sort by recently updated
recently updated
newest added

Hi, I changed the bundler dependency to allow Bundler version 2.x usage. Ian

Hi, When an intent request was initialized, `@slots` of IntentRequest is a pure hash instance, but it should be a hash of `AlexaRubykit::Slot`. This PR initializes `@slots` as a hash...

I create a display template support.

I realized being able to send Dialog Directives had not yet been added into Alexa-rubykit. As this is something I want to include in my app, I took it upon...

Thank you for sharing this gem; it's been clear and straight-forward. Using the gem, I quickly had audio playing from my test device. But... I had no way to stop...