Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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: http://localhost:6060 . You will also need to enter your public IP address (you can google “what’s my IP), for example: 186.190.187.48/0

Quick start guide

You can quickly get started with this sample code

View file
nameorchestration-nodejs-main.zip