0 votes
in Microsoft Bot Framework by

What is the difference between the Connector library and Builder library in the SDK?

1 Answer

0 votes
by

The Connector library is the exposition of the REST API. The Builder library adds the conversational dialog programming model and other features such as prompts, waterfalls, chains, and guided form completion. The Builder library also provides access to cognitive services such as LUIS.

...