Simulate conversation

Deprecated

Deprecated. Use the /v1/convai/agent-testing/create and /v1/convai/agents/:agent_id/run-tests endpoints to create and run simulations. Run a conversation between the agent and a simulated user.

Path parameters

agent_idstringRequired
The id of an agent. This is returned on agent creation.

Headers

xi-api-keystringOptional

Request

This endpoint expects an object.
simulation_specificationobjectRequired
A specification detailing how the conversation should be simulated
extra_evaluation_criterialist of objectsOptional
A list of evaluation criteria to test
new_turns_limitintegerOptionalDefaults to 10000
Maximum number of new turns to generate in the conversation simulation

Response

Successful Response
simulated_conversationlist of objects
analysisobject

Errors

422
Agents Simulate Conversation Request Unprocessable Entity Error