DeepConverse provides an easy to use SDK for integrating the chatbot into your app. To setup the SDK follow the steps below.
Installation
You can include the SDK by using Cocoapods and adding this into your Podfile
pod 'DeepConverse', :git => 'https://github.com/converselabs/ios-sdk.git', :branch => 'release'
Setup
Here is a sample ViewController showing how you can include the SDK and load the bot on the click action of a button. You can also pass in metadata to the chatbot.
You will require DOMAIN and BOT_NAME which can be found from the dashboard.