...
In DDNA Studio under the Manage Conversation and Skills
section, add the Orchestration Skill
as a Base conversation. The Orchestration section within the Project Form details the steps required to successfully link an orchestration server along with a way to access the Orchestration template to get started quicker.
...
Go to the Orchestration
section in the DDNA Studio project form, and fill in the orchestration server url details (for local development set the “I’m developing locally” option, or use an app such as ngrok
or localtunnel
to get a url to your locally running server, example command with localtunnel
: lt --port 6060 --subdomain orchtest
).
...
Info |
---|
When using the “I’m developing locally” option, make sure you use http instead of https, and also specify the port where the server is running, for example: |
Quick start guide
You can quickly get started with this sample code
View file | ||
---|---|---|
|