
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
botmock-dialogflow-export
Advanced tools
Node.js project for importing Botmock projects in Dialogflow
Note: The deprecated version of this exporter can be found in the
legacybranch.
Note: prerequisites
Running the following commands should allow you to generate restorable content from your Botmock project.
git clone git@github.com:Botmock/botmock-dialogflow-export.gitcd botmock-dialogflow-exportnpm installmv ./sample.env ./.env and edit .env to contain your token and project idsnpm start./output into output.zipTo translate Botmock projects into Dialogflow agents, we make certain assumptions about Botmock project structure:
Intents should be used on connectors in the flow as often as is meaningful. Doing so helps the script break up responses across different intent files so as to bypass the repsonse type limits Dialogflow has in place.
If there is no intent on the connector from the root message to the first message in the Botmock flow, the script creates one and merges into it all utterances from the default Dialogflow Welcome Intent.
When using quick replies or suggestion chips in a project, some intent utterances should be designed to exactly match the content of the options in the content block.
The script maps input context to the path of intents on connectors in the Botmock flow to control conversation paths. In other words, in the flow, a message downstream of a particular intent will require that intent as input context in the created file. Similarly, output contexts are set by the intents on connectors that go out of particular messages.
Note that Dialogflow has a limit of 5 input contexts per intent. Projects should be structured to take account of this fact.
Note also that Dialogflow has a limit of 100 characters in the name of any intent file. The script will begin to use random bytes in file names to prevent this limit from being exceeded.
If Dialogflow issues an error on import, note that you may have to manually edit .json files contained in output.
FAQs
import botmock projects in dialogflow
The npm package botmock-dialogflow-export receives a total of 1 weekly downloads. As such, botmock-dialogflow-export popularity was classified as not popular.
We found that botmock-dialogflow-export demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.