Skip to content
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.

[Need Help] How is resourceManager accessed in jargon/alexa-skill-sdk #16

Open
AdarshNaidu opened this issue Jun 9, 2020 · 0 comments

Comments

@AdarshNaidu
Copy link

According to this link.

We should be able to access the resourceManager using any of the following methods.

handlerInput.jrm
handlerInput.jargonResourceManager
handlerInput.attributesManager.getRequestAttributes().jrm
handlerInput.attributesManager.getRequestAttributes().jargonResourceManager

But I'm getting an error saying jargonResourceManager is not a function on calling handlerInput.jargonResourceManager(ri('key')).

What is the correct way of using these resource managers and is there any need to configure them before usage? If yes, how do we configure it?

Please point me to any code examples if possible

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant