API for efficient communication with NLU bots.
This project is built with ASP.NET Core 6.
To post this service on GCP Container Registry
docker build -t gcr.io/<project-name>/<service-name> .
gcloud auth login
gcloud auth configure-docker
docker push gcr.io/my-project/my-image:tag1
For any queries, email me at [email protected]