You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Support bot has [an example](https://github.com/microsoft/BotBuilder-Samples/blob/master/experimental/qnamaker-support/csharp_dotnetcore/Service/SupportBotService.cs#L418) with this code.
158
+
159
+
## Use QnA Maker with a bot in Node.js
160
+
161
+
The bot framework provides access to the QnA Maker's properties:
The Support bot has [an example](https://github.com/microsoft/BotBuilder-Samples/blob/master/experimental/qnamaker-activelearning/javascript_nodejs/Helpers/dialogHelper.js#L36) with this code.
176
+
143
177
<aname="metadata-example"></a>
144
178
145
179
## Use metadata to filter answers by custom metadata tags
0 commit comments