Overview
Convert a Voiceflow transcript into a reusable test case.Command
Parameters
Required flags
--agent-id: Voiceflow Agent ID--transcript-id: ID of the transcript to convert
Optional flags
--output-file: Path to save the generated test (default: test.yaml)--test-name: Name for the generated test--test-description: Description for the generated test
Examples
Basic usage
Full example with options
Output
The command generates a YAML file containing:- Test metadata (name, description)
- User interactions
- Expected agent responses
- Validation rules