Skip to content

Instantly share code, notes, and snippets.

@lewkoo
Created November 18, 2021 08:28
Show Gist options
  • Save lewkoo/92d2564990c8b1bbd3ef0a4006e95d5f to your computer and use it in GitHub Desktop.
Save lewkoo/92d2564990c8b1bbd3ef0a4006e95d5f to your computer and use it in GitHub Desktop.
Expand all follow-up intents on Dialogflow Web UI
document.querySelectorAll('[class^="md-icon-button exist-follow-up ico-item md-button md-ink-ripple"]').forEach(element => {element.click();})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment