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
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,
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,
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 All,
I am trying to rendering the html code in android bots SDK. any one have idea how can we do this.
Regards,
Vikhil
I would to login the oracle mobile hub chats using the hangout credentials.
Dailog Flow channel as google hangout
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.
I have installed the Mobile Cloud Service SDK for ionic into my ionic app, as per the notes in the official Oracle docs found here:
However, the code shown in step 3 (Create the configuration file for the app) seems not to be correctly formed TypeScript. When I paste it into a new .ts file in my project, the following two lines of code cause compilation errors:
The errors are: Identifier expected, ; expected, cannot find name 'mcssdk'. There's also no closing brace for the first opening brace. Does anyone have a working example I could use?
Also, where in my ionic project should I store the mcs.js and mcs.min.js files? I have put them in src > app > lib > mcs. The article linked below says to put them in www > lib > mcs but my project does not have a lib folder in www. My project is ionic 5.0.3.
http://www.ateam-oracle.com/using-the-oracle-mobile-cloud-service-sdk-with-angularjs-and-ionic
Hi,
We are trying to integrate oracle digital assistant with google assistant, we want to know how we could achieve it without using any external servers like ngork,etc. for webhook urls. And if by any chance is oracle planning to release a channel for Google Assistant in near future or is it in the roadmap?.
Thanks,
Satya
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 Experts,
I am looking for a solution where I can close the Instant app window upon "exit to bot" action. I have tried to add a JS snippet and did "window.close()" but it didn't worked.
Idea is to switch to the bot automatically when user presses submit button.
My bot version : 18.2.5.
Thanks in advance,
Soham