To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Digital Assistant & Mobile
Discussion List
-
Welcome (Default) Message upon opening the BotSummary Welcome (Default) Message upon opening the BotContent We wanted the bot to display a welcome greeting even before the user types anything (like a default message… -
Create the elements (like Panes, Buttons, Images, Edit Boxes etc...)Summary Create the elements (like Panes, Buttons, Images, Edit Boxes etc...)Content In Instant Apps, is there a way to create the elements (like Panes, Buttons, Images, … -
In Instant Apps, is there a way to set the Image source in runtime?Summary In Instant Apps, is there a way to set the Image source in runtime?Content In Instant Apps, is there a way to set the Image source in runtime? -
HTML Tags in OBotMLSummary HTML Tags in OBotMLContent In OBotML, Is there a way to format the chatbot response using HTML tags? (example: making part of the response bold or italicized or … -
slack channel integration for Oracle Intelligent BotSummary Slack (Webhook) integration with Intelligent Bot in AMCE is not workingContent Hi All, Is oracle intelligent bot still supporting slack as a channel. I tried the… -
Exit to bot event to close Instant AppContent 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.clos… -
question about System.OAuthAccountLinkSummary component auth in bot with unwanted behaviorContent Hi!, We are developing a chatbot using the Intelligent Bots product in the version 17.4.5 with Oracle Mobile … -
How to include local node package in custom APISummary Need to add a local node package to custom APIContent Hi All, I developer a custom API for AMCe and that one is using a local node package that contains some uti… -
how can we launch/integrate a bot from Oracle cloud ERP(SaaS) and display chat window in itSummary how can we launch/integrate a bot from Oracle cloud ERP(SaaS) and display chat window in itContent how can we launch/integrate a bot from Oracle cloud ERP(SaaS) … -
Reply from a chat bot can be shown in which format? for example if we want to show in tabular formatSummary Reply from a chat bot can be shown in which format? for example if we want to show in tabular format or any presentable format how can we achieve this?Content Re… -
how to programatically train the bot when the specific intents are not defined?Summary how to programatically train the bot when the specific intents are not defined?Content I need to know how we can train the bots in MCS if there are no intents de… -
QnA componentSummary i want to cretae a bot only using System.QnA component to make my bot reply to some question.Content i want to build a sample of a Q&A bot. i created the bot and… -
Where to store env info for a chatbotSummary What is the best place to store environment information for a chatbotContent Hello everyone, for our chatbot we need to store some dates and some keywords, which… -
I do not see QnA component in my Bot builder in MCSContent Hello, I have gone through videos of Grant and documentation of QnA https://docs.oracle.com/en/cloud/paas/mobile-autonomous-cloud/use-chatbot/q1.html#GUID-951764… -
postback action is not getting triggered on MessageModel cardsContent In my custom component, i am calling one rest api to fetch the data and then putting into cards with actions on each card (no global action) but i am clicking on… -
Image is not getting displayed in my chatbot while using carbObject of MessageModelSummary I am trying to show the product images in chatbot from CX cloud instance via messageModel.Content I am passing all the paramters to the cardObject of messageMode…User_2025-02-03-16-32-31-120 53 views 4 comments 0 points Most recent by User_2025-02-03-16-32-31-120 -
Failing to create connector to call CX Cloud REST api in MCSContent Hi , I have to call cx cloud rest api having uri path /ccadmin/v1/products , this api needs access_token which we get by calling /ccadmin/v1/login. I have tried … -
Error: Could not find method implementationSdkVersion() for arguments on object of type com.andSummary Error while creating Oracle bolt client through android sdkContent Hi Gurus, i am facing below issue in my Oracle chat bot application when i am trying to create… -
My bot using facebook channel, not replying to general public, only to me(developer)Summary My bot is working well and replies well when i am interacting with it using the developer credentials for the facebook messenger, but it is not replying to gener… -
Bot Client SDK with Oracle JET Hybrid AppSummary How to use bot js sdf with JET hybrid appContent Hi All, I have been trying to integrate a bot into a JET hybrid app. But I ran into a few issues. * According to… -
channelCustomPropertiesSummary Cards are not displayed on Facebbok channel.Content i still have the same problem here : https://cloudcustomerconnect.oracle.com/posts/cc7d86ef6f any help please… -
Translation problem with the facebook channelSummary I use the google translation service and everything is fine in the botui tester but it does not work in the Facebook channel.Content Hello, everything work on th… -
How do I get the name of an entity?Content Hi, I have a question regarding entities. I have 2 entities, each containing a list of hotels. The entities are called hotelsAreaOne and hotelsAreaTwo. They are … -
Date in french format (dd / mm / yyyy)Summary the bot can not understand the french format (dd / mm / yyyy) and transforms it into english format (mm / dd / yyyy).Content exp1: entry : 10/12/2018 (dd / mm / … -
Login in to bot using iOS SDKSummary How do I log in to the bot using the iOS SDK?Content Hi, How do I log in to the bot using the code snippet (iOS, Swift) below? I need a userId and JWT, I do not,… -
channelCustomProperties for Facebbok channelSummary Cards are not displayed on Facebbok channel.Content I'm using "System.CommonResponse" component to show cards with a description and url action. my problem is th… -
Can we use resourcebundle to hold value of card labels, actions and URLs?Content Hi all, I'm working (18.2.5) with CommonRepsonse components and I just found that I am unable to use a resourcebundle to get the value of CardImageURL and CardUR… -
Card Conversation Messages not showing up in iOS SDK conversationSummary Card Conversation Messages not showing up in iOS SDK conversationContent Hi, I'm using Card Conversation Messages for creating a Who Is Who. When I try it out on… -
Chatbot: Working with versions in productionSummary What is the advice way of working with chatbots in production?Content Hi, what is the best approach of working with bots in production? Once the bot is put into … -
Recognizing namesSummary Who is who- search by name functionContent Hi, I'm currently working on a chatbot project where I have to implement a "Who is who?" function. Here are some examp…