defines what the test agent should do when calling your voice agent
Scenario
class represents a test scenario that defines what the test agent should do when calling your voice agent. it includes a prompt for the agent’s behavior and a set of evaluation criteria to assess the interaction.
name
(str): the name of the scenarioprompt
(str): the system prompt that defines what the agent should do in this scenarioevaluations
(List[Evaluation], optional): list of evaluation criteria to assess the scenario. defaults to an empty list.