dialogflow / dialogflow-javascript-client

JavaScript Web SDK for Dialogflow
Apache License 2.0
412 stars 173 forks source link

Adding Context is not implemented #91

Open pasupuletisrinath opened 6 years ago

pasupuletisrinath commented 6 years ago

I need to send jwt token of user with the query, I've gone through the apis. It say we can send in contexts before sending query. But I don't see contexts is implemented. ContextRequest.ts is there but it is pointing to Request.ts. In Request.ts query was hard coded.

alielkhateeb commented 6 years ago

I also need to know how can I send in context before I send a textRequest?

Thank you.