Call REST API in Microsoft Bot Framework using Echo Bot Template

In this post, we will call REST API from the Echo Bot Template. User sends a query, we use the query in our GET request which returns the search results.

Call Azure REST API using C#

Representational State Transfer (REST) APIs are service endpoints that support sets of HTTP operations (methods), which provide create, retrieve, update, or delete access to the service’s resources. In this demo, we will get all the resource group details and created a resource group.

Up ↑