api-ai-cocoa-swift icon indicating copy to clipboard operation
api-ai-cocoa-swift copied to clipboard

Cocoa Swift library

Results 8 api-ai-cocoa-swift issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to consume the webhook response in my iOS client. I have added "data" and "displayText" elements in web hook and I am trying to use the...

In `PrivateRequest.swift` the Base URL from api.ai is defined as ``` swift let kBaseURLString = "https://api.api.ai/v1" ``` Since api.ai was renamed to Dialogflow.com I would suggest to adapt the Base...

Why `actionIncomplete` is not included in the response ? Thank you

Right now it is impossible to create context. It is needed to send context to api.ai

Hello, The library doesnt seem to support responses with json ``` "fulfillment": { "speech": "Hi!", "messages": [ { "type": "simple_response", "platform": "google", "textToSpeech": "Hello!" }, { "type": 0, "speech": "Hi!"...

How can i have accesso to jSON response ?

Instructions for how to make an Objective-C Bridging header in the README.md file to make it easier to implement the SDK for beginners.