@egain/ai-agent-sdk API Reference - v0.1.1 / ConnectionState
Enumeration: ConnectionState
Connection state enumeration
Table of contents
Enumeration Members
Enumeration Members
IDLE
• IDLE = "IDLE"
Defined in
core/connection/ConnectionState.ts:5
CONNECTING
• CONNECTING = "CONNECTING"
Defined in
core/connection/ConnectionState.ts:6
CONNECTED
• CONNECTED = "CONNECTED"
Defined in
core/connection/ConnectionState.ts:7
RECONNECTING
• RECONNECTING = "RECONNECTING"
Defined in
core/connection/ConnectionState.ts:8
CLOSED
• CLOSED = "CLOSED"