alexa_rust
alexa_rust copied to clipboard
Implements Rust-based Alexa Request/Response
It is common on failed matches for Alexa to send a request that looks like: ``` ... "resolutionsPerAuthority": [ { "authority": "amzn1.er-authority.echo-sdk.amzn1.ask.skill....", "status": { "code": "ER_SUCCESS_NO_MATCH" } } ] ......
Thanks for the library. I'm new to Rust so forgive me if I'm missing something. All the fields for all of the structs in response.rs are private, and none of...
Hello, As of version 0.3.0 of lambda_runtime, its lambda! macro no longer exists. This means that the example code in README.md no longer works. Please could you update it to...
As documented [here](https://developer.amazon.com/en-US/docs/alexa/custom-skills/request-and-response-json-reference.html#card-object), the correct name of the card is "AskForPermissionsConsent."
* Add Geolocation interface based on the definition published [here](https://developer.amazon.com/en-US/docs/alexa/custom-skills/location-services-for-alexa-skills.html#geolocation-interface). * Ran rustfmt.