Creates a new simulation run plan. Optionally triggers a job immediately if autoRun is true.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Input for creating a new simulation run plan
Name of the run plan
1"My Run Plan"
Direction of the simulation (INBOUND or OUTBOUND)
INBOUND, OUTBOUND "INBOUND"
Maximum duration in seconds for each simulation
x >= 1300
Scenarios to include in this run plan. The same scenario ID can appear multiple times with different variables.
1Personas to include in this run plan
1Agent endpoints to include in this run plan
1Evaluators to include in this run plan
1Description of the run plan
"A run plan for testing inbound calls"
Number of iterations to run for each test case. Must be 1 for OUTBOUND direction.
x >= 11
Maximum number of concurrent simulation jobs
x >= 15
Timeout in seconds for silence detection
x >= 130
Phrases that trigger end of call. Empty array disables the feature.
["goodbye"]Execution mode (PARALLEL or SEQUENTIAL)
PARALLEL, SEQUENTIAL_SAME_RUN_PLAN, SEQUENTIAL_PROJECT "PARALLEL"
Whether to automatically trigger a job after creating the run plan
false
The created run plan
Response when creating a run plan, optionally including a triggered job