@jargon/alexa-skill-sdk
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -0,1 +1,4 @@ | ||
### 1.3.1 | ||
Readme updates describing how to access the ResourceManager | ||
### 1.3.0 | ||
@@ -2,0 +5,0 @@ Support alternative resource directories (via dependency on @jargon/sdk-core v1.3.0) |
{ | ||
"name": "@jargon/alexa-skill-sdk", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "The Jargon Alexa Skill SDK makes it easy to manage the content of your custom Alexa skill", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -271,2 +271,8 @@ # Jargon SDK for Amazon Alexa (nodejs) | ||
You can access the resource manager through any of the following methods: | ||
* `handlerInput.jrm` | ||
* `handlerInput.jargonResourceManager` | ||
* `handlerInput.attributesManager.getRequestAttributes().jrm` | ||
* `handlerInput.attributesManager.getRequestAttributes().jargonResourceManager` | ||
```typescript | ||
@@ -358,5 +364,5 @@ export interface ResourceManager { | ||
* `handlerInput.jrb` | ||
* `handlerInput.jargonResponseBuilder` | ||
* `handlerInput.jargonResourceManager` | ||
* `handlerInput.attributesManager.getRequestAttributes().jrb` | ||
* `handlerInput.attributesManager.getRequestAttributes().jargonResponseBuilder` | ||
* `handlerInput.attributesManager.getRequestAttributes().jargonResourceManager` | ||
@@ -363,0 +369,0 @@ Feel free to move to the Jargon response builder incrementally; however, you shouldn't mix the use of |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
82859
395