Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 771 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 771 Bytes

Frontdoor

Requirements

  • dotnet core sdk
  • node
  • knowledge of QnA Maker

Environment variables

QnAMakerEndpointKey QnAMakerEndpoint QnAMakerBuyerKbId QnAMakerSellerKbId EventbriteToken SlackFeedbackURL

Starting Development Environment

api/dotnet watch run ui/npm run start

Generating agency.tsv

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.