In this blog I'll show you how to use functions such as Sum, Avg and Count on the data you store in business objects in Visual Builder. While you don't have...
In this blog I'll show you how to use functions such as Sum, Avg and Count on the data you store in business objects in Visual Builder. While you don't have direct way to write a sql statement to get this data, the ability to create object functions gives you access to similar functionality. Object functions leverage groovy to interact with the business objects. I covered an intro to this topic in the blog entry about service methods for BOs, and we have a reference book that...
In this blog I'll show you how to use functions such as Sum, Avg and Count on the data you store in business objects in Visual Builder. While you don't have direct way to write a sql statement to get...
The January video includes three topics: • Top blog posts 2021 • Social media • SOA Modernization For regular updates please subscribe to our YouTube...
The January video includes three topics: • Top blog posts 2021 • Social media • SOA Modernization For regular updates please subscribe to our YouTube channel here. Thanks for your likes and sharing the video on YouTube and LinkedIn. For the latest Developer Community information please visit Community Updates Wiki page (Community membership required). Blog Twitter LinkedIn Facebook Meetups Technorati Tags: YouTube,PaaS,Cloud,Middleware...
The January video includes three topics: • Top blog posts 2021 • Social media • SOA Modernization For regular updates please subscribe to our YouTube channel here. Thanks for your likes and...
We are happy to announce the release of the Oracle Visual Builder Platform – a complete and integrated environment for development teams to develop and deliver...
We are happy to announce the release of the Oracle Visual Builder Platform – a complete and integrated environment for development teams to develop and deliver cloud native applications. The Visual Builder Platform integrates the features of Oracle Visual Builder and Oracle Developer Cloud Service to cover the full development lifecycle from planning all the way to delivery and hosting. The platform consists of a development interface and a runtime/hosting service, Visual...
We are happy to announce the release of the Oracle Visual Builder Platform – a complete and integrated environment for development teams to develop and deliver cloud native applications. The...
Fishbowl Solutions wants to help organizations provide Coronavirus (COVID-19) information inside their organizations. Information regarding symptoms,...
Fishbowl Solutions wants to help organizations provide Coronavirus (COVID-19) information inside their organizations. Information regarding symptoms, prevention, and human resources available. To help drive the flow of accurate Coronavirus information, and help you handle the increase in volume of questions to your human resources departments or hotlines, we’ve built an HR digital assistant that can be deployed to your website or intranet. This digital assistant is intended...
Fishbowl Solutions wants to help organizations provide Coronavirus (COVID-19) information inside their organizations. Information regarding symptoms, prevention, and human resources available. To help...
Oracle Digital Assistant skills provide resource bundles as a feature for skill developers to build multi language bot responses, or just for them to keep label...
Oracle Digital Assistant skills provide resource bundles as a feature for skill developers to build multi language bot responses, or just for them to keep label and prompts in a single place for ease of administration and management. Custom components that are uploaded to a skill don't have access to resource bundle, which also has to do with how custom components communicate with a skill. The options skill developers have at current to provide translatable label strings and...
Oracle Digital Assistant skills provide resource bundles as a feature for skill developers to build multi language bot responses, or just for them to keep label and prompts in a single place for ease...
This article explains how you can add a search engine API into your Oracle Digital Assistant Skill. This functionality is useful when you want to add public...
This article explains how you can add a search engine API into your Oracle Digital Assistant Skill. This functionality is useful when you want to add public knowledge, FAQs, documentation and general information from a specific site or domain to your skill. Search engine API integration can serve as a fallback when your skill otherwise will not be able to provide an answer. Read the complete article here. Developer Partner Community For regular information become a member...
This article explains how you can add a search engine API into your Oracle Digital Assistant Skill. This functionality is useful when you want to add public knowledge, FAQs, documentation and...
Sometimes a question is what it is; a question. In this case, it makes little sense for a bot to start a long conversation with the user. Instead, the bot...
Sometimes a question is what it is; a question. In this case, it makes little sense for a bot to start a long conversation with the user. Instead, the bot should give a direct answer to the question. Answer intents are a recent addition to Oracle Digital Assistant and use the same machine learning model to understand the user question as regular intents do. With answer intents, Oracle Digital Assistant provides a very reliable and successful implementation of the...
Sometimes a question is what it is; a question. In this case, it makes little sense for a bot to start a long conversation with the user. Instead, the bot should give a direct answer to the...
In this article I am demonstrating how to integrate Oracle Digital Assistant (ODA) in Oracle Analytics Cloud Service (OAC). Over time, Oracle Digital Assistant...
In this article I am demonstrating how to integrate Oracle Digital Assistant (ODA) in Oracle Analytics Cloud Service (OAC). Over time, Oracle Digital Assistant product management has encountered many requests for embedding Digital Assistant in OAC for various reasons like • assisting with questions about the organization terminology. • meanings of a specific report values, “does the report about x exists in the OAC”, “what stands behind the calculation of value X”, etc....
In this article I am demonstrating how to integrate Oracle Digital Assistant (ODA) in Oracle Analytics Cloud Service (OAC). Over time, Oracle Digital Assistant product management has encountered...
This article explains how composite bag entity items that are based on complex entities like DATE, NUMBER or CURRENCY can have their values set using a custom...
This article explains how composite bag entity items that are based on complex entities like DATE, NUMBER or CURRENCY can have their values set using a custom component. The use case for this is e.g. to set a DATE item to a current date or set an item to a derived value. A sample skill and sample code can be downloaded. About entities Oracle Digital Assistant skills use entities in natural language processing to extract information from user messages based on patterns or...
This article explains how composite bag entity items that are based on complex entities like DATE, NUMBER or CURRENCY can have their values set using a custom component. The use case for this is...