Skip to content

Support ASK SDK v2 for Node.js #26

@gavinr

Description

@gavinr

As of April 2018, there is a new ASK SDK for Node.js (link, link). The format for responding to intent requests is now:

return handlerInput.responseBuilder

    .speak(speechOutput)

    .withSimpleCard(SKILL_NAME, randomFact)

    .getResponse();

How is the best way to use this library with this new format?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions