dialogflow-javascript-client
dialogflow-javascript-client copied to clipboard
Adding Context is not implemented
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.
I also need to know how can I send in context before I send a textRequest?
Thank you.