dialogflow / dialogflow-nodejs-client

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

What is SessionID? #108

Open OleksiyMoroz opened 6 years ago

OleksiyMoroz commented 6 years ago

Hello! What is sessionId here? I can't find it on dialogflow console, only token

FalconJ commented 6 years ago

You generate it within the application, I use the 'uuid' package to generate one.