Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface AgentResponseContent

    interface AgentResponseContent {
        agent_id: string;
        name: string;
        created_at: string;
        updated_at: string;
        external_agent_id?: string;
        metadata: AgentMetadata;
    }
    Index
    agent_id: string

    The agent ID

    name: string

    The agent name

    created_at: string

    When the agent was created

    updated_at: string

    When the agent was last updated

    external_agent_id?: string

    External identifier for the agent, if set. Omitted when not set.

    metadata: AgentMetadata