In this step we augment our conversational AI applications capabilities by integrating Azure AI Search to create a composite AI solution.
The main processes involved in this step include 5 main parts:
In Part 1, we define a property to store the facet filter. The first time the dialog is run this will contain a null value. This is because the value is set in a later part of the logic which restarts the dialog and is responsible for defining the value.
Click on the + node and select a Set a Property activity. Set the following values:
The designer canvas in UI Builder should now resemble the following: