elevenlabs · Schema

AgentResponse

Properties

Name Type Description
agent_id string The identifier of the agent.
View JSON Schema on GitHub

JSON Schema

elevenlabs-agentresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AgentResponse",
  "title": "AgentResponse",
  "type": "object",
  "properties": {
    "agent_id": {
      "type": "string",
      "description": "The identifier of the agent."
    }
  }
}