Hi there,
I have a form created on Bot Framework Composer and I would like to use the topic on other topics inside PVA.
For example, on PVA there is a choice to "Redirect to another topic" and unfortunately the topic that comes from Bot Framework Composer is not on the list.
How can I use that topic as a redirection instead of being triggered?
Cheers,
Fernando
Hi @fernandosilva,
the most likely reason why your Composer "topic" is not on the Redirect list in PVA is because it is of type "intent trigger" (ie: it can have trigger phrases) in Composer.
If you re-create it as a "dialog" in Composer (dialogs do not have trigger phrases), it will show up on the Redirect list in PVA. Only Composer "dialogs" are supported with "Redirect to another topic" feature in PVA.
Hope this helps!