Am trying to update dialogflow version for my existing chatbot, but when I am framing url like above, it gives me 404 error. Help me to build the URL.
1 Answer
The {} notation is the Google API HTTP annotation syntax used by Google to indicate that the {} should be replaced by a parameter. In this case, that parameter is named parent, so you can reference it in the documentation below, and it should have the form projects/* where the * should be replaced with your project ID.
So the actual URL you want to use is something more like
GET https://dialogflow.googleapis.com/v2/projects/your-project-id-here/agent
1 Comment
Rajeev Uppala
Thanks prisoner for the explanation.
https://dialogflow.googleapis.com/v2/projects/YOUR_PROJECT_ID_HERE/agent?