Generates new Alexam object. Basically recommend to use AlexamBuilder to generate Alexam instead of generating manually.
Handler object to handle skill request
SkillRequestFactory object to generate request from Alexam
SkillContext object to retain session attributes while interaction
Alexam object
Resets session of Alexam object. You would use it if you have some test cases with the Alexam object.
Sends request to the Handler you set. Would send SessionEndedRequest type request automatically if response includes shouldEndSession: true
.
RequestEnvelope object that is same as it from alexa-skills-kit-sdk-for-nodejs. You can create it with SkillRequestFactory
.
ResponseEnvelope object that is same as it from alexa-skills-kit-sdk-for-nodejs. You would check it by matcher method when testing.
Generated using TypeDoc
Interacts to handler and manage session until session close.