I am trying to design a custom android app similar to the chatbot. But I want my android app to talk to the Dialogflow. Could someone help me with this? I am new to both chatbot and Dialogflow.
As per your query, I understood that you are trying to add Dialogflow chatbot into your android mobile app.
If you are referring to the same, it is very simple. Search for a platform like Kommunicate and integrate your Dialogflow chatbot by visiting the Bot integration section.
Once you are ready with the chatbot integration, now add the Kommunicate chat widget into your android mobile app, here is the reference blog.
Related
We have some PWA's for flight, hotel booking, etc. we want to add it as a separate section and open it in our existing Android and IOS apps(Native apps).
we are trying to achieve the same behaviour as in native app
Hi you can use a webview in your native apps. It is possible for IOS and Android but you will never have the same "feeling" as a native app. For further information check the documentation of Google and Apple:
Android Web View
iOS WebKit
I want to setup facebook account kit in my flutter app.
Facebook official developer site only has Android, iOS and Javascript SDKs.
Is it possible to setup facebook account kit in a flutter app?
I have tried to search google a lot but found nothing useful.
If its possible then please show me a way of doing that
TIA.
You can use this library for use FB account kit with flutter application Which makes easy to integrate FB account Kit in Flutter Applications.
https://github.com/peerwaya/flutter_account_kit
I made a demo app for voice/text message using Dialog-flow API. I integrated that agent with Google action. Now I want to use this Dialog-flow agent/API in native android app. All are working fine as i test it on Google Action simulator and native android app.But not able to see google suggestion chips in native app, How i can solve this ?
Please help.
Am trying to integrate Touch Id for Hybrid Application, i have done with the iPhone(working) and now am stuck with android application.
Here is my query How can i achieve the Touch id integration with Android,
these are the sample links i tried to integrate,
https://www.npmjs.com/package/cordova-plugin-android-fingerprint-auth
https://www.ibm.com/developerworks/community/blogs/worklightsmobileplayground/entry/touchid_authentication_with_worklight?lang=en
Any idea how to proceed further.
I'd suggest trying the sample application that is referenced in the documentation here: https://www.ibm.com/support/knowledgecenter/SSHS8R_7.1.0/com.ibm.worklight.dev.doc/devref/t_setting_up_touch_id_jsonstore.html
It's not a complete project, but can be added to an existing Hybrid or iOS native application. Please give it a try and let us know if you have difficulties with with.
I have to implement Voice/Video Chat Android Native App. Thought of using Hangout API So gone through the below links. I am little confused, I didn't understand how to do it in Native Android App. It looks like it is for Desktop Web Browser.
https://developers.google.com/+/hangouts/getting-started
https://developers.google.com/+/hangouts/running#running-private
https://developers.google.com/+/hangouts/writing
Is Current Hangout API's useful for Android Native App?
Can anyone help me on
Implementing Voice/Video Chat Using Hangout API in my Android Native App
Any Sample Apps (.apk) or Links available