Answer the question
In order to leave comments, you need to log in
How to apply this C# pattern in MVS?
Hello, tell me how and where to enter here? I googled that the first one is a template, but I did not find how to apply it. With NuGet packages, everything is more or less clear, but I didn’t figure out how to create a project.
First, you need to first create an ASP.NET Core web app:
dotnet new web -n fulfillment
And add Dialogflow NuGet package to the project. This package will allow us to parse requests from Dialogflow and generate responses:
dotnet add package Google.Cloud.Dialogflow.V2 --version 1.0.0-beta02
Answer the question
In order to leave comments, you need to log in
Win + run
cmd.exe
dotnet new web -n fulfillment
cd fulfillment
dotnet add package Google.Cloud.Dialogflow.V2 --version 1.0.0-beta02
run fulfillment.csproj
What is it all about?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question