🧠 oda-dialog-code-visual-helper READMEThis VS Code extension streamlines the development of Oracle Digital Assistant (ODA) skills built using YAML. In YAML code the flow of the conversation is basically an ordered list of state transitions. Tracing these transitions manually can become tedious — especially in large files. ✨ What this extension does
Getting StartedYou can find the YAML code in the skill conversation designer/dialog code.
You can edit that code inline in the ODA platform, but it is very slow (it is saved to the cloud after every change) and error phrone (there is no source control).
Therefore it is considered best practise to edit the code in a code editor like VSCode.
Install the extension.
Run command (cntrl + shift + p) Known IssuesVisual Flow DesignerSkills built using the Visual Flow Designer do not use YAML code and as such do not need this extension. Release Notes1.0.0Initial release of extension Enjoy! |