dialogflow / dialogflow-nodejs-client

Node.js SDK for Dialogflow
Apache License 2.0
659 stars 287 forks source link

Google actions slot filling, if one variable in some case already filled ask for next slot or process intent #112

Open developershyam opened 5 years ago

developershyam commented 5 years ago

I am using webhook implementation with request response in java.

Suppose I have three variable as required A_1, A_2, and A_3. But in some cases I have value for A_2.

So I want A_1 and A_3 only variable capture.

How to tell in response while getting A_1 I also have A_2, so next it should ask only for A_3