For partners that build or integrate commercially available applications and service solutions with the Oracle Cloud Platform
For partners that provide implementation or managed services around Oracle Cloud Applications
I would to login the oracle mobile hub chats using the hangout credentials.
Dailog Flow channel as google hangout
We are exploring Mobile development platform, does anybody know of any Oracle Cloud offering for the same.
It's a bit confusing and I am new to Oracle PAAS offering. Did look up some videos about Oracle PAAS but not very clear.
Just want some inputs with the Oracle Mobile Cloud Service (MCS), the development tool seems to be MAX, basically for business users. I am guessing the MAX tool generates an underlying MAF application.
Question 1): Is there any provision in the Oracle MCS to develop the application using Oracle JDeveloper and MAF or does it just provision backend APIs
Also, is the Oracle MCS one stop shop for all mobile development needs. Or any other software needs to be installed in addition like SQLLite so forth.
2) Can anyone suggest a end to end mobile development PAAS with a working example or video.
Thanks
Hi All,
I am trying to rendering the html code in android bots SDK. any one have idea how can we do this.
Regards,
Vikhil
Hi,
I just embedded the Oracle chatbos (bots-client-sdk-android-18.2.3.0) in one of our Android apps. Looks like the chat is working fine.
The only thing is that whenever the chatbot is restarted (even when app is force closed) the chat history is saved to. I would like a clean chatbot session everytime the chatbot is (re) started.
So is there a way to reset (or restart) te chat bot session?
I used the code from de chatbot sample to start te chatbot (bots-client-sdk-android-samples-18.2.3.0).
Kind Regards,
Andre Brouwer
Hi,
We are use bots android SDK v 3,5,2 but unable to clear the conversation of bot.
so how can we clear the conversation.
Regards,
Vikhil
Hi,
I'm trying to build up webhook channel in ODA referring this https://cdn.app.compendium.com/uploads/user/e7c690e8-6ff9-102a-ac6d-e4aebca50425/e6ee15e8-2e68-4a1a-adad-eac941a469d4/File/2c0fbb4d4960a11202149226686b8277/myfirstwebhook.pdf
and we getting following error with the screenshot
Regards,
Vikhil
Hi,
I embedded the Oracle chat bot using the sdk (bots-client-sdk-android-18.1.1.0) into one of our apps.
The sdk is working fine, but I facing an issue with accessing the user properties set through the android sdk. I don't seem to be able to retrieve the property in the chat bot flow console. Can someone help me with how to do that.
----------------------------------------------------
a little more details:
I am setting the user's first name, last name and then adding two different string variables (someVariable1, someVariable2) to the user through the User.getCurrentUser().addProperties(); method in the sdk.
Now I am able to retrieve the updated first and last name of user in the Flows page of my chat bot. However, I haven't been successful in retrieving the two properties at all.
I tried accessing them like a user scoped variables through "${user.someVariable1.value}" and a few other options but to no use
I would appreciate the help in accessing those added properties.
Regards,
Mohammed Alyahya
Hi,
How to hide message in Android SDK, currently we can hide message in javascript SDK using messageBody = {
text: msg,
type: 'text',
metadata: {
isHidden: true
}
};
then how can we implement the same in android SDK.
Regards,
Vikhil
Hi everyone,
I was just wondering if there is any way to port my web channel into Android and iOS platforms without building the apps from scratch.
I am aware that web applications can be ported into native iOS and Android apps but does the bots-sdk support it?
Thanks in advance,
Sharath Chandra Gavini.
Hi,
I am just een beginner with the Oracle chat bots. I have seen a een demo of the Oracle Java Chatbot, and now im trying to recreate this in an Android app using the Android SDK of the chatbot (bots-client-sdk-android-18.2.3.0).
I managed to get the welcome and startofconversation text in the app. But now I also want an image with the corporate logo next to this. Is this possible in de Android SDK. I have added an image on how this looks in de javascipt version of the oracle chatbot.
Kind regards,
Andre Brouwer