dialogflow / dialogflow-nodejs-client

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

MPORTANT: Please use unique session ID for each client. Otherwise you may experience unstable behaviour #22

Closed umashankarpandey closed 8 years ago

umashankarpandey commented 8 years ago

i am receiving warning in api.ai "IMPORTANT: Please use unique session ID for each client. Otherwise you may experience unstable behaviour"

what i need to do?

sstepashka commented 8 years ago

Use unique session id for each client =)

You can generate session id and use id. If you use developing site you can just use hash of some unique value of your users.

slidenerd commented 7 years ago

you mean like a UUID?

sstepashka commented 7 years ago

@slidenerd Yes, but really you can use some hashes from data. For example, md5 of use email.