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.
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With