The Oracle Digital Assistant Web Messenger (Oracle Web SDK) can be configured to read bot responses to a user. The language and tone of a bot is usually to...
The Oracle Digital Assistant Web Messenger (Oracle Web SDK) can be configured to read bot responses to a user. The language and tone of a bot is usually to match an organization or brand. Likewise, the voice and accent of the text-to-speech (TTS) audio also should match the organization or brand. The screenshot below shows the sample web client that you can download for this article. After configuring it for your Oracle Web channel, you can start the web client with a double...
The Oracle Digital Assistant Web Messenger (Oracle Web SDK) can be configured to read bot responses to a user. The language and tone of a bot is usually to match an organization or brand....
Bot conversations in Oracle Digital Assistant are not sequential, or in other words, many paths lead to the same result. The image below shows examples of user...
Bot conversations in Oracle Digital Assistant are not sequential, or in other words, many paths lead to the same result. The image below shows examples of user input and the expected outcome. Notice that "Please show me the menu", "I like to order pasta". I like to order a pasta with bacon" and "I like to order a pasta with bacon and garlic" lead to the same outcome, which is the confirmation of an order. Where the different user messages differ is in the number of states...
Bot conversations in Oracle Digital Assistant are not sequential, or in other words, many paths lead to the same result. The image below shows examples of user input and the expected outcome....
Introduction Use of custom component is very common while working with Oracle Digital Assistant (ODA). Whenever you want to make a call to any back-end service...
Introduction Use of custom component is very common while working with Oracle Digital Assistant (ODA). Whenever you want to make a call to any back-end service or implement complex logic, which otherwise would require multiple dialog flow states, you would be using custom component. A custom component is build using Node.js. While building a custom component, developers often tend to overlook checking the code quality. While there are various tools available in the market to...
Introduction Use of custom component is very common while working with Oracle Digital Assistant (ODA). Whenever you want to make a call to any back-end service or implement complex logic,...
Transform the Student Experience with a Campus Chatbot The full promise of digital assistants can be realized once you authenticate your users, provide...
Transform the Student Experience with a Campus Chatbot The full promise of digital assistants can be realized once you authenticate your users, provide personalized answers and integrate into key enterprise systems. Once a digital assistant knows who you are, students can track their academic progress, update their data, or check financial aid all in one digital assistant. Advisors, faculty and staff can also save time by asking the digital assistant to perform automated...
Transform the Student Experience with a Campus Chatbot The full promise of digital assistants can be realized once you authenticate your users, provide personalized answers and integrate into...
· Integrate Frequently Asked Questions in Oracle Digital Assistant Oracle Digital Assistant provides two options for implementing frequently asked questions:...
· Integrate Frequently Asked Questions in Oracle Digital Assistant Oracle Digital Assistant provides two options for implementing frequently asked questions: Q&A intents and Q&A framework. To follow these hands-on instructions—and figure out which one better serves your needs—you need a trial or paid instance of Oracle Digital Assistant 19.4.1 or later. Sign up for a free trial at cloud.oracle.com. · Install Oracle Java in Oracle Cloud Infrastructure Oracle Java, a widely...
· Integrate Frequently Asked Questions in Oracle Digital Assistant Oracle Digital Assistant provides two options for implementing frequently asked questions: Q&A intents and Q&A framework. To follow...
When it comes to deployment of API Gateways, there are a couple of well-known patterns, that of the Internal Gateway and External Gateway (described in several...
When it comes to deployment of API Gateways, there are a couple of well-known patterns, that of the Internal Gateway and External Gateway (described in several resources including here). These two deployments essentially reflect the considerations of offering endpoints up to less secure network segments such as the internet (external gateways) and trusted network zones (internal gateways). But in addition to the physical deployment within a network, these deployments are...
When it comes to deployment of API Gateways, there are a couple of well-known patterns, that of the Internal Gateway and External Gateway (described in several resources including here). These...
Functions on Oracle Cloud are an important element in any cloud native application architectures. Functions are typically small, well contained and fairly...
Functions on Oracle Cloud are an important element in any cloud native application architectures. Functions are typically small, well contained and fairly independent pieces of logic to carry out specific tasks. These tasks can be executed upon reception and handling of HTTP requests – a very common use case – or processing of other events. A function can also provide the implementation of a job that should be executed according to a time schedule – and therefore be triggered...
Functions on Oracle Cloud are an important element in any cloud native application architectures. Functions are typically small, well contained and fairly independent pieces of logic to carry...
In September 2019 Oracle announced it’s partnership with Microsoft. Al lot of the Oracle solutions, such as databases, middleware, EBS and so on will become...
In September 2019 Oracle announced it’s partnership with Microsoft. Al lot of the Oracle solutions, such as databases, middleware, EBS and so on will become available on the Azure Marketplace somewhere in the near future. Besides this tight integration, I also I wondered how many differences there are between the various managed Kubernetes services provided by different vendors. Now Oracle provides OKE(Oracle Kubernetes Engine) and Microsoft AKS(Azure Kubernetes Service)....
In September 2019 Oracle announced it’s partnership with Microsoft. Al lot of the Oracle solutions, such as databases, middleware, EBS and so on will become available on the Azure Marketplace...
Last week I had the honor to present at the UKOUG TechFest 19, together with my 'partner in crime', I think I can say now: Simon Haslam. We combined our...
Last week I had the honor to present at the UKOUG TechFest 19, together with my 'partner in crime', I think I can say now: Simon Haslam. We combined our sessions into a part 1 and a part 2. For me this presentation is the result of having done a workshop at the PaaSForum in Mallorca, and then to work that around into a setup where I was able to run the MedRec Weblogic sample application against a managed Database under Kubernetes. Kubernetes Weblogic Operator Tutorial I...
Last week I had the honor to present at the UKOUG TechFest 19, together with my 'partner in crime', I think I can say now: Simon Haslam. We combined our sessions into a part 1 and a part 2. For...