Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ai/oracle-digital-assistant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Oracle Digital Assistant is a platform powered by artificial intelligence, specifically designed to build chatbots, also known as conversational agents. These agents are capable of mimicking human-like dialogue patterns. They leverage sophisticated machine learning algorithms and natural language processing (NLP) to interpret user requests, deliver smart responses, and carry out complex business workflows. The platform offers excellent integration possibilities with both Oracle's applications such as CX Fusion, Service Cloud, and applications like Salesforce and Genesys. This facilitates efficient automation of tasks across different business domains.

Reviewed: 21.08.2025
Reviewed: 22.01.2026

# Table of Contents

Expand Down Expand Up @@ -85,7 +85,7 @@ If you navigate to the templates folder you will find our Digital Assistant temp

# License

Copyright (c) 2025 Oracle and/or its affiliates.
Copyright (c) 2026 Oracle and/or its affiliates.

Licensed under the Universal Permissive License (UPL), Version 1.0.

Expand Down
10 changes: 6 additions & 4 deletions ai/oracle-digital-assistant/oda-pro-styled/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ODA Pro Styled

Review date: 17-10-2025
Review date: 22-01-2026

Author: Ras Alungei

Expand Down Expand Up @@ -153,8 +153,10 @@ Detailed setup instructions are available in each component's README.
- Web Speech API (for browser speech mode)
- LocalStorage for project persistence

## License
# License

Copyright (c) 2025 Oracle and/or its affiliates.
Copyright (c) 2026 Oracle and/or its affiliates.

Licensed under the Universal Permissive License v1.0.
Licensed under the Universal Permissive License (UPL), Version 1.0.

See [LICENSE](../../LICENSE.txt) for more details.
12 changes: 6 additions & 6 deletions ai/oracle-digital-assistant/oda-workshop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Conversational AI specialist this workshop is a proven
methodology and many customers have used it as a major
stepping stone in a successful Conversational AI strategy.

Reviewed: 22.09.2025
Reviewed: 22.01.2026

# When to use this asset?

Expand All @@ -32,9 +32,9 @@ See the README document in the /files folder.
See the README document in the /files folder.

# License
Copyright (c) 2025 Oracle and/or its affiliates.

Copyright (c) 2026 Oracle and/or its affiliates.

Licensed under the Universal Permissive License (UPL), Version 1.0.
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

See [LICENSE](../../LICENSE.txt) for more details.
5 changes: 2 additions & 3 deletions ai/oracle-digital-assistant/oda-workshop/files/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@ Deeper understanding of the value of Conversational AI;

# License

Copyright (c) 2025 Oracle and/or its affiliates.
Copyright (c) 2026 Oracle and/or its affiliates.

Licensed under the Universal Permissive License (UPL), Version 1.0.

See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

See [LICENSE](../../LICENSE.txt) for more details.
4 changes: 2 additions & 2 deletions ai/oracle-digital-assistant/templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ The Concierge Template is a skill for quickly setting up a Knowledge bot.

# License

Copyright (c) 2025 Oracle and/or its affiliates.
Copyright (c) 2026 Oracle and/or its affiliates.

Licensed under the Universal Permissive License (UPL), Version 1.0.

See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.
See [LICENSE](../../LICENSE.txt) for more details.
22 changes: 13 additions & 9 deletions ai/oracle-digital-assistant/templates/agent-doc-groups/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@

This template is an ODA-skill for using AI Agent with different document-groups.
This limits AI Agent to only use a specific group of documents when answering a prompt

Reviewed: 21.01.2026

# When to use this asset?

There are several scenario's with ODA how this can be used:
- Limit a skill to a certain subject
- Define document groups per intent/flow
- Define document groups based on users role

Reviewed: 31.10.2025

Setup:

# How to use this asset?

Import the mdAgent1 skill in ODA
In the skill configuration you can define one or more document groups
In the sample flow you can pass the document group in the API call
Expand All @@ -19,9 +23,9 @@ Setup:
(re)run ingestion job in Knowledge bases

# License
Copyright (c) 2025 Oracle and/or its affiliates.

Copyright (c) 2026 Oracle and/or its affiliates.

Licensed under the Universal Permissive License (UPL), Version 1.0.
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

See [LICENSE](../../LICENSE.txt) for more details.
10 changes: 7 additions & 3 deletions ai/oracle-digital-assistant/templates/ai-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@

This template is a skill for quickly setting up using AI Vision, AI Document Understanding, AI Language and AI speech integration from ODA

Reviewed: 31.10.2025
Reviewed: 21.01.2026

Setup:
# When to use theis asset?

If you need AI Vision, AI Document Understanding, AI Language and AI speech integration from ODA

# How to use this asset?
Import the mdAI_services skill in ODA
For each of the services a flow is defined to connect to one of the AI Services
Make sure you change connection to your AI Service instances

# License

Copyright (c) 2025 Oracle and/or its affiliates.
Copyright (c) 2026 Oracle and/or its affiliates.

Licensed under the Universal Permissive License (UPL), Version 1.0.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,22 @@

This template is a skill for quickly setting up a Knowledge bot and using AI Agent for anything no answer was found.

Reviewed: 31.10.2025
Reviewed: 22.01.2026

# When to use this asset?

If you want your AI Agent RAG to answer anything not handled by intents

# How to use this asset?
Concierge-Agent Template WebSDK
Import the mdAgentConcierge in ODA to include Agent whenever no matching answer intent was found

Setup:
First setup the Concierge template as described [here](https://github.com/oracle-devrel/technology-engineering/tree/main/ai/oracle-digital-assistant/templates/concierge-template)
Next import the mdAgentConcierge in ODA to include Agent whenever no matching answer intent was found

# License

Copyright (c) 2025 Oracle and/or its affiliates.
Copyright (c) 2026 Oracle and/or its affiliates.

Licensed under the Universal Permissive License (UPL), Version 1.0.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

The Concierge Template is a skill for quickly setting up a Knowledge bot.

Reviewed: 31.10.2025
Reviewed: 21.01.2026

Concierge Template WebSDK
# When to use this asset?

To implement answer intents with carousel and user feedback

# How to use this asset?

Setup:
To use this web-sdk for your bot you minimally need to do the following:
1. In the scripts/concierge.js file:
line 3: Enter the URI of your ODA instance in the format shown
Expand Down Expand Up @@ -38,7 +41,7 @@ In your freemarker expression you can use them like profile.properties.value.com

# License

Copyright (c) 2025 Oracle and/or its affiliates.
Copyright (c) 2026 Oracle and/or its affiliates.

Licensed under the Universal Permissive License (UPL), Version 1.0.

Expand Down
4 changes: 2 additions & 2 deletions ai/oracle-digital-assistant/templates/hcm-ml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The HCM-ML Template is a quick start to easily add multi language and Q&A to the HCM out-of-the-box skill.
The provided documentations describes an entry-level exercise to start working with Oracle Digital Assistant using the HCM_ML template as a starting point to use the HCM SaaS skill in a multi-lingual way.

Reviewed: 22.09.2025
Reviewed: 22.01.2026

# When to use this asset?

Expand Down Expand Up @@ -33,7 +33,7 @@ Disclaimer

# License

Copyright (c) 2025 Oracle and/or its affiliates.
Copyright (c) 2026 Oracle and/or its affiliates.

Licensed under the Universal Permissive License (UPL), Version 1.0.

Expand Down