-
Navigate to the infrastructure layer:
cd ChatbotBuilderApi.Infrastructure -
Clone the
chatbot-builder-protosrepository:git clone https://github.com/Chatbot-Builder-Project/chatbot-builder-protos.git
Or update the repository if it already cloned:
cd chatbot-builder-protos git pull cd ..
-
Copy the
chatbot-builder-protos/protosdirectory to theProtosnamespace:cp -r chatbot-builder-protos/protos Protos
-
Build the solution:
dotnet build
- Every entity uses Guid id, workflow components use int id because they are not database objects, they are just components of a workflow (identified within it) and using an int id is more convenient.