...
Table of Content Zone | ||||||
---|---|---|---|---|---|---|
|
Cognitive Search
When the virtual assistant doesn’t understand what is being asked, relevant search results can be used to help the user. This can be achieved using the Cognitive Search feature.
...
Property | Description |
---|---|
| This is the custom subsciption key of the Cognitive Search. Please contact support@orbita.ai to provide a custom subscriptionKey. |
| This is the custom key of the Cognitive Search. Please contact support@orbita.ai to provide a custom customConfigId. |
| This is the search query for which we will get the results in the output of the Cognitve Search node For Example the query can be “Who is the CTO of Valley Health?” |
| This determines the number of search results to be displayed initially. For Example if the search result has 10 records and the count is 3, the first 3 results will be shown with a load more button. |
| This count defines the number of records to be skipped. For Example if the search results has 10 records and the offset value is 2, the first 2 records will be skipped and the remaining 8 results will be available in the output |
...