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:

Part 1 - Creating the filter query to send to the Azure AI Search Instance

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.

  1. 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: