5. (Optional) Calling Insight parameters from the flow
If you decided to pass the values/results from the previous prompts, here you can find how you can use them in the flow.
Open Digital Agent project
Open a node of your preference (Answer, Function, or AI node)
Add the insight prompt parameter following this name convention: <insight_previous_prompt>_<parameter>:
For the Answer node, add the parameter by selecting it in the "Entities" → "Name" dropdown field.
For the Function node, you can refer to the parameter in "variables", or you can add a tool and specify the parameter name in "optional parameters".
For the AI node, you can refer to this in the "Behaviour" window
Tips:
Use this, if you want your voicebot/emailbot/chatbot/back-office bot to work with the analyzed data, you can send all these data into DA together with current_utterance as metadata.
Last updated
Was this helpful?