dialogflow / dialogflow-apple-client

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

Feature/added port of mac os xfor swift #23

Open grantkemp opened 7 years ago

grantkemp commented 7 years ago

feature: added MacOS Swift port to learn how the SDK works and to help others using the SDK. Enhancement: Changed the behaviour of the response to also output to a large text field so developers can copy and paste the output straight from the app to other tools on mac which should improve development time and make it easier to build apps.

Bugfix: Added Microphone Info plist entry to give the user the correct warning and remove the error being generated by IOS

Hope this is useful. Cheers