Dialog

The dialog commands allow you to interact with your Voiceflow project through a conversational interface. You can start new conversations, record them for later use, replay previous conversations, and create tests from your interactions.

Available Commands

CommandDescription
startStart a new conversation with your Voiceflow project
replayReplay a previously recorded conversation

Common Options

All dialog commands support these common options:

OptionDescription
--environment, -eVoiceflow environment to use (default: "development")
--user-id, -uUser ID for the conversation (optional, will generate a random ID if not provided)

Basic Usage

# Start a new conversation in the development environment
voiceflow dialog start

# Replay a recorded conversation
voiceflow dialog replay -f conversation.json

# Start a conversation in the production environment
voiceflow dialog start -e production

For detailed information about each command, refer to their specific documentation pages.