Test your conversational AI by simulating realistic user interactions with a synthetic user.
Field | Type | Description |
---|---|---|
session_id | str | The identifier for the simulation session. |
total_turns | int | Total number of conversation turns in the simulation. |
messages | list | The full message history as a list of conversation messages. |
finished | bool | Whether the simulation ended naturally (true) or was stopped (false). |
stopping_reason | str/None | If stopped, the reason why the simulation ended. |
metadata | dict/None | Any additional metadata for the simulation. |