How can we integrate Google dialogflow v2 api in iOS application? - ios

I want to integrate google Dialogflow chatbot in my iOS application, I have setup everything in google console but don't know how to implement it in iOS(swift) side, can anyone know is there any sdk or document available through which we can integrate dialogflow v2 API in iOS ,do not want to use any chargeable sdk
Thanks

Since Dialogflow doesn't provide UI to show your chatbot and user's responses, you will have to use the chat SDK platform that supports integration with Dialogflow.
I agree with paying for the SDK may difficult when you are in the initial stage of your business but looks like it is a bit difficult to check for the platform that provides the free SDK integration.
To render your Dialogflow bot responses on your iOS application, you can use a platform like Kommunicate to add the chat option into your iOS app and this will helps you to add your chatbot into your mobile applications.
To do the integration on your iOS app you can check out this documentation and the blog.

Related

integrating watson chatbot with chatbase

I a beginner with IBM watson. I know that we can integrate bot build in dialogflow/ API/AI with chatbase and both are the services provided by google. I need a clarification on whether I can integrate it with the bot created using watson.
I have implemented a twitter bot in watson, I used NodeJs and the package watson-developer-cloud from https://www.npmjs.com/package/watson-developer-cloud. For chatbase I found a package called #google/chatbase.
I want to integrate my twitter bot with chatbase(if possible). Hope somebody can direct me in doing this.
Yes, Chatbase integrates with any type of bot (voice or text), built on any platform, via the Chatbase API. See this quickstart: https://chatbase.com/documentation/quickstart#documentation

How to Integrate Google Now to iOS App

I have to integrate Google Now to iOS apps. Please help me with an idea.I have to find out how to integrate Google Now to my iOS app and Alerts will be shown in Google Now.
Currently, the only way to integrate with Google Now is with Google email schemas. You can find the supported Google Now schemas here:
https://developers.google.com/schemas/now/cards?hl=en
Bus reservation and train reservation will also integrate with Google Now:
https://developers.google.com/schemas/reference/bus-reservation
https://developers.google.com/schemas/reference/train-reservation
It's ideal that your app is transactional. Please note that your email will have to be whitelisted in order to send Google schemas. You can find info on registering here:
https://developers.google.com/gmail/markup/registering-with-google
If you would like to do some testing on triggering Google Now cards, you can use the following Apps Script tutorial (using your personal Gmail account):
https://developers.google.com/schemas/tutorials/apps-script-tutorial
If you post more information on what your iOS app does, I can help you determine which markup will help you achieve what you're trying to do.

Amazon web service with ios integration

all,
I am new to AWS world.
I am creating a app like photo sharing using ios 7 sdk and aws mobile sdk.I have read DynamoDB and trying to use that.
I Have used Cognito features.
Also required SignUp and SignIn features. How to implement signup/signin features?
Can you put some code here?
Thanks in advance.
I would suggest you using parse.com instead.
It provides all the features you need, along with a great ios sdk.
I have a app on the ios store using parse as the backend

PayPal Express Checkout in native iOS app

I need to integrate Express Checkout in my iOS application.
I know that the new Paypal iOS SDK doesn't support Express checkout.
Is there a different library for this purpose, is there a way to integrate express checkout within a UIWebView?
I need to send PAYMENTREQUEST_n_PAYMENTREQUESTID, i don't know if i can send it with iOs SDK.
To answer your question directly, you should be able to use Mobile EC within your UIWebView. However, is there a specific feature you are looking for with EC that's not available with the mSDK?

How the handshaking between gigya,my app and my server takes place?

I want to use social login feature of Gigya SDk in my iOS app.
But when user logs in using Gigya SDK from my mobile application,how come my server will get notified about this event?
The question is really to broad to answer. The Gigya SDKs are just a layer that sits atop the Gigya REST API. It's a simple request/response scheme that you use as a service that is consumed. If you need Gigya data sent to another 3rd party source, then you must facilitate that with your own code. The mobile SDK and Gigya API in general doesn't push data to 3rd party sources.

Resources