fulfillment-slot-filling-nodejs icon indicating copy to clipboard operation
fulfillment-slot-filling-nodejs copied to clipboard

Filling parameter values through fulfilment

Open poush opened this issue 5 years ago • 2 comments

According, to the sample provided in this repository. It allows you to check the value of the parameter through agent.parameters in the slot filling process. But there is no any example of the scenario where we would like to provide those values through fulfillment.

Say, for instance, I have three required slots and based on the conversation/situation, I might want to set one or more slots value on the backend. I'm not able to see the possible way for this. A working example is in Alexa Skills, where Dialog model allows you to update slots value in the backend.

poush avatar Sep 01 '18 11:09 poush