interface AgentListResponse {
    agents: AgentSummary[];
    clientID?: string;
    id: string;
    replyTo?: string;
    type: "AgentListResponse";
    when: string;
}

Hierarchy (View Summary)

Properties

agents: AgentSummary[]
clientID?: string
id: string
replyTo?: string
type: "AgentListResponse"
when: string