Configure Audio Variable Support in Bot Reply Node
Updated
The Bot Reply Node supports dynamic audio playback using Audio Variables. This capability allows you to play audio files from a URL stored in a variable, instead of relying only on fixed audio assets.
By using Audio Variables, you can simplify dialogue design, improve response performance, and deliver personalized audio responses at runtime without adding additional nodes or workarounds.
Steps to Configure Audio Variable in Bot Reply Node
Open the AI Agent task builder
Open your AI Agent application.
Click Build in the left navigation pane.
Select Tasks.
Create a dialogue tree
Click the Caret icon in the top-right corner.
Select Create Dialogue Tree.
Enter a Name and Description that define the context and behavior.
Select the Languages supported by the dialogue.
Click Save.
Add a Bot Reply node
In the dialogue tree builder, click the Plus (+) icon.
Select Bot Reply Node.
Open the Voice tab.
Configure Audio Variable
In the Add Bot Reply window, under Voice Reply, select Audio Variable.
Choose the variable that contains the audio file URL.
Ensure the selected variable resolves to a valid and accessible audio URL.

Save the configuration
Click Save to apply your changes.

Result
When the dialogue executes, the Bot Reply Node dynamically retrieves and plays the audio file from the selected variable. This enables flexible, scalable, and personalized audio responses within the same node.