Webex · Schema
eventData
Event Data
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
Properties
| Name | Type | Description |
|---|---|---|
| agentId | string | Agent Id |
| destination | string | destination |
| profileType | string | profileType |
| currentState | string | currentState |
| idleCodeId | string | idleCodeId |
| createdTime | string | createdTime |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/eventData",
"title": "eventData",
"type": "object",
"properties": {
"agentId": {
"type": "string",
"description": "Agent Id",
"example": "109332be-7fc4-4d4d-9488-ebdb8e13b9bbe"
},
"destination": {
"type": "string",
"description": "destination",
"example": "+12147651210"
},
"profileType": {
"type": "string",
"description": "profileType",
"example": "BLENDED"
},
"currentState": {
"type": "string",
"description": "currentState",
"example": "idle"
},
"idleCodeId": {
"type": "string",
"description": "idleCodeId",
"example": "AXUr0jX9H5Tuplm_IxiC"
},
"createdTime": {
"type": "string",
"description": "createdTime",
"example": "1645819554383"
}
},
"description": "Event Data"
}