@egain/ai-agent-sdk API Reference - v0.1.1 / ConnectionEvents
Interface: ConnectionEvents
Connection event map
Table of contents
Properties
Properties
connected
• connected: Object
Type declaration
| Name | Type |
|---|---|
timestamp | number |
Defined in
core/connection/Connection.ts:13
message
• message: Object
Type declaration
| Name | Type |
|---|---|
data | any |
timestamp | number |
Defined in
core/connection/Connection.ts:14
error
• error: Object
Type declaration
| Name | Type |
|---|---|
error | Error |
timestamp | number |
Defined in
core/connection/Connection.ts:15
closed
• closed: Object
Type declaration
| Name | Type |
|---|---|
code? | number |
reason? | string |
timestamp | number |
Defined in
core/connection/Connection.ts:16
stateChanged
• stateChanged: Object
Type declaration
| Name | Type |
|---|---|
state | ConnectionState |
previousState | ConnectionState |