Guides

Deploying Dialog Application

When your Dialog Application is complete and ready for testing or for handling real calls, you need to deploy it. Deploying makes your Dialog Application available in Orchestrator Chat, where you can simulate a conversation between a real caller and the chatbot.

Follow these steps to deploy a Dialog Application:

  1. Click the Deploy button in the upper-right corner.

  2. From the dropdown, select:

    • Deploy all – if you are deploying this application for the first time.

    • Deploy changes only – if you are updating an application that has already been deployed.

image-20241121-113415.png

To prevent runtime inconsistencies, you must always redeploy the Orchestrator Application whenever you enable Validation or Confirmation in an associated miniApp.

This is required because the Orchestrator updates its execution logic to support these features, and both components must stay in sync.

Deployment messages

  • If the deployment is successful, you will see a confirmation message in the upper-right corner of the screen.

    deployed_successfully.png
  • In environments that support asynchronous deployment, you will see a message indicating that the deployment is in progress.

    image-20241121-114314.png

Please note that this feature is not available to all environments yet.

Once the deployment is complete and a new notification appears in the upper-right corner:

  1. Click the notification bell icon to open the notifications panel.

    image-20241121-115120.png
  2. Check the deployment status of your application:

    • If the deployment was successful, a success message will be shown (as in the screenshot above). Click the message to mark it as read.

    • If there was an error, you will see an error notification. Click more in that notification to view error details and update your application accordingly.

image-20241121-114944.png

Underscores in field names

Underscores in field names have been deprecated. You must remove underscores from all field names before you can successfully deploy the application.

If you click Deploy without first removing underscores from the fields, the deployment will be blocked, and the following error message will appear:

image-20240619-144517.png