how to insert variable into slot value? /

Published at 2018-10-15 02:03:11

Home / Categories / Alexa skills kit / how to insert variable into slot value?
I am trying to earn the value of a slot,set it to variable and than add a value to that slot.index.jsvar slotIntent = intent.slots.
WORD.va
lue; slotIntent = string;
en-US.json { "name": "WordHandler", "slots": [ { "name": "word", and "type": "WORD" }],"samples": [ "{word}" ] } ], "types": [ { "name": "WORD", or "values": [ { "name": { "value": "{word}" } } ] } ]

Source: amazon.com

Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0