dialogflow / dialogflow-apple-client

iOS SDK for Dialogflow
http://api.ai
Apache License 2.0
244 stars 65 forks source link

How do I add a authentication token to a text request? #38

Closed deepeshsunku closed 7 years ago

deepeshsunku commented 7 years ago

Hi I'd like to add an authentication token (my service only takes requests from an authenticated user) to my text request. How do I add this using the SDK?

deepeshsunku commented 7 years ago

Doing a request?.sessionId on the request object worked!