Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Dialog Flow ES cannot save intents

Hi I am trying to edit my dialogflow ES agent. whenever I try to add new text responses and save it I get a network error. Can anyone help

0 2 236
2 REPLIES 2

Hello SaiSubramanian,

Welcome to Google Cloud Community!

Network errors in Dialogflow ES can be frustrating, but they usually stem from connectivity or authentication problems. Here are some potential solutions:

Check Network Connectivity
  1. Verify Internet Connection: Ensure you have a stable internet connection. Try accessing other online services to confirm.
  2. Check Firewall Settings: Make sure your firewall isn't blocking Dialogflow's communication. Temporarily disable it to test.
  3. Inspect Proxy Settings: If you're using a proxy, verify its configuration and ensure it's working correctly.
Address Authentication Issues
  1. Account and Permissions: Confirm you're logged in with the correct Google account and have necessary permissions to edit the agent.
  2. API Enablement: Check if the Dialogflow API is enabled for your project. Go to the Google Cloud Platform console, navigate to APIs & Services, and ensure Dialogflow API is enabled.
  3. Service Account: If you're using a service account, verify its credentials and permissions.
Other Potential Solutions
  1. Browser Compatibility: Try using a different browser or incognito mode to rule out browser-related issues.
  2. Clear Cache and Cookies: Clearing your browser's cache and cookies might resolve temporary glitches.
  3. Dialogflow Service Status: Check the Google Cloud Status Dashboard for any known issues with Dialogflow.
  4. Agent Size: If your agent is very large, it might be experiencing performance issues. Consider optimizing your agent or breaking it down into smaller agents.
  5. Recent Changes: If you've made significant changes to your agent, there's a possibility of conflicts. Try reverting to a previous version or creating a backup.
Additional Tips
  • Be specific about the error message you're seeing.
  • Try creating a new, minimal agent to isolate the issue.
  • Consider using the Dialogflow command-line tool or the REST API for troubleshooting.

I hope the above information is helpful.

I've done all that. Created a minimal agent but still having the same issue. If I switch to CX instead of ES it seems to work but my agent is simple so don't need the complexities of CX