Code Monkey home page Code Monkey logo

alexa.net.annotations's People

Contributors

stevenpears-bjss avatar stoiveyp avatar

Watchers

 avatar  avatar

alexa.net.annotations's Issues

Pass in context as optional argument

AlexaSkillPipeline takes an optional context argument that is available to handlers

This should be available as a boolean option on the AlexaSklill generator attribute

Allow AlexaInformation

Instead of the request type, a handler method should be allowed to ask for the information object passed directly into the handler, if it's required (for example - to gain access to the items dictionary

Analyzers

Attribute attached to a method should run an analyzer to ensure the method signature is valid

Handle Interceptor filtering based on request type

Interceptor methods should be able to filter execution based on request type

e.g. The method has an IntentRequest parameter - so the generated class has an if statement that executes the method only if it's that kind of request, allowing intent logging

Extend interceptor ArgumentFactory methods to perform these checks and generate the necessary if statements.
Implement Condition property in Interceptor argument detail returned by ArgumentFactory

Enable APL skill request

Current generator relies on SkillRequest - APLSkillRequest is required if you want to enable visuals properly (pay attention to device information)

SkillRequest should be the default - but a sub-type should be possible as an attribute on the AlexaSkill attribute, and if implemented - this should affect the method analyzers.

Update logic to allow for full types

Currently only the isolated type names are checked when performing argument mapping and conversion.

This is assuming usings are being added by the user - limiting code generation. Ideally this should check type usage to include full namespace referencing, partial referencing and no referencing.

Note: Check to see if this is simplified by Semantic model?

Handle file level namespaces

If generated files are based on a class that uses a file level namespace - then this needs to be found and applied appropriately to ensure the partial class works correctly.

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.