TheDocumentation Index
Fetch the complete documentation index at: https://docs.voiceflow.com/llms.txt
Use this file to discover all available pages before exploring further.
start command initiates an interactive conversation with your Voiceflow project. This allows you to test your project’s dialog flow by sending text inputs and receiving responses.
Usage
Options
| Option | Shorthand | Description |
|---|---|---|
--environment | -e | Alias of the environment to use (default: “main”) |
--user-id | -u | User ID for the conversation (optional) |
--record-file | -f | File to save the conversation recording (optional) |
--save-test | -t | Save the conversation as a test file (optional) |
Examples
Start a basic conversation
Start with a specific user ID
Record a conversation
replay command.
Start a conversation and save it as a test
voiceflow test commands.
Conversation in a specific environment
my-feature. You can find each environment’s alias in Settings → Environments.
Interactive Commands
During an active conversation session, you can use these special commands:| Command | Action |
|---|---|
exit or quit | End the conversation and exit |
Ctrl+C | Interrupt the conversation (will save recordings if enabled) |
Recording Format
When you use the--record-file option, the conversation is saved in JSON format with the following structure:
voiceflow dialog replay command to repeat the conversation.