What is the difference between a good bot and great bot? It is the design: design of intents, utterances and conversations which are as important as the design...
What is the difference between a good bot and great bot? It is the design: design of intents, utterances and conversations which are as important as the design of your integration or security. In this session Grant Ronald, Director of Technical Center of Excellence for digital assistants at Oracle, focuses on the key design decisions you need to make when building conversational digital assistants. You will learn about the most critical factors in designing conversation, best...
What is the difference between a good bot and great bot? It is the design: design of intents, utterances and conversations which are as important as the design of your integration or security. In...
This article shows how to create a Dependent/Cascading List Of Values (LOV) in VBCS. When you have a drop-down whose values depend on another drop-down then, in...
This article shows how to create a Dependent/Cascading List Of Values (LOV) in VBCS. When you have a drop-down whose values depend on another drop-down then, in this case, you can create a cascading List Of Values (LOV). For example, select the Oracle Office country from first LOV and populate city into second LOV based on the Country selected. The second LOV values are dependent on the first LOV. This is called the Dependent/Cascading List Of Values (LOV). Some Important...
This article shows how to create a Dependent/Cascading List Of Values (LOV) in VBCS. When you have a drop-down whose values depend on another drop-down then, in this case, you can create a...
Oracle Visual Builder provides a unified development platform that allows you to build both web applications - accessed from browsers - and mobile applications...
Oracle Visual Builder provides a unified development platform that allows you to build both web applications - accessed from browsers - and mobile applications - installed on devices. The development environment however keeps the development of those two as separate things in Visual Builder. There are several reasons for this including among others the belief that designing a good mobile experience - small device and touch gesture - is different from designing an application...
Oracle Visual Builder provides a unified development platform that allows you to build both web applications - accessed from browsers - and mobile applications - installed on devices. The...
System intents exist in Oracle Digital Assistant for "help", "exit" and the "unresolvedIntent". The "help" System Intent, when resolved in Oracle Digital...
System intents exist in Oracle Digital Assistant for "help", "exit" and the "unresolvedIntent". The "help" System Intent, when resolved in Oracle Digital Assistant, generates a UI that consists of cards with the contained skills' invocation names and sample utterances. The image below shows the card for a Pasta Maker skill contained in a digital assistant. The invocation name "Pasta Maker" is shown as the title of the skill. A brief description and example utterances are...
System intents exist in Oracle Digital Assistant for "help", "exit" and the "unresolvedIntent". The "help" System Intent, when resolved in Oracle Digital Assistant, generates a UI that consists of...
Hello, welcome to the July edition of the Oracle Digital Assistant News. We're kicking off the summer with a brand new newsletter dedicated to all things Oracle...
Hello, welcome to the July edition of the Oracle Digital Assistant News. We're kicking off the summer with a brand new newsletter dedicated to all things Oracle Digital Assistant. With a mix customer stories, upcoming events, best practices and technical articles, we hope there will be something for everyone. Please feel free to forward this newsletter to anybody who is interested and invite them to subscribe too. To submit any content for future newsletters please contact us...
Hello, welcome to the July edition of the Oracle Digital Assistant News. We're kicking off the summer with a brand new newsletter dedicated to all things Oracle Digital Assistant. With a mix customer...
Using multi-select lists are common user interface widgets in mobile and web application development. In conversations, graphical multi-select lists are...
Using multi-select lists are common user interface widgets in mobile and web application development. In conversations, graphical multi-select lists are difficult to create because users not only would need to select values, they also would need to click on a button to progress to a next dialog flow state. Here, form based use cases as in web and mobile are much better suited for the use of multi select lists. Still, multi value selects is an options available in Oracle...
Using multi-select lists are common user interface widgets in mobile and web application development. In conversations, graphical multi-select lists are difficult to create because users not...
Use a Python script that employs spaCy to help automate the training of your Oracle Digital Assistant chatbot. Creating intents and entities is one of the few...
Use a Python script that employs spaCy to help automate the training of your Oracle Digital Assistant chatbot. Creating intents and entities is one of the few time-consuming tasks that Oracle Digital Assistant developers may need to accomplish when defining a new skill (chatbot). Of course, rather than creating intent and entity definitions one at a time in the Bot Builder, you can import CSV files containing the intent and entity definitions, respectively. However, if you...
Use a Python script that employs spaCy to help automate the training of your Oracle Digital Assistant chatbot. Creating intents and entities is one of the few time-consuming tasks that Oracle Digital...
As of Oracle Digital Assistant 19.4.1, the local deployment of custom components has changed to the point that custom component tar balls (".tgz" files) must...
As of Oracle Digital Assistant 19.4.1, the local deployment of custom components has changed to the point that custom component tar balls (".tgz" files) must now contain all node module dependencies. This change addresses the new Acceptable Use of the Public Registry announcement by NPM , Inc. The blog article referenced in this post explains everything you need to know about this deployment change and provides guidance on what to do or not to do. What Has Changed In previous...
As of Oracle Digital Assistant 19.4.1, the local deployment of custom components has changed to the point that custom component tar balls (".tgz" files) must now contain all node module dependencies....
In 2020 and beyond, no organisation can ignore the enormous shift in the way that information is collected, stored and analysed. The AI war is full-on. Like all...
In 2020 and beyond, no organisation can ignore the enormous shift in the way that information is collected, stored and analysed. The AI war is full-on. Like all tech giants, Oracle years ago decided to join the fight for the AI chatbot and voice bot users. And that makes total sense. As a benchmark platform for secure data storage they are able to fill a niche that the Facebook-dominated chatbot sphere can not: A comprehensive architecture that interacts, stores data, learns...
In 2020 and beyond, no organisation can ignore the enormous shift in the way that information is collected, stored and analysed. The AI war is full-on. Like all tech giants, Oracle years ago...