ask-auxiliary

``` npm install --save ask-auxiliary ```


License
ISC
Install
npm install ask-auxiliary@1.0.1

Documentation

インストール

npm install --save ask-auxiliary

使い方

const askAuxiliary = require('ask-auxiliary');

スロット取得

var slotValue = askAuxiliary.getSlot(handlerInput, "keyName"); // そのまま取得
var slotFixedValue = askAuxiliary.getFixedSlot(handlerInput, "keyName"); // 類義語を設定した時、値を固定で取得したい時
var slotId = askAuxiliary.getSlotId(handlerInput, "keyName");