As of today, the only way to pass response from child to parent bot is by using directline API call using the conversation ID from the Parent. Down the line this will be default option to pass the response back to parent.
Ahh awesome! We created this but we were thinking we were creating a legacy solution. Do you know any great articles describing this? We have some trouble with the authentication and the stuff like that.
Is there any pre-settings that have to be done for a Child bot itself in prior to connecting a Parent bot? My Parent bot is NOT calling a Child bot (i.e. activating the Power automate action that contains "Execute Copliot" though it did discern which child bots to call.
Is there a benefit to using Power Automate Cloud Flows to execute the child Agents in this scenario instead of just using the same Connector directly as an Action (assuming like in your scenario you aren't doing anything else to manipulate the process in the Cloud Flow)?
As of today, the only way to pass response from child to parent bot is by using directline API call using the conversation ID from the Parent. Down the line this will be default option to pass the response back to parent.
I dont have topics in this example for child agents since they only execute actions but you should be able to create topics if your scenarios needs it.
I’m only getting the conversationid back. Not the actual text response from the childbot. How did you get the actual information from the bot?
As of today, the only way to pass response from child to parent bot is by using directline API call using the conversation ID from the Parent. Down the line this will be default option to pass the response back to parent.
Ahh awesome! We created this but we were thinking we were creating a legacy solution. Do you know any great articles describing this? We have some trouble with the authentication and the stuff like that.
Is there any pre-settings that have to be done for a Child bot itself in prior to connecting a Parent bot? My Parent bot is NOT calling a Child bot (i.e. activating the Power automate action that contains "Execute Copliot" though it did discern which child bots to call.
Is there a benefit to using Power Automate Cloud Flows to execute the child Agents in this scenario instead of just using the same Connector directly as an Action (assuming like in your scenario you aren't doing anything else to manipulate the process in the Cloud Flow)?
You mention that the email reply sent can be formatted. How does one do that?
You would need to use a variable within the body of the email. The formatting would be applied at the variable using HTML tags.
How did you get the Response from the child agent to your Parent agent ?
As of today, the only way to pass response from child to parent bot is by using directline API call using the conversation ID from the Parent. Down the line this will be default option to pass the response back to parent.
@ thanks for the advice. Do you have any links to the documentation or examples on how to set it up?
Any Topics created in the parent/child bots?
I dont have topics in this example for child agents since they only execute actions but you should be able to create topics if your scenarios needs it.