dialogflow-apple-client
dialogflow-apple-client copied to clipboard
iOS SDK for Dialogflow
I am looking for V2 library for iOS and Android. I can see library https://cloud.google.com/dialogflow/docs/reference/libraries/overview for other languages but not for iOS & Android. Please help me.
Hi, I am getting "" (empty string) in speech of fulfilment response. **In Dialogflow Console:** Here is the dialogflow request & response: http://www.mocky.io/v2/5ce6c3f73300001693731829 **In iOS Application:** Just to compare the...
Could you please support Carthage for integrating ?
I tried this - let request = ApiAI.shared().textRequest() if let text = self.messageField.text, text != "" { request?.query = text } else { return } request?.setMappedCompletionBlockSuccess({ (request, response) in let...
The project description also points to http://api.ai
How to integrate Google cloud speech with Api.Ai
Hi I am currently working on google AI for smart home application, where I am in the need of getting the user detail to persist the user latest request in...
How to get welcome message?