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 | Environment to use (default: “development”) |
--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 production environment
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.