- dotnet core sdk
- node
- knowledge of QnA Maker
QnAMakerEndpointKey QnAMakerEndpoint QnAMakerBuyerKbId QnAMakerSellerKbId EventbriteToken SlackFeedbackURL
api/dotnet watch run
ui/npm run start
In tools/directoryConvertor
there is a console application that takes the export.xml and converts it into tsv usable with QnA Maker.
To run it, download the export.xml file and put it into tools/directoryConvertor/data
folder. Once that is done, run dotnet run
in tools/directoryConvertor
and the agencies.tsv
can be found in tools/directoryConvertor/data
.