
Hello,
I am trying to compare outputs from X number of parallel branches. In this case, I need it to work for QnA Maker knowledge bases.
Let's say I have two knowledge bases in QnA Maker and I'd like to send user input to all of them by using parallel branches.
I need to compare confidence scores out of X (2 in this case) knowledge bases and select the greatest score. Then select the QnA answer with the highest confidence score.
How would I do that? Currently stuck on initializing an array variable first, then trying to append QnA output arrays.
Another thread had a suggestion to compose my own arrays by using Compose function.
Above is the use-case with 2 knowledge bases. This is just a clean, basic structure that needs to have logic implemented.
Could anyone please assist?