diff --git a/.env b/.env index 201b3d9..83817bc 100644 --- a/.env +++ b/.env @@ -2,6 +2,9 @@ EO_API_USERNAME = apiclient EO_API_PASSWORD = apiclient12345 EO_API_SCOPE = oidc tags context_entitlements content_entitlements em_api_access EO_API_CLIENT_ID = default -EO_API_CLIENT_SECRET = +EO_API_CLIENT_SECRET = asd EO_API_ACCESS_TOKEN_URL = https://em5.verint.training/oidc-token-service/default/token EO_API_UDG_URL = https://em5.verint.training/unified-data-gateway/default/graphql + +JWT_SECRET = 12356789 +PORT = 3000 \ No newline at end of file diff --git a/.eslintrc.js b/.eslintrc.js index 597ca3a..6e82b22 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -10,12 +10,13 @@ module.exports = { }, files: [".eslintrc.{js,cjs}"], parserOptions: { - sourceType: "script", + sourceType: "module", }, }, ], parserOptions: { ecmaVersion: "latest", + sourceType: "module", }, rules: {}, }; diff --git a/nodemon.json b/nodemon.json new file mode 100644 index 0000000..a0e3c0e --- /dev/null +++ b/nodemon.json @@ -0,0 +1,16 @@ +{ + "restartable": "rs", + "watch": ["src", ".env"], + "ext": "js,ts,json", + "execMap": { + "js": "node --harmony" + }, + "ignore": [".git", "node_modules/**/node_modules"], + "events": { + "restart": "osascript -e 'display notification \"App restarted due to:\n'$FILENAME'\" with title \"nodemon\"'" + }, + "verbose": true, + "env": { + "NODE_ENV": "development" + } +} diff --git a/package-lock.json b/package-lock.json index ff247ae..16c9114 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,13 +10,16 @@ "license": "ISC", "dependencies": { "axios": "^1.1.2", + "compression": "^1.7.4", "cors": "^2.8.5", "dotenv": "^16.0.3", "express": "^4.18.2", "express-session": "^1.17.3", + "helmet": "^7.0.0", "morgan": "^1.10.0", "nodemon": "^1.14.9", - "query-string": "^7.1.1" + "query-string": "^7.1.1", + "winston": "^3.9.0" }, "devDependencies": { "eslint": "^8.43.0", @@ -28,6 +31,24 @@ "prettier": "2.8.8" } }, + "node_modules/@colors/colors": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", + "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", + "engines": { + "node": ">=0.1.90" + } + }, + "node_modules/@dabh/diagnostics": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.3.tgz", + "integrity": "sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA==", + "dependencies": { + "colorspace": "1.1.x", + "enabled": "2.0.x", + "kuler": "^2.0.0" + } + }, "node_modules/@eslint-community/eslint-utils": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", @@ -204,6 +225,11 @@ "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", "dev": true }, + "node_modules/@types/triple-beam": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@types/triple-beam/-/triple-beam-1.3.2.tgz", + "integrity": "sha512-txGIh+0eDFzKGC25zORnswy+br1Ha7hj5cMVwKIU7+s0U2AxxJru/jZSMU6OC9MJWP6+pc/hc6ZjyZShpsyY2g==" + }, "node_modules/abbrev": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", @@ -411,6 +437,11 @@ "node": ">=0.10.0" } }, + "node_modules/async": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", + "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" + }, "node_modules/async-each": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.6.tgz", @@ -883,6 +914,15 @@ "node": ">=0.10.0" } }, + "node_modules/color": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/color/-/color-3.2.1.tgz", + "integrity": "sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==", + "dependencies": { + "color-convert": "^1.9.3", + "color-string": "^1.6.0" + } + }, "node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", @@ -898,8 +938,38 @@ "node_modules/color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/color-string": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz", + "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", + "dependencies": { + "color-name": "^1.0.0", + "simple-swizzle": "^0.2.2" + } + }, + "node_modules/color/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/color/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" + }, + "node_modules/colorspace": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/colorspace/-/colorspace-1.1.4.tgz", + "integrity": "sha512-BgvKJiuVu1igBUF2kEjRCZXol6wiiGbY5ipL/oVPwm0BL9sIpMIzM8IK7vwuxIIzOXMV3Ey5w+vxhm0rR/TN8w==", + "dependencies": { + "color": "^3.1.3", + "text-hex": "1.0.x" + } }, "node_modules/combined-stream": { "version": "1.0.8", @@ -917,6 +987,47 @@ "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==" }, + "node_modules/compressible": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "dependencies": { + "mime-db": ">= 1.43.0 < 2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/compression": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", + "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", + "dependencies": { + "accepts": "~1.3.5", + "bytes": "3.0.0", + "compressible": "~2.0.16", + "debug": "2.6.9", + "on-headers": "~1.0.2", + "safe-buffer": "5.1.2", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/compression/node_modules/bytes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/compression/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, "node_modules/concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", @@ -1152,6 +1263,11 @@ "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" }, + "node_modules/enabled": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/enabled/-/enabled-2.0.0.tgz", + "integrity": "sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==" + }, "node_modules/encodeurl": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", @@ -1936,6 +2052,11 @@ "reusify": "^1.0.4" } }, + "node_modules/fecha": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/fecha/-/fecha-4.2.3.tgz", + "integrity": "sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==" + }, "node_modules/file-entry-cache": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", @@ -2028,6 +2149,11 @@ "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==", "dev": true }, + "node_modules/fn.name": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fn.name/-/fn.name-1.1.0.tgz", + "integrity": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==" + }, "node_modules/follow-redirects": { "version": "1.15.2", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", @@ -2444,6 +2570,14 @@ "node": ">=0.10.0" } }, + "node_modules/helmet": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-7.0.0.tgz", + "integrity": "sha512-MsIgYmdBh460ZZ8cJC81q4XJknjG567wzEmv46WOBblDb6TUd3z8/GhgmsM9pn8g2B80tAJ4m5/d3Bi1KrSUBQ==", + "engines": { + "node": ">=16.0.0" + } + }, "node_modules/http-errors": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", @@ -2591,6 +2725,11 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/is-arrayish": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", + "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==" + }, "node_modules/is-bigint": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", @@ -3043,6 +3182,11 @@ "node": ">=0.10.0" } }, + "node_modules/kuler": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/kuler/-/kuler-2.0.0.tgz", + "integrity": "sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==" + }, "node_modules/latest-version": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-3.1.0.tgz", @@ -3088,6 +3232,24 @@ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", "dev": true }, + "node_modules/logform": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/logform/-/logform-2.5.1.tgz", + "integrity": "sha512-9FyqAm9o9NKKfiAKfZoYo9bGXXuwMkxQiQttkT4YjjVtQVIQtK6LmVtlxmCaFswo6N4AfEkHqZTV0taDtPotNg==", + "dependencies": { + "@colors/colors": "1.5.0", + "@types/triple-beam": "^1.3.2", + "fecha": "^4.2.0", + "ms": "^2.1.1", + "safe-stable-stringify": "^2.3.1", + "triple-beam": "^1.3.0" + } + }, + "node_modules/logform/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + }, "node_modules/lowercase-keys": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", @@ -3643,6 +3805,14 @@ "wrappy": "1" } }, + "node_modules/one-time": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/one-time/-/one-time-1.0.0.tgz", + "integrity": "sha512-5DXOiRKwuSEcQ/l0kGCF6Q3jcADFv5tSmRaJck/OqkVFcOzutB134KRSfF0xDrL39MNnqxbHBbUUcjZIhTgb2g==", + "dependencies": { + "fn.name": "1.x.x" + } + }, "node_modules/optionator": { "version": "0.9.1", "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", @@ -4233,6 +4403,14 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/safe-stable-stringify": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.4.3.tgz", + "integrity": "sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==", + "engines": { + "node": ">=10" + } + }, "node_modules/safer-buffer": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", @@ -4357,6 +4535,14 @@ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" }, + "node_modules/simple-swizzle": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", + "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==", + "dependencies": { + "is-arrayish": "^0.3.1" + } + }, "node_modules/snapdragon": { "version": "0.8.2", "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", @@ -4533,6 +4719,14 @@ "node": ">=0.10.0" } }, + "node_modules/stack-trace": { + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz", + "integrity": "sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg==", + "engines": { + "node": "*" + } + }, "node_modules/static-extend": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", @@ -4779,6 +4973,11 @@ "node": ">=4" } }, + "node_modules/text-hex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/text-hex/-/text-hex-1.0.0.tgz", + "integrity": "sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==" + }, "node_modules/text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", @@ -4872,6 +5071,11 @@ "nodetouch": "bin/nodetouch.js" } }, + "node_modules/triple-beam": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/triple-beam/-/triple-beam-1.3.0.tgz", + "integrity": "sha512-XrHUvV5HpdLmIj4uVMxHggLbFSZYIn7HEWsqePZcI50pco+MPqJ50wMGY794X7AOOhxOBAjbkqfAbEe/QMp2Lw==" + }, "node_modules/tsconfig-paths": { "version": "3.14.2", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz", @@ -5241,6 +5445,77 @@ "node": ">=4" } }, + "node_modules/winston": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.9.0.tgz", + "integrity": "sha512-jW51iW/X95BCW6MMtZWr2jKQBP4hV5bIDq9QrIjfDk6Q9QuxvTKEAlpUNAzP+HYHFFCeENhph16s0zEunu4uuQ==", + "dependencies": { + "@colors/colors": "1.5.0", + "@dabh/diagnostics": "^2.0.2", + "async": "^3.2.3", + "is-stream": "^2.0.0", + "logform": "^2.4.0", + "one-time": "^1.0.0", + "readable-stream": "^3.4.0", + "safe-stable-stringify": "^2.3.1", + "stack-trace": "0.0.x", + "triple-beam": "^1.3.0", + "winston-transport": "^4.5.0" + }, + "engines": { + "node": ">= 12.0.0" + } + }, + "node_modules/winston-transport": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.5.0.tgz", + "integrity": "sha512-YpZzcUzBedhlTAfJg6vJDlyEai/IFMIVcaEZZyl3UXIl4gmqRpU7AE89AHLkbzLUsv0NVmw7ts+iztqKxxPW1Q==", + "dependencies": { + "logform": "^2.3.2", + "readable-stream": "^3.6.0", + "triple-beam": "^1.3.0" + }, + "engines": { + "node": ">= 6.4.0" + } + }, + "node_modules/winston-transport/node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/winston/node_modules/is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/winston/node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/word-wrap": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", @@ -5294,6 +5569,21 @@ } }, "dependencies": { + "@colors/colors": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", + "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==" + }, + "@dabh/diagnostics": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.3.tgz", + "integrity": "sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA==", + "requires": { + "colorspace": "1.1.x", + "enabled": "2.0.x", + "kuler": "^2.0.0" + } + }, "@eslint-community/eslint-utils": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", @@ -5421,6 +5711,11 @@ "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", "dev": true }, + "@types/triple-beam": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@types/triple-beam/-/triple-beam-1.3.2.tgz", + "integrity": "sha512-txGIh+0eDFzKGC25zORnswy+br1Ha7hj5cMVwKIU7+s0U2AxxJru/jZSMU6OC9MJWP6+pc/hc6ZjyZShpsyY2g==" + }, "abbrev": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", @@ -5573,6 +5868,11 @@ "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", "integrity": "sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==" }, + "async": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", + "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" + }, "async-each": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.6.tgz", @@ -5944,6 +6244,30 @@ "object-visit": "^1.0.0" } }, + "color": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/color/-/color-3.2.1.tgz", + "integrity": "sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==", + "requires": { + "color-convert": "^1.9.3", + "color-string": "^1.6.0" + }, + "dependencies": { + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" + } + } + }, "color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", @@ -5956,8 +6280,25 @@ "color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "color-string": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz", + "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", + "requires": { + "color-name": "^1.0.0", + "simple-swizzle": "^0.2.2" + } + }, + "colorspace": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/colorspace/-/colorspace-1.1.4.tgz", + "integrity": "sha512-BgvKJiuVu1igBUF2kEjRCZXol6wiiGbY5ipL/oVPwm0BL9sIpMIzM8IK7vwuxIIzOXMV3Ey5w+vxhm0rR/TN8w==", + "requires": { + "color": "^3.1.3", + "text-hex": "1.0.x" + } }, "combined-stream": { "version": "1.0.8", @@ -5972,6 +6313,40 @@ "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==" }, + "compressible": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "requires": { + "mime-db": ">= 1.43.0 < 2" + } + }, + "compression": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", + "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", + "requires": { + "accepts": "~1.3.5", + "bytes": "3.0.0", + "compressible": "~2.0.16", + "debug": "2.6.9", + "on-headers": "~1.0.2", + "safe-buffer": "5.1.2", + "vary": "~1.1.2" + }, + "dependencies": { + "bytes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==" + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + } + } + }, "concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", @@ -6146,6 +6521,11 @@ "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" }, + "enabled": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/enabled/-/enabled-2.0.0.tgz", + "integrity": "sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==" + }, "encodeurl": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", @@ -6752,6 +7132,11 @@ "reusify": "^1.0.4" } }, + "fecha": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/fecha/-/fecha-4.2.3.tgz", + "integrity": "sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==" + }, "file-entry-cache": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", @@ -6823,6 +7208,11 @@ "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==", "dev": true }, + "fn.name": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fn.name/-/fn.name-1.1.0.tgz", + "integrity": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==" + }, "follow-redirects": { "version": "1.15.2", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", @@ -7113,6 +7503,11 @@ } } }, + "helmet": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-7.0.0.tgz", + "integrity": "sha512-MsIgYmdBh460ZZ8cJC81q4XJknjG567wzEmv46WOBblDb6TUd3z8/GhgmsM9pn8g2B80tAJ4m5/d3Bi1KrSUBQ==" + }, "http-errors": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", @@ -7226,6 +7621,11 @@ "is-typed-array": "^1.1.10" } }, + "is-arrayish": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", + "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==" + }, "is-bigint": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", @@ -7543,6 +7943,11 @@ "is-buffer": "^1.1.5" } }, + "kuler": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/kuler/-/kuler-2.0.0.tgz", + "integrity": "sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==" + }, "latest-version": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-3.1.0.tgz", @@ -7576,6 +7981,26 @@ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", "dev": true }, + "logform": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/logform/-/logform-2.5.1.tgz", + "integrity": "sha512-9FyqAm9o9NKKfiAKfZoYo9bGXXuwMkxQiQttkT4YjjVtQVIQtK6LmVtlxmCaFswo6N4AfEkHqZTV0taDtPotNg==", + "requires": { + "@colors/colors": "1.5.0", + "@types/triple-beam": "^1.3.2", + "fecha": "^4.2.0", + "ms": "^2.1.1", + "safe-stable-stringify": "^2.3.1", + "triple-beam": "^1.3.0" + }, + "dependencies": { + "ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + } + } + }, "lowercase-keys": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", @@ -7996,6 +8421,14 @@ "wrappy": "1" } }, + "one-time": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/one-time/-/one-time-1.0.0.tgz", + "integrity": "sha512-5DXOiRKwuSEcQ/l0kGCF6Q3jcADFv5tSmRaJck/OqkVFcOzutB134KRSfF0xDrL39MNnqxbHBbUUcjZIhTgb2g==", + "requires": { + "fn.name": "1.x.x" + } + }, "optionator": { "version": "0.9.1", "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", @@ -8404,6 +8837,11 @@ "is-regex": "^1.1.4" } }, + "safe-stable-stringify": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.4.3.tgz", + "integrity": "sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==" + }, "safer-buffer": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", @@ -8506,6 +8944,14 @@ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" }, + "simple-swizzle": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", + "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==", + "requires": { + "is-arrayish": "^0.3.1" + } + }, "snapdragon": { "version": "0.8.2", "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", @@ -8646,6 +9092,11 @@ } } }, + "stack-trace": { + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz", + "integrity": "sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg==" + }, "static-extend": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", @@ -8828,6 +9279,11 @@ "execa": "^0.7.0" } }, + "text-hex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/text-hex/-/text-hex-1.0.0.tgz", + "integrity": "sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==" + }, "text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", @@ -8899,6 +9355,11 @@ "nopt": "~1.0.10" } }, + "triple-beam": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/triple-beam/-/triple-beam-1.3.0.tgz", + "integrity": "sha512-XrHUvV5HpdLmIj4uVMxHggLbFSZYIn7HEWsqePZcI50pco+MPqJ50wMGY794X7AOOhxOBAjbkqfAbEe/QMp2Lw==" + }, "tsconfig-paths": { "version": "3.14.2", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz", @@ -9182,6 +9643,63 @@ "string-width": "^2.1.1" } }, + "winston": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.9.0.tgz", + "integrity": "sha512-jW51iW/X95BCW6MMtZWr2jKQBP4hV5bIDq9QrIjfDk6Q9QuxvTKEAlpUNAzP+HYHFFCeENhph16s0zEunu4uuQ==", + "requires": { + "@colors/colors": "1.5.0", + "@dabh/diagnostics": "^2.0.2", + "async": "^3.2.3", + "is-stream": "^2.0.0", + "logform": "^2.4.0", + "one-time": "^1.0.0", + "readable-stream": "^3.4.0", + "safe-stable-stringify": "^2.3.1", + "stack-trace": "0.0.x", + "triple-beam": "^1.3.0", + "winston-transport": "^4.5.0" + }, + "dependencies": { + "is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" + }, + "readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + } + } + }, + "winston-transport": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.5.0.tgz", + "integrity": "sha512-YpZzcUzBedhlTAfJg6vJDlyEai/IFMIVcaEZZyl3UXIl4gmqRpU7AE89AHLkbzLUsv0NVmw7ts+iztqKxxPW1Q==", + "requires": { + "logform": "^2.3.2", + "readable-stream": "^3.6.0", + "triple-beam": "^1.3.0" + }, + "dependencies": { + "readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + } + } + }, "word-wrap": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", diff --git a/package.json b/package.json index 5f0b29f..aa8d278 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,9 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "lint": "eslint --ext .js,.cjs --ignore-path .gitignore --fix .", + "lint": "eslint --ext .js,.cjs --ignore-path .gitignore --fix src/", "format": "prettier . --write", - "start": "node index.js", - "dev": "nodemon index.js", + "start": "nodemon src/app.js", "build": "docker buildx bake", "push": "docker buildx bake --push" }, @@ -17,13 +16,16 @@ "license": "ISC", "dependencies": { "axios": "^1.1.2", + "compression": "^1.7.4", "cors": "^2.8.5", "dotenv": "^16.0.3", "express": "^4.18.2", "express-session": "^1.17.3", + "helmet": "^7.0.0", "morgan": "^1.10.0", "nodemon": "^1.14.9", - "query-string": "^7.1.1" + "query-string": "^7.1.1", + "winston": "^3.9.0" }, "devDependencies": { "eslint": "^8.43.0", @@ -33,5 +35,6 @@ "eslint-plugin-n": "^16.0.1", "eslint-plugin-promise": "^6.1.1", "prettier": "2.8.8" - } + }, + "type": "module" } diff --git a/routes/interactions-flow.js b/routes/interactions-flow.js deleted file mode 100644 index 8896842..0000000 --- a/routes/interactions-flow.js +++ /dev/null @@ -1,227 +0,0 @@ -const express = require("express"); -const router = express.Router(); - -router.get("/", (req, res) => { - const data = { - nodes: [ - { - name: "Email", - category: "Channel", - }, - { - name: "Messaging", - category: "Channel", - }, - { - name: "Legacy Live Chat", - category: "Channel", - }, - { - name: "Live Chat", - category: "Sub-Channel", - }, - { - name: "Facebook Messenger", - category: "Sub-Channel", - }, - { - name: "Twitter DM", - category: "Sub-Channel", - }, - { - name: "WhatsApp", - category: "Sub-Channel", - }, - { - name: "Other", - category: "Sub-Channel", - }, - { - name: "Default", - category: "Queue", - }, - { - name: "General Enquires", - category: "Queue", - }, - { - name: "Complaints", - category: "Queue", - }, - { - name: "Case Closed", - category: "Outcome", - }, - { - name: "Case Updated", - category: "Outcome", - }, - { - name: "Completed", - category: "Outcome", - }, - { - name: "Escalated to Manager", - category: "Outcome", - }, - { - name: "No need for response", - category: "Outcome", - }, - ], - links: [ - { - source: "Email", - target: "Default", - value: 342, - }, - { - source: "Messaging", - target: "Live Chat", - value: 232, - }, - { - source: "Messaging", - target: "Facebook Messenger", - value: 623, - }, - { - source: "Messaging", - target: "Twitter DM", - value: 434, - }, - { - source: "Messaging", - target: "WhatsApp", - value: 1243, - }, - { - source: "Messaging", - target: "Other", - value: 150, - }, - { - source: "Live Chat", - target: "Default", - value: 132, - }, - { - source: "Live Chat", - target: "Complaints", - value: 90, - }, - { - source: "Live Chat", - target: "General Enquires", - value: 42, - }, - { - source: "WhatsApp", - target: "Default", - value: 343, - }, - { - source: "WhatsApp", - target: "Complaints", - value: 300, - }, - { - source: "WhatsApp", - target: "General Enquires", - value: 523, - }, - { - source: "Facebook Messenger", - target: "Default", - value: 143, - }, - { - source: "Facebook Messenger", - target: "Complaints", - value: 200, - }, - { - source: "Facebook Messenger", - target: "General Enquires", - value: 323, - }, - { - source: "Twitter DM", - target: "Default", - value: 143, - }, - { - source: "Twitter DM", - target: "Complaints", - value: 50, - }, - { - source: "Twitter DM", - target: "General Enquires", - value: 223, - }, - { - source: "General Enquires", - target: "Case Closed", - value: 421, - }, - { - source: "General Enquires", - target: "Completed", - value: 612, - }, - { - source: "General Enquires", - target: "Escalated to Manager", - value: 23, - }, - { - source: "General Enquires", - target: "No need for response", - value: 241, - }, - { - source: "Complaints", - target: "Case Closed", - value: 21, - }, - { - source: "Complaints", - target: "Completed", - value: 12, - }, - { - source: "Complaints", - target: "Escalated to Manager", - value: 3, - }, - { - source: "Complaints", - target: "No need for response", - value: 41, - }, - { - source: "Default", - target: "Completed", - value: 41, - }, - { - source: "Default", - target: "Case Updated", - value: 410, - }, - { - source: "General Enquires", - target: "Case Updated", - value: 50, - }, - { - source: "Complaints", - target: "Case Updated", - value: 410, - }, - ], - }; - res.send(data) -}); -module.exports = router; diff --git a/routes/config.js b/src/api/routes/config.js similarity index 80% rename from routes/config.js rename to src/api/routes/config.js index eda1a42..31ddbde 100644 --- a/routes/config.js +++ b/src/api/routes/config.js @@ -1,5 +1,5 @@ -const express = require("express"); -const router = express.Router(); +import { Router } from "express"; +const router = Router(); router.get("/", (req, res) => { const config = { @@ -15,6 +15,6 @@ router.get("/", (req, res) => { udg: process.env.EO_API_UDG_URL, }, }; - res.send(config) + res.send(config); }); -module.exports = router; +export default router; diff --git a/src/api/routes/index.js b/src/api/routes/index.js new file mode 100644 index 0000000..f6307e5 --- /dev/null +++ b/src/api/routes/index.js @@ -0,0 +1,11 @@ +import { Router } from "express"; +import config from "./config.js"; +import interactionsFlows from "./interactions-flow.js"; +import udg from "./unified-data-gateway.js"; +const router = Router(); + +router.use("/config", config); +router.use("/interactions-flow", interactionsFlows); +router.use("/unified-data-gateway", udg); + +export default router; diff --git a/src/api/routes/interactions-flow.js b/src/api/routes/interactions-flow.js new file mode 100644 index 0000000..969a811 --- /dev/null +++ b/src/api/routes/interactions-flow.js @@ -0,0 +1,157 @@ +import { Router } from "express"; +import sampleFlow from "../../utils/sampleFlow.js"; +import sampleUDG from "../../utils/sampleUDGresponse.js"; +import { logger } from "../../utils/index.js"; +const router = Router(); + +router.get("/", (req, res) => { + const filter = req.query.filter; + + // nodes + var channels = []; + var queues = []; + var outcomes = []; + + // links + var channel_queue_links = {}; + var channel_outcome_links = {}; + var queue_outcome_links = {}; + + sampleUDG.data.findContactsCompletedBetween.edges.forEach((value) => { + const hasChannel = value.node.interaction.__typename ? true : false; + const hasQueue = value.node.queue ? true : false; + const hasOutcome = value.node.outcome ? true : false; + + // NODES + if ( + hasChannel && + channels.indexOf(value.node.interaction.__typename) == -1 + ) { + channels.push(value.node.interaction.__typename); + } + + if (hasQueue) { + const queue = JSON.stringify(value.node.queue); + if (queues.indexOf(queue) == -1) { + queues.push(queue); + } + + if (hasChannel) { + const key = + value.node.interaction.__typename + JSON.stringify(value.node.queue); + + if (channel_queue_links[key]) { + channel_queue_links[key].value++; + } else { + channel_queue_links[key] = { + source: value.node.interaction.__typename, + target: JSON.stringify(value.node.queue), + value: 1, + }; + } + } + } + + if (hasOutcome) { + value.node.outcome.edges.forEach((element) => { + var outcome = element.node.text; + + if (outcomes.indexOf(outcome) == -1) { + outcomes.push(outcome); + } + + if (hasQueue) { + var key = outcome+JSON.stringify(value.node.queue); + + if (queue_outcome_links[key]) { + queue_outcome_links[key].value++; + } else { + queue_outcome_links[key] = { + source: JSON.stringify(value.node.queue), + target: outcome, + value: 1, + }; + } + } + + if (hasChannel) { + key = outcome+value.node.interaction.__typename; + + if (channel_outcome_links[key]) { + channel_outcome_links[key].value++; + } else { + channel_outcome_links[key] = { + source: value.node.interaction.__typename, + target: outcome, + value: 1, + }; + } + } + }); + } + }); + + logger.debug(`channels: ${JSON.stringify(channels)}`); + logger.debug(`queues: ${JSON.stringify(queues)}`); + logger.debug(`channel_queue_links: ${JSON.stringify(channel_queue_links)}`); + logger.debug(`outcomes: ${JSON.stringify(outcomes)}`); + + if (req.query.useSampleData) { + const data = sampleFlow(filter); + res.send(data); + return; + } + + var data = { + nodes: [], + links: [], + }; + + if (filter.includes("Channel")) { + channels.forEach((value) => { + data.nodes.push({ + name: value, + category: "Channel", + }); + }); + } + + if (filter.includes("Queue")) { + queues.forEach((value) => { + data.nodes.push({ + name: value, + category: "Queue", + }); + }); + } + + if (filter.includes("Outcome")) { + outcomes.forEach((value) => { + data.nodes.push({ + name: value, + category: "Outcome", + }); + }); + } + + if (filter.includes("Channel") && filter.includes("Queue")) { + Object.values(channel_queue_links).forEach((element) => { + data.links.push(element); + }); + } + + if (filter.includes("Queue") && filter.includes("Outcome")) { + Object.values(queue_outcome_links).forEach((element) => { + data.links.push(element); + }); + } + + if (filter.includes("Channel") && filter.includes("Outcome") && !filter.includes("Queue")) { + Object.values(channel_outcome_links).forEach((element) => { + data.links.push(element); + }); + } + + res.send(data); +}); +export default router; diff --git a/routes/unified-data-gateway.js b/src/api/routes/unified-data-gateway.js similarity index 96% rename from routes/unified-data-gateway.js rename to src/api/routes/unified-data-gateway.js index 384187a..3ae4349 100644 --- a/routes/unified-data-gateway.js +++ b/src/api/routes/unified-data-gateway.js @@ -1,8 +1,9 @@ -const express = require("express"); -const router = express.Router(); -const axios = require("axios"); -const url = require("url"); -const util = require("util"); +import { Router } from "express"; +import axios from "axios"; +import { URLSearchParams } from "url"; +import { inspect } from "util"; + +const router = Router(); router.get("/", (req, res) => { // token in session -> get user data and send it back to the vue app @@ -11,7 +12,7 @@ router.get("/", (req, res) => { } // no token -> send nothing else { - const params = new url.URLSearchParams({ + const params = new URLSearchParams({ grant_type: "password", username: process.env.EO_API_USERNAME, password: process.env.EO_API_PASSWORD, @@ -212,7 +213,7 @@ router.get("/", (req, res) => { if (result.data) { console.log( - util.inspect(summary, { + inspect(summary, { showHidden: false, depth: null, colors: true, @@ -235,7 +236,6 @@ router.get("/", (req, res) => { }); } }); -module.exports = router; function sendError(err, res) { console.error(err); let errStatus = 500; @@ -250,3 +250,4 @@ function sendError(err, res) { ], }); } +export default router; diff --git a/src/app.js b/src/app.js new file mode 100644 index 0000000..5fbcacf --- /dev/null +++ b/src/app.js @@ -0,0 +1,17 @@ +import express from "express"; +import config from "./config/index.js"; +import loader from "./loaders/index.js"; + +const app = express(); + +loader(app); + +app.listen(config.port, (err) => { + if (err) { + console.log(err); + return process.exit(1); + } + console.log(`Server is running on ${config.port}`); +}); + +export default app; diff --git a/src/config/index.js b/src/config/index.js new file mode 100644 index 0000000..de3f7e9 --- /dev/null +++ b/src/config/index.js @@ -0,0 +1,38 @@ +import dotenv from 'dotenv'; + +// Set the NODE_ENV to 'development' by default +process.env.NODE_ENV = process.env.NODE_ENV || "development"; + +const envFound = dotenv.config(); +if (envFound.error) { + // This error should crash whole process + + throw new Error("⚠️ Couldn't find .env file ⚠️"); +} + +export default { + /** + * Your favorite port + */ + port: parseInt(process.env.PORT, 10), + + /** + * Your secret sauce + */ + jwtSecret: process.env.JWT_SECRET, + jwtAlgorithm: process.env.JWT_ALGO, + + /** + * Used by winston logger + */ + logs: { + level: process.env.LOG_LEVEL || "silly", + }, + + /** + * API configs + */ + api: { + prefix: "/api", + }, +}; diff --git a/index.js b/src/index.js similarity index 100% rename from index.js rename to src/index.js diff --git a/src/loaders/express.js b/src/loaders/express.js new file mode 100644 index 0000000..ac2292d --- /dev/null +++ b/src/loaders/express.js @@ -0,0 +1,99 @@ +import express from "express"; +import cors from "cors"; +import compression from "compression"; +import morgan from "morgan"; +import helmet from "helmet"; +import config from "./../config/index.js"; +import routes from "./../api/routes/index.js"; +import { logger } from "../utils/index.js"; +// import { rateLimiter } from '../api/middlewares/index.js'; +import bodyParser from "body-parser"; +import session from "express-session"; + +export default (app) => { + logger.info("Loading Express ..."); + process.on("uncaughtException", async (error) => { + logger.error(error); + }); + + process.on("unhandledRejection", async (ex) => { + logger.error(ex); + }); + + if (!config.jwtSecret) { + logger.crit("Jwtprivatekey is not defined"); + process.exit(1); + } + + app.enable("trust proxy"); + // app.use(cors()); + + app.use(cors({ origin: true, credentials: true })); + app.use(bodyParser.urlencoded({ extended: false })); + app.use(bodyParser.json()); + app.use(morgan("dev")); + app.use(helmet()); + app.use(compression()); + app.use(express.static("public")); + app.disable("x-powered-by"); + app.disable("etag"); + app.use( + session({ + secret: "1234567890", // don't use this secret in prod :) + resave: false, + saveUninitialized: false, + cookie: { + secure: "auto", + httpOnly: true, + maxAge: 3600000, + }, + }) + ); + + // app.use(rateLimiter); + logger.info(`Mounting routes on ${config.api.prefix}`); + app.use(config.api.prefix, routes); + + app.get("/", (_req, res) => { + return res + .status(200) + .json({ + resultMessage: { + en: "Project is successfully working...", + }, + resultCode: "00004", + }) + .end(); + }); + + app.use((req, res, next) => { + // res.header("Access-Control-Allow-Origin", "*"); + // res.header( + // "Access-Control-Allow-Headers", + // "Origin, X-Requested-With, Content-Type, Accept, Authorization" + // ); + // res.header("Content-Security-Policy-Report-Only", "default-src: https:"); + // if (req.method === "OPTIONS") { + // res.header("Access-Control-Allow-Methods", "PUT POST PATCH DELETE GET"); + // return res.status(200).json({}); + // } + next(); + }); + + app.use((_req, _res, next) => { + const error = new Error("Endpoint could not find!"); + error.status = 404; + next(error); + }); + + app.use((error, req, res) => { + res.status(error.status || 500); + logger.error(error.message); + return res.json({ + resultMessage: { + en: error.message, + tr: error.message, + }, + }); + }); +}; diff --git a/src/loaders/index.js b/src/loaders/index.js new file mode 100644 index 0000000..cc6611e --- /dev/null +++ b/src/loaders/index.js @@ -0,0 +1,5 @@ +import expressLoader from "./express.js"; + +export default async (app) => { + expressLoader(app); +}; diff --git a/src/utils/index.js b/src/utils/index.js new file mode 100644 index 0000000..c925577 --- /dev/null +++ b/src/utils/index.js @@ -0,0 +1 @@ +export { default as logger } from "./logger.js"; diff --git a/src/utils/logger.js b/src/utils/logger.js new file mode 100644 index 0000000..582ae44 --- /dev/null +++ b/src/utils/logger.js @@ -0,0 +1,32 @@ +import winston from "winston"; +import config from "../config/index.js"; + +const transports = []; +if (process.env.NODE_ENV !== "development") { + transports.push(new winston.transports.Console()); +} else { + transports.push( + new winston.transports.Console({ + format: winston.format.combine( + winston.format.cli(), + winston.format.splat() + ), + }) + ); +} + +const LoggerInstance = winston.createLogger({ + level: config.logs.level, + levels: winston.config.npm.levels, + format: winston.format.combine( + winston.format.timestamp({ + format: "YYYY-MM-DD HH:mm:ss", + }), + winston.format.errors({ stack: true }), + winston.format.splat(), + winston.format.json() + ), + transports, +}); + +export default LoggerInstance; diff --git a/src/utils/sampleFlow.js b/src/utils/sampleFlow.js new file mode 100644 index 0000000..1f9c3cf --- /dev/null +++ b/src/utils/sampleFlow.js @@ -0,0 +1,207 @@ +import { logger } from "../utils/index.js"; + +export default function generate(filter) { + filter = filter ? filter : "Channel, Sub-Channel, Queue, Outcome"; + logger.info(`Generating sample data for ${filter}`); + + var data = { + nodes: [], + links: [], + }; + + const channels = ["Email", "Messaging", "Legacy Live Chat"]; + const subChannels = ["Live Chat", "Facebook Messenger", "Twitter DM", "WhatsApp","Other"]; + const queues = ["General Enquiries", "Complaints", "Default"]; + const outcomes = ["No need for response", "Case Updated", "Escalated to Manager"]; + + if (filter.includes("Channel")) { + channels.forEach((value) => { + data.nodes.push({ + name: value, + category: "Channel", + }); + }); + } + + if (filter.includes("Sub-Channel")) { + subChannels.forEach((value) => { + data.nodes.push({ + name: value, + category: "Sub-Channel", + }); + }); + } + + if (filter.includes("Queue")) { + queues.forEach((value) => { + data.nodes.push({ + name: value, + category: "Queue", + }); + }); + } + + if (filter.includes("Outcome")) { + outcomes.forEach((value) => { + data.nodes.push({ + name: value, + category: "Outcome", + }); + }); + } + + data.links.push( + { + source: "Email", + target: "Default", + value: 342, + }, + { + source: "Messaging", + target: "Live Chat", + value: 232, + }, + { + source: "Messaging", + target: "Facebook Messenger", + value: 623, + }, + { + source: "Messaging", + target: "Twitter DM", + value: 434, + }, + { + source: "Messaging", + target: "WhatsApp", + value: 1243, + }, + { + source: "Messaging", + target: "Other", + value: 150, + }, + { + source: "Live Chat", + target: "Default", + value: 132, + }, + { + source: "Live Chat", + target: "Complaints", + value: 90, + }, + { + source: "Live Chat", + target: "General Enquires", + value: 42, + }, + { + source: "WhatsApp", + target: "Default", + value: 343, + }, + { + source: "WhatsApp", + target: "Complaints", + value: 300, + }, + { + source: "WhatsApp", + target: "General Enquires", + value: 523, + }, + { + source: "Facebook Messenger", + target: "Default", + value: 143, + }, + { + source: "Facebook Messenger", + target: "Complaints", + value: 200, + }, + { + source: "Facebook Messenger", + target: "General Enquires", + value: 323, + }, + { + source: "Twitter DM", + target: "Default", + value: 143, + }, + { + source: "Twitter DM", + target: "Complaints", + value: 50, + }, + { + source: "Twitter DM", + target: "General Enquires", + value: 223, + }, + { + source: "General Enquires", + target: "Case Closed", + value: 421, + }, + { + source: "General Enquires", + target: "Completed", + value: 612, + }, + { + source: "General Enquires", + target: "Escalated to Manager", + value: 23, + }, + { + source: "General Enquires", + target: "No need for response", + value: 241, + }, + { + source: "Complaints", + target: "Case Closed", + value: 21, + }, + { + source: "Complaints", + target: "Completed", + value: 12, + }, + { + source: "Complaints", + target: "Escalated to Manager", + value: 3, + }, + { + source: "Complaints", + target: "No need for response", + value: 41, + }, + { + source: "Default", + target: "Completed", + value: 41, + }, + { + source: "Default", + target: "Case Updated", + value: 410, + }, + { + source: "General Enquires", + target: "Case Updated", + value: 50, + }, + { + source: "Complaints", + target: "Case Updated", + value: 410, + } + ); + + return data; +} diff --git a/src/utils/sampleUDGresponse.js b/src/utils/sampleUDGresponse.js new file mode 100644 index 0000000..a15fe58 --- /dev/null +++ b/src/utils/sampleUDGresponse.js @@ -0,0 +1,21746 @@ +export default { + "errors": [ + { + "message": "Exception while fetching data (/findContactsCompletedBetween/edges[4]/node/customer) : An unknown error occurred during execution", + "locations": [ + { + "line": 94, + "column": 9 + } + ], + "path": [ + "findContactsCompletedBetween", + "edges", + 4, + "node", + "customer" + ], + "extensions": { + "classification": "DataFetchingException" + } + }, + { + "message": "Exception while fetching data (/findContactsCompletedBetween/edges[4]/node/queue) : An unknown error occurred during execution", + "locations": [ + { + "line": 104, + "column": 9 + } + ], + "path": [ + "findContactsCompletedBetween", + "edges", + 4, + "node", + "queue" + ], + "extensions": { + "classification": "DataFetchingException" + } + } + ], + "data": { + "findContactsCompletedBetween": { + "totalCount": 108, + "edges": [ + { + "node": { + "systemId": "1000055", + "startTime": "2023-03-17T18:17:46.395Z", + "endTime": "2023-03-17T18:19:55.374Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 127, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000000", + "__typename": "Email", + "messageId": "<74789755a8c0def4a2461bb327f4b80f@bemessaged.com>", + "threadId": "1000000", + "sentDate": "2022-07-08T15:48:05.000Z", + "receivedDate": "2022-07-08T15:48:05.000Z", + "subject": "test", + "body": "test\n", + "fromAddress": "customer@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "hu", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "A whitemail was sent to the relevant parties", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": null, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1000058", + "startTime": "2022-07-08T15:51:43.781Z", + "endTime": "2022-07-08T16:01:17.954Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccmary", + "firstName": "Mary", + "lastName": "Zee", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 572, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000000", + "__typename": "ConversationFragment", + "conversationId": "4e85e636-0fa5-3755-912f-d87bbc1a75af", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 5, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Customer Joe" + }, + "sentTime": "2022-07-08T15:51:36.275Z", + "text": "I would like to discuss my account", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2022-07-08T15:51:43.715Z", + "text": "Session started between Customer Joe and VerintChat", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccmary", + "firstName": "Mary", + "lastName": "Zee" + } + }, + "sentTime": "2022-07-08T15:51:56.437Z", + "text": "test", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": { + "fileType": "image/gif", + "name": "grafana.gif" + }, + "sender": { + "name": "Customer Joe" + }, + "sentTime": "2022-07-08T15:52:25.342Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccmary", + "firstName": "Mary", + "lastName": "Zee" + } + }, + "sentTime": "2022-07-08T15:52:34.373Z", + "text": "nice pic", + "type": "STANDARD_MESSAGE" + } + } + ] + }, + "referrerUrl": null, + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 2, + "edges": [ + { + "node": { + "text": "The customer ended the chat session.", + "isActive": true, + "isVisible": false + } + }, + { + "node": { + "text": "Agent Session Ended Unexpectedly", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": null, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1000155", + "startTime": "2022-07-26T16:12:59.991Z", + "endTime": "2022-07-26T16:13:02.389Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000000", + "__typename": "ConversationFragment", + "conversationId": "4e85e636-0fa5-3755-912f-d87bbc1a75af", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 5, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Customer Joe" + }, + "sentTime": "2022-07-08T15:51:36.275Z", + "text": "I would like to discuss my account", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2022-07-08T15:51:43.715Z", + "text": "Session started between Customer Joe and VerintChat", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccmary", + "firstName": "Mary", + "lastName": "Zee" + } + }, + "sentTime": "2022-07-08T15:51:56.437Z", + "text": "test", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": { + "fileType": "image/gif", + "name": "grafana.gif" + }, + "sender": { + "name": "Customer Joe" + }, + "sentTime": "2022-07-08T15:52:25.342Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccmary", + "firstName": "Mary", + "lastName": "Zee" + } + }, + "sentTime": "2022-07-08T15:52:34.373Z", + "text": "nice pic", + "type": "STANDARD_MESSAGE" + } + } + ] + }, + "referrerUrl": null, + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Customer abandoned while queuing", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": null, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1000158", + "startTime": "2022-07-26T16:13:19.426Z", + "endTime": "2022-07-27T10:27:18.612Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccmary", + "firstName": "Mary", + "lastName": "Zee", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 65639, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000050", + "__typename": "ConversationFragment", + "conversationId": "dc8ef1a8-004b-3e71-95f2-e0dd8d9a1c99", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 2, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Customer Joe" + }, + "sentTime": "2022-07-26T16:13:13.279Z", + "text": "I would like to discuss my account", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2022-07-26T16:13:19.343Z", + "text": "Session started between Customer Joe and Mary", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://pt2.demo-custom.verintdemo.com/livechat/liveChat.html?type=Messaging", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Agent Session Ended Unexpectedly", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": null, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1002807", + "startTime": "2023-04-12T17:42:52.681Z", + "endTime": "2023-04-12T18:45:33.233Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 7391, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000000", + "__typename": "Email", + "messageId": "<74789755a8c0def4a2461bb327f4b80f@bemessaged.com>", + "threadId": "1000000", + "sentDate": "2022-07-08T15:48:05.000Z", + "receivedDate": "2022-07-08T15:48:05.000Z", + "subject": "test", + "body": "test\n", + "fromAddress": "customer@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "hu", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Agent Session Ended Unexpectedly", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1002819", + "startTime": "2023-04-13T03:23:11.781Z", + "endTime": "2023-04-13T03:23:46.799Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 35, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000050", + "__typename": "Email", + "messageId": "<64a8463fa6fefa77484a1d07ed4b3eaa@bemessaged.com>", + "threadId": "1000100", + "sentDate": "2023-04-13T03:21:59.000Z", + "receivedDate": "2023-04-13T03:21:59.000Z", + "subject": "Claim", + "body": "Claim Test\n", + "fromAddress": "pmorton@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "An email was sent to the relevant parties", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000000", + "firstName": "Peter ", + "lastName": "Morton" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1002823", + "startTime": "2023-04-13T03:25:37.459Z", + "endTime": "2023-04-13T03:26:14.631Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 37, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000050", + "__typename": "Email", + "messageId": "<64a8463fa6fefa77484a1d07ed4b3eaa@bemessaged.com>", + "threadId": "1000100", + "sentDate": "2023-04-13T03:21:59.000Z", + "receivedDate": "2023-04-13T03:21:59.000Z", + "subject": "Claim", + "body": "Claim Test\n", + "fromAddress": "pmorton@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Contacted party did not answer", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000000", + "firstName": "Peter ", + "lastName": "Morton" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1002826", + "startTime": "2023-04-13T03:28:12.744Z", + "endTime": "2023-04-13T03:30:54.206Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 161, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000052", + "__typename": "Email", + "messageId": "", + "threadId": "1000101", + "sentDate": "2023-04-13T03:27:49.000Z", + "receivedDate": "2023-04-13T03:27:49.000Z", + "subject": "Claim", + "body": "Claim\n", + "fromAddress": "pmorton@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Completed", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000000", + "firstName": "Peter ", + "lastName": "Morton" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1002830", + "startTime": "2023-04-13T03:31:23.310Z", + "endTime": "2023-04-13T03:32:03.735Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 40, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000052", + "__typename": "Email", + "messageId": "", + "threadId": "1000101", + "sentDate": "2023-04-13T03:27:49.000Z", + "receivedDate": "2023-04-13T03:27:49.000Z", + "subject": "Claim", + "body": "Claim\n", + "fromAddress": "pmorton@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Created a new case", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000000", + "firstName": "Peter ", + "lastName": "Morton" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1002832", + "startTime": "2023-04-13T03:37:08.744Z", + "endTime": "2023-04-13T03:37:09.062Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000050", + "__typename": "ConversationFragment", + "conversationId": "dc8ef1a8-004b-3e71-95f2-e0dd8d9a1c99", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 2, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Customer Joe" + }, + "sentTime": "2022-07-26T16:13:13.279Z", + "text": "I would like to discuss my account", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2022-07-26T16:13:19.343Z", + "text": "Session started between Customer Joe and Mary", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://pt2.demo-custom.verintdemo.com/livechat/liveChat.html?type=Messaging", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Customer abandoned while queuing", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": null, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1002834", + "startTime": "2023-04-13T03:37:19.290Z", + "endTime": "2023-04-13T03:37:30.093Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 11, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000052", + "__typename": "Email", + "messageId": "", + "threadId": "1000101", + "sentDate": "2023-04-13T03:27:49.000Z", + "receivedDate": "2023-04-13T03:27:49.000Z", + "subject": "Claim", + "body": "Claim\n", + "fromAddress": "pmorton@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Created a new case", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000000", + "firstName": "Peter ", + "lastName": "Morton" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1002836", + "startTime": "2023-04-13T03:37:38.328Z", + "endTime": "2023-04-13T03:37:53.342Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 15, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000000", + "__typename": "Email", + "messageId": "<74789755a8c0def4a2461bb327f4b80f@bemessaged.com>", + "threadId": "1000000", + "sentDate": "2022-07-08T15:48:05.000Z", + "receivedDate": "2022-07-08T15:48:05.000Z", + "subject": "test", + "body": "test\n", + "fromAddress": "customer@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "hu", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Contacted party did not answer", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": null, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1003348", + "startTime": "2023-04-14T03:42:21.559Z", + "endTime": "2023-04-14T03:55:09.125Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 767, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000100", + "__typename": "Email", + "messageId": "", + "threadId": "1000150", + "sentDate": "2023-04-14T03:38:13.000Z", + "receivedDate": "2023-04-14T03:38:13.000Z", + "subject": "Claim", + "body": "Claim\n", + "fromAddress": "dvivian@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "An email was sent to the relevant parties", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000050", + "firstName": "Dean", + "lastName": "Vivian" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1003867", + "startTime": "2023-04-17T16:51:40.982Z", + "endTime": "2023-04-17T16:52:33.773Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 31, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000150", + "__typename": "Email", + "messageId": "<11766472903829178f5fb5689c5f2bbb@bemessaged.com>", + "threadId": "1000200", + "sentDate": "2023-04-17T16:47:55.000Z", + "receivedDate": "2023-04-17T16:47:55.000Z", + "subject": "Claim", + "body": "Claim\n", + "fromAddress": "dvivian@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Saved for later", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000050", + "firstName": "Dean", + "lastName": "Vivian" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1003872", + "startTime": "2023-04-17T16:52:08.617Z", + "endTime": "2023-04-17T16:52:26.434Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 18, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000100", + "__typename": "Email", + "messageId": "", + "threadId": "1000150", + "sentDate": "2023-04-14T03:38:13.000Z", + "receivedDate": "2023-04-14T03:38:13.000Z", + "subject": "Claim", + "body": "Claim\n", + "fromAddress": "dvivian@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Completed", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000050", + "firstName": "Dean", + "lastName": "Vivian" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1004022", + "startTime": "2023-04-17T20:41:14.808Z", + "endTime": "2023-04-17T21:01:23.539Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 1209, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000100", + "__typename": "ConversationFragment", + "conversationId": "f3f5a2ec-3c9d-3069-8c25-6a399bb6ad51", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 14, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "david young" + }, + "sentTime": "2023-04-17T20:40:48.736Z", + "text": "I need crowns", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "david young" + }, + "sentTime": "2023-04-17T20:40:55.171Z", + "text": "please let me talk to someone", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T20:40:55.172Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "david young" + }, + "sentTime": "2023-04-17T20:40:58.606Z", + "text": "david", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T20:40:58.607Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "david young" + }, + "sentTime": "2023-04-17T20:40:59.401Z", + "text": "young", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T20:40:59.402Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "david young" + }, + "sentTime": "2023-04-17T20:41:05.058Z", + "text": "david.young@verint.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T20:41:05.059Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "david young" + }, + "sentTime": "2023-04-17T20:41:05.927Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T20:41:14.758Z", + "text": "Session started between david young and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-17T21:01:18.106Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T21:01:19.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T21:01:19.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 2, + "edges": [ + { + "node": { + "text": "Case Closed", + "isActive": true, + "isVisible": true + } + }, + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": null, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1004023", + "startTime": "2023-04-17T20:40:48.736Z", + "endTime": "2023-04-17T20:41:05.059Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000100", + "__typename": "ConversationFragment", + "conversationId": "f3f5a2ec-3c9d-3069-8c25-6a399bb6ad51", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 14, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "david young" + }, + "sentTime": "2023-04-17T20:40:48.736Z", + "text": "I need crowns", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "david young" + }, + "sentTime": "2023-04-17T20:40:55.171Z", + "text": "please let me talk to someone", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T20:40:55.172Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "david young" + }, + "sentTime": "2023-04-17T20:40:58.606Z", + "text": "david", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T20:40:58.607Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "david young" + }, + "sentTime": "2023-04-17T20:40:59.401Z", + "text": "young", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T20:40:59.402Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "david young" + }, + "sentTime": "2023-04-17T20:41:05.058Z", + "text": "david.young@verint.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T20:41:05.059Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "david young" + }, + "sentTime": "2023-04-17T20:41:05.927Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T20:41:14.758Z", + "text": "Session started between david young and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-17T21:01:18.106Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T21:01:19.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T21:01:19.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1004060", + "startTime": "2023-04-17T21:17:14.837Z", + "endTime": "2023-04-17T21:19:04.623Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 110, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000101", + "__typename": "ConversationFragment", + "conversationId": "783ee6c4-95a0-3fff-b7be-4d6f0e02a271", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 25, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-17T21:14:29.241Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T21:14:29.242Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-17T21:14:37.232Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T21:14:37.233Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-17T21:14:41.319Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T21:14:41.320Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-17T21:14:54.025Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T21:14:54.026Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-17T21:15:04.412Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T21:15:04.413Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-17T21:15:24.546Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T21:15:24.547Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-17T21:15:42.303Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T21:15:42.304Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-17T21:15:51.006Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T21:15:51.007Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-17T21:15:56.192Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T21:15:56.193Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-17T21:16:05.969Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T21:16:05.970Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-17T21:16:06.321Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T21:17:14.828Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-17T21:18:49.352Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T21:18:50.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T21:18:50.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000000", + "firstName": "Peter ", + "lastName": "Morton" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1004061", + "startTime": "2023-04-17T21:14:29.241Z", + "endTime": "2023-04-17T21:16:05.970Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000101", + "__typename": "ConversationFragment", + "conversationId": "783ee6c4-95a0-3fff-b7be-4d6f0e02a271", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 25, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-17T21:14:29.241Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T21:14:29.242Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-17T21:14:37.232Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T21:14:37.233Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-17T21:14:41.319Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T21:14:41.320Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-17T21:14:54.025Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T21:14:54.026Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-17T21:15:04.412Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T21:15:04.413Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-17T21:15:24.546Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T21:15:24.547Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-17T21:15:42.303Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T21:15:42.304Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-17T21:15:51.006Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T21:15:51.007Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-17T21:15:56.192Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T21:15:56.193Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-17T21:16:05.969Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T21:16:05.970Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-17T21:16:06.321Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T21:17:14.828Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-17T21:18:49.352Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T21:18:50.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-17T21:18:50.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1005116", + "startTime": "2023-04-18T03:56:16.331Z", + "endTime": "2023-04-18T04:00:30.202Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 254, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000152", + "__typename": "Email", + "messageId": "<61ba0213f81b46c75b68808689436a3d@bemessaged.com>", + "threadId": "1000203", + "sentDate": "2023-04-18T03:55:25.000Z", + "receivedDate": "2023-04-18T03:55:25.000Z", + "subject": "The Pharmacy said you are not covering my wife's migraine medication?", + "body": "While at my pharmacy today I was trying to get my wife's migraine \nmedication and they told me that you are not covering it now. I wanted \nto understand why a medication that has been covered for over a year is \nno longer being covered?\n\nI am really frustrated right now and am hoping you can help me resolve \nthe issue so we can get this medication.\n\nRegards,\n\nDean Vivian\n", + "fromAddress": "dvivian@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Gave Information - Case Update", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000050", + "firstName": "Dean", + "lastName": "Vivian" + } + } + ] + }, + "queue": { + "name": "Pharmacy", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1005144", + "startTime": "2023-04-18T04:19:36.009Z", + "endTime": "2023-04-18T04:22:25.622Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 170, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000152", + "__typename": "Email", + "messageId": "<61ba0213f81b46c75b68808689436a3d@bemessaged.com>", + "threadId": "1000203", + "sentDate": "2023-04-18T03:55:25.000Z", + "receivedDate": "2023-04-18T03:55:25.000Z", + "subject": "The Pharmacy said you are not covering my wife's migraine medication?", + "body": "While at my pharmacy today I was trying to get my wife's migraine \nmedication and they told me that you are not covering it now. I wanted \nto understand why a medication that has been covered for over a year is \nno longer being covered?\n\nI am really frustrated right now and am hoping you can help me resolve \nthe issue so we can get this medication.\n\nRegards,\n\nDean Vivian\n", + "fromAddress": "dvivian@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Completed", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000050", + "firstName": "Dean", + "lastName": "Vivian" + } + } + ] + }, + "queue": { + "name": "Pharmacy", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1005146", + "startTime": "2023-04-18T04:22:32.933Z", + "endTime": "2023-04-18T04:23:31.243Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 58, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000152", + "__typename": "Email", + "messageId": "<61ba0213f81b46c75b68808689436a3d@bemessaged.com>", + "threadId": "1000203", + "sentDate": "2023-04-18T03:55:25.000Z", + "receivedDate": "2023-04-18T03:55:25.000Z", + "subject": "The Pharmacy said you are not covering my wife's migraine medication?", + "body": "While at my pharmacy today I was trying to get my wife's migraine \nmedication and they told me that you are not covering it now. I wanted \nto understand why a medication that has been covered for over a year is \nno longer being covered?\n\nI am really frustrated right now and am hoping you can help me resolve \nthe issue so we can get this medication.\n\nRegards,\n\nDean Vivian\n", + "fromAddress": "dvivian@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Gave Information - General", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000050", + "firstName": "Dean", + "lastName": "Vivian" + } + } + ] + }, + "queue": { + "name": "Pharmacy", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1005148", + "startTime": "2023-04-18T04:24:30.264Z", + "endTime": "2023-04-18T04:26:14.430Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 104, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000152", + "__typename": "Email", + "messageId": "<61ba0213f81b46c75b68808689436a3d@bemessaged.com>", + "threadId": "1000203", + "sentDate": "2023-04-18T03:55:25.000Z", + "receivedDate": "2023-04-18T03:55:25.000Z", + "subject": "The Pharmacy said you are not covering my wife's migraine medication?", + "body": "While at my pharmacy today I was trying to get my wife's migraine \nmedication and they told me that you are not covering it now. I wanted \nto understand why a medication that has been covered for over a year is \nno longer being covered?\n\nI am really frustrated right now and am hoping you can help me resolve \nthe issue so we can get this medication.\n\nRegards,\n\nDean Vivian\n", + "fromAddress": "dvivian@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Gave Information - Case Update", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000050", + "firstName": "Dean", + "lastName": "Vivian" + } + } + ] + }, + "queue": { + "name": "Pharmacy", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1005150", + "startTime": "2023-04-18T04:27:14.941Z", + "endTime": "2023-04-18T04:28:06.921Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 52, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000154", + "__typename": "Email", + "messageId": "<950b665aa8b7e137727e344fad6f9301@bemessaged.com>", + "threadId": "1000204", + "sentDate": "2023-04-18T04:26:42.000Z", + "receivedDate": "2023-04-18T04:26:42.000Z", + "subject": "The Pharmacy said you are not covering my wife's migraine medication?", + "body": "While at my pharmacy today I was trying to get my wife's migraine \nmedication and they told me that you are not covering it now. I wanted \nto understand why a medication that has been covered for over a year is \nno longer being covered?\n\nI am really frustrated right now and am hoping you can help me resolve \nthe issue so we can get this medication.\n\nRegards,\n\nDean Vivian\n", + "fromAddress": "dvivian@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Reassigned to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000050", + "firstName": "Dean", + "lastName": "Vivian" + } + } + ] + }, + "queue": { + "name": "Pharmacy", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1005152", + "startTime": "2023-04-18T04:28:13.499Z", + "endTime": "2023-04-18T04:31:47.146Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 214, + "notes": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Coverage for medication query. Requested clarfication." + } + } + ] + }, + "interaction": { + "locale": null, + "systemId": "1000154", + "__typename": "Email", + "messageId": "<950b665aa8b7e137727e344fad6f9301@bemessaged.com>", + "threadId": "1000204", + "sentDate": "2023-04-18T04:26:42.000Z", + "receivedDate": "2023-04-18T04:26:42.000Z", + "subject": "The Pharmacy said you are not covering my wife's migraine medication?", + "body": "While at my pharmacy today I was trying to get my wife's migraine \nmedication and they told me that you are not covering it now. I wanted \nto understand why a medication that has been covered for over a year is \nno longer being covered?\n\nI am really frustrated right now and am hoping you can help me resolve \nthe issue so we can get this medication.\n\nRegards,\n\nDean Vivian\n", + "fromAddress": "dvivian@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Completed", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000050", + "firstName": "Dean", + "lastName": "Vivian" + } + } + ] + }, + "queue": { + "name": "Pharmacy", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1005153", + "startTime": "2023-04-18T04:31:03.457Z", + "endTime": "2023-04-18T04:31:03.975Z", + "direction": "OUTBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 170, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000155", + "__typename": "Email", + "messageId": "", + "threadId": "1000204", + "sentDate": "2023-04-18T04:31:03.432Z", + "receivedDate": null, + "subject": "<< Ref:1000204 >> Re: The Pharmacy said you are not covering my wife's migraine medication?", + "body": "

Mr Vivian,


I am sorry to hear you are having issues with getting your wife's medication. I can understand how frustrating it can be when there is uncertainty about medication coverage. I will be happy to try and help you to get this resolved.      


It looks like your wife is on a number of medications, which medication was it that the pharmacy said was not covered?


Regards,

Adam

Member Services

\"\"




Original Message ...
From: dvivian@bemessaged.com
To: customerservice@demo.verint.com
Subject: The Pharmacy said you are not covering my wife's migraine medication?
Sent: Mon, 17 Apr 2023 21:26:42 -0700

While at my pharmacy today I was trying to get my wife's migraine
medication and they told me that you are not covering it now. I wanted
to understand why a medication that has been covered for over a year is
no longer being covered?

I am really frustrated right now and am hoping you can help me resolve
the issue so we can get this medication.

Regards,

Dean Vivian

", + "fromAddress": "customerservice@demo.verint.com", + "ccAddresses": [], + "bccAddresses": [], + "detectedLanguage": null, + "mailboxName": "Outbound", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "An email was sent to the relevant parties", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000050", + "firstName": "Dean", + "lastName": "Vivian" + } + } + ] + }, + "queue": null + } + }, + { + "node": { + "systemId": "1005157", + "startTime": "2023-04-18T04:34:23.635Z", + "endTime": "2023-04-18T04:39:07.977Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 284, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000157", + "__typename": "Email", + "messageId": "<091ff2897f17bd46abca1c2b57dd48e7@bemessaged.com>", + "threadId": "1000204", + "sentDate": "2023-04-18T04:33:33.000Z", + "receivedDate": "2023-04-18T04:33:33.000Z", + "subject": "Re: << Ref:1000204 >> Re: The Pharmacy said you are not covering my\r\n wife's migraine medication?", + "body": "Thanks! Great to hear you can help. The medication is Nurtec. It is \nfor my wife's migraines and it is the only thing that works!\n\nOn 2023-04-17 21:31, customerservice@demo.verint.com wrote:\n> Mr Vivian,\n> \n> I am sorry to hear you are having issues with getting your wife's\n> medication. I can understand how frustrating it can be when there is\n> uncertainty about medication coverage. I will be happy to try and help\n> you to get this resolved.\n> \n> It looks like your wife is on a number of medications, which\n> medication was it that the pharmacy said was not covered?\n> \n> Regards,\n> \n> Adam\n> \n> MEMBER SERVICES\n> \n> -------------------------\n> \n> ORIGINAL MESSAGE ...\n> From: dvivian@bemessaged.com\n> To: customerservice@demo.verint.com\n> Subject: The Pharmacy said you are not covering my wife's migraine\n> medication?\n> Sent: Mon, 17 Apr 2023 21:26:42 -0700\n> \n> While at my pharmacy today I was trying to get my wife's migraine\n> medication and they told me that you are not covering it now. I wanted\n> \n> to understand why a medication that has been covered for over a year\n> is\n> no longer being covered?\n> \n> I am really frustrated right now and am hoping you can help me resolve\n> \n> the issue so we can get this medication.\n> \n> Regards,\n> \n> Dean Vivian\n", + "fromAddress": "dvivian@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Gave Information - General", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000050", + "firstName": "Dean", + "lastName": "Vivian" + } + } + ] + }, + "queue": { + "name": "Pharmacy", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1005218", + "startTime": "2023-04-18T04:43:43.017Z", + "endTime": "2023-04-18T04:46:30.113Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 167, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000102", + "__typename": "ConversationFragment", + "conversationId": "6bac763b-61d4-3fc0-abfb-b84767bcbd2f", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 13, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T04:43:13.661Z", + "text": "I would like to talk to someone please", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:43:13.662Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T04:43:22.916Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:43:22.917Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T04:43:26.868Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:43:26.869Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T04:43:36.665Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:43:36.666Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T04:43:37.685Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:43:43.007Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-18T04:46:22.992Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:46:24.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:46:24.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": null, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1005219", + "startTime": "2023-04-18T04:43:13.661Z", + "endTime": "2023-04-18T04:43:36.666Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000102", + "__typename": "ConversationFragment", + "conversationId": "6bac763b-61d4-3fc0-abfb-b84767bcbd2f", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 13, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T04:43:13.661Z", + "text": "I would like to talk to someone please", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:43:13.662Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T04:43:22.916Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:43:22.917Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T04:43:26.868Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:43:26.869Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T04:43:36.665Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:43:36.666Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T04:43:37.685Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:43:43.007Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-18T04:46:22.992Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:46:24.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:46:24.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1005264", + "startTime": "2023-04-18T04:47:15.118Z", + "endTime": "2023-04-18T04:50:12.370Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 81, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000103", + "__typename": "ConversationFragment", + "conversationId": "8ccea57c-eefc-329b-adfe-a71e80396953", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 13, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T04:46:55.097Z", + "text": "I would like to talk to someone please", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:46:55.098Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T04:47:00.714Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:47:00.715Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T04:47:02.451Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:47:02.452Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T04:47:10.181Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:47:10.182Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T04:47:10.509Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:47:15.108Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-18T04:50:05.610Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:50:06.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:50:06.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000000", + "firstName": "Peter ", + "lastName": "Morton" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1005265", + "startTime": "2023-04-18T04:46:55.097Z", + "endTime": "2023-04-18T04:47:10.182Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000103", + "__typename": "ConversationFragment", + "conversationId": "8ccea57c-eefc-329b-adfe-a71e80396953", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 13, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T04:46:55.097Z", + "text": "I would like to talk to someone please", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:46:55.098Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T04:47:00.714Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:47:00.715Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T04:47:02.451Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:47:02.452Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T04:47:10.181Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:47:10.182Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T04:47:10.509Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:47:15.108Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-18T04:50:05.610Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:50:06.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:50:06.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1005274", + "startTime": "2023-04-18T04:50:57.646Z", + "endTime": "2023-04-18T04:54:52.113Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 235, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000104", + "__typename": "ConversationFragment", + "conversationId": "fc2411d0-5bb8-311b-9aa4-0af6aecf1e1e", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 13, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T04:50:37.761Z", + "text": "I would like to talk to someone", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:50:37.762Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T04:50:42.681Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:50:42.682Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T04:50:44.934Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:50:44.935Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T04:50:52.266Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:50:52.267Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T04:50:52.571Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:50:57.636Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-18T04:54:41.832Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:54:42.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:54:42.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 2, + "edges": [ + { + "node": { + "text": "Gave Information - General", + "isActive": true, + "isVisible": true + } + }, + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000000", + "firstName": "Peter ", + "lastName": "Morton" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1005275", + "startTime": "2023-04-18T04:50:37.761Z", + "endTime": "2023-04-18T04:50:52.267Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000104", + "__typename": "ConversationFragment", + "conversationId": "fc2411d0-5bb8-311b-9aa4-0af6aecf1e1e", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 13, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T04:50:37.761Z", + "text": "I would like to talk to someone", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:50:37.762Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T04:50:42.681Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:50:42.682Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T04:50:44.934Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:50:44.935Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T04:50:52.266Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:50:52.267Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T04:50:52.571Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:50:57.636Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-18T04:54:41.832Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:54:42.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T04:54:42.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1005307", + "startTime": "2023-04-18T06:22:18.498Z", + "endTime": "2023-04-18T06:23:51.608Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 92, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000157", + "__typename": "Email", + "messageId": "<091ff2897f17bd46abca1c2b57dd48e7@bemessaged.com>", + "threadId": "1000204", + "sentDate": "2023-04-18T04:33:33.000Z", + "receivedDate": "2023-04-18T04:33:33.000Z", + "subject": "Re: << Ref:1000204 >> Re: The Pharmacy said you are not covering my\r\n wife's migraine medication?", + "body": "Thanks! Great to hear you can help. The medication is Nurtec. It is \nfor my wife's migraines and it is the only thing that works!\n\nOn 2023-04-17 21:31, customerservice@demo.verint.com wrote:\n> Mr Vivian,\n> \n> I am sorry to hear you are having issues with getting your wife's\n> medication. I can understand how frustrating it can be when there is\n> uncertainty about medication coverage. I will be happy to try and help\n> you to get this resolved.\n> \n> It looks like your wife is on a number of medications, which\n> medication was it that the pharmacy said was not covered?\n> \n> Regards,\n> \n> Adam\n> \n> MEMBER SERVICES\n> \n> -------------------------\n> \n> ORIGINAL MESSAGE ...\n> From: dvivian@bemessaged.com\n> To: customerservice@demo.verint.com\n> Subject: The Pharmacy said you are not covering my wife's migraine\n> medication?\n> Sent: Mon, 17 Apr 2023 21:26:42 -0700\n> \n> While at my pharmacy today I was trying to get my wife's migraine\n> medication and they told me that you are not covering it now. I wanted\n> \n> to understand why a medication that has been covered for over a year\n> is\n> no longer being covered?\n> \n> I am really frustrated right now and am hoping you can help me resolve\n> \n> the issue so we can get this medication.\n> \n> Regards,\n> \n> Dean Vivian\n", + "fromAddress": "dvivian@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Saved for later", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000050", + "firstName": "Dean", + "lastName": "Vivian" + } + } + ] + }, + "queue": { + "name": "Pharmacy", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1005480", + "startTime": "2023-04-18T07:02:26.400Z", + "endTime": "2023-04-18T07:07:31.708Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 305, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000150", + "__typename": "ConversationFragment", + "conversationId": "3b5b2001-9f34-3afb-a72c-f5ab1f0d864b", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 13, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T07:01:56.386Z", + "text": "I would like to talk to someone", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T07:01:56.387Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T07:02:03.013Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T07:02:03.014Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T07:02:05.748Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T07:02:05.749Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T07:02:13.857Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T07:02:13.858Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T07:02:14.933Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T07:02:26.352Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-18T07:05:55.390Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T07:05:56.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T07:05:56.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 2, + "edges": [ + { + "node": { + "text": "Enrollment - New Plan", + "isActive": true, + "isVisible": true + } + }, + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000000", + "firstName": "Peter ", + "lastName": "Morton" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1005481", + "startTime": "2023-04-18T07:01:56.386Z", + "endTime": "2023-04-18T07:02:13.858Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000150", + "__typename": "ConversationFragment", + "conversationId": "3b5b2001-9f34-3afb-a72c-f5ab1f0d864b", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 13, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T07:01:56.386Z", + "text": "I would like to talk to someone", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T07:01:56.387Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T07:02:03.013Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T07:02:03.014Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T07:02:05.748Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T07:02:05.749Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T07:02:13.857Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T07:02:13.858Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T07:02:14.933Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T07:02:26.352Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-18T07:05:55.390Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T07:05:56.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T07:05:56.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1005488", + "startTime": "2023-04-18T16:38:17.866Z", + "endTime": "2023-04-18T16:44:55.185Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 397, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000157", + "__typename": "Email", + "messageId": "<091ff2897f17bd46abca1c2b57dd48e7@bemessaged.com>", + "threadId": "1000204", + "sentDate": "2023-04-18T04:33:33.000Z", + "receivedDate": "2023-04-18T04:33:33.000Z", + "subject": "Re: << Ref:1000204 >> Re: The Pharmacy said you are not covering my\r\n wife's migraine medication?", + "body": "Thanks! Great to hear you can help. The medication is Nurtec. It is \nfor my wife's migraines and it is the only thing that works!\n\nOn 2023-04-17 21:31, customerservice@demo.verint.com wrote:\n> Mr Vivian,\n> \n> I am sorry to hear you are having issues with getting your wife's\n> medication. I can understand how frustrating it can be when there is\n> uncertainty about medication coverage. I will be happy to try and help\n> you to get this resolved.\n> \n> It looks like your wife is on a number of medications, which\n> medication was it that the pharmacy said was not covered?\n> \n> Regards,\n> \n> Adam\n> \n> MEMBER SERVICES\n> \n> -------------------------\n> \n> ORIGINAL MESSAGE ...\n> From: dvivian@bemessaged.com\n> To: customerservice@demo.verint.com\n> Subject: The Pharmacy said you are not covering my wife's migraine\n> medication?\n> Sent: Mon, 17 Apr 2023 21:26:42 -0700\n> \n> While at my pharmacy today I was trying to get my wife's migraine\n> medication and they told me that you are not covering it now. I wanted\n> \n> to understand why a medication that has been covered for over a year\n> is\n> no longer being covered?\n> \n> I am really frustrated right now and am hoping you can help me resolve\n> \n> the issue so we can get this medication.\n> \n> Regards,\n> \n> Dean Vivian\n", + "fromAddress": "dvivian@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Case Updated", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000050", + "firstName": "Dean", + "lastName": "Vivian" + } + } + ] + }, + "queue": { + "name": "Pharmacy", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1005490", + "startTime": "2023-04-18T16:45:10.498Z", + "endTime": "2023-04-18T17:05:26.490Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 495, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000157", + "__typename": "Email", + "messageId": "<091ff2897f17bd46abca1c2b57dd48e7@bemessaged.com>", + "threadId": "1000204", + "sentDate": "2023-04-18T04:33:33.000Z", + "receivedDate": "2023-04-18T04:33:33.000Z", + "subject": "Re: << Ref:1000204 >> Re: The Pharmacy said you are not covering my\r\n wife's migraine medication?", + "body": "Thanks! Great to hear you can help. The medication is Nurtec. It is \nfor my wife's migraines and it is the only thing that works!\n\nOn 2023-04-17 21:31, customerservice@demo.verint.com wrote:\n> Mr Vivian,\n> \n> I am sorry to hear you are having issues with getting your wife's\n> medication. I can understand how frustrating it can be when there is\n> uncertainty about medication coverage. I will be happy to try and help\n> you to get this resolved.\n> \n> It looks like your wife is on a number of medications, which\n> medication was it that the pharmacy said was not covered?\n> \n> Regards,\n> \n> Adam\n> \n> MEMBER SERVICES\n> \n> -------------------------\n> \n> ORIGINAL MESSAGE ...\n> From: dvivian@bemessaged.com\n> To: customerservice@demo.verint.com\n> Subject: The Pharmacy said you are not covering my wife's migraine\n> medication?\n> Sent: Mon, 17 Apr 2023 21:26:42 -0700\n> \n> While at my pharmacy today I was trying to get my wife's migraine\n> medication and they told me that you are not covering it now. I wanted\n> \n> to understand why a medication that has been covered for over a year\n> is\n> no longer being covered?\n> \n> I am really frustrated right now and am hoping you can help me resolve\n> \n> the issue so we can get this medication.\n> \n> Regards,\n> \n> Dean Vivian\n", + "fromAddress": "dvivian@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Contacted party was unavailable to speak", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000050", + "firstName": "Dean", + "lastName": "Vivian" + } + } + ] + }, + "queue": { + "name": "Pharmacy", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1005497", + "startTime": "2023-04-18T16:52:27.570Z", + "endTime": "2023-04-18T16:59:44.178Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 422, + "notes": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Add some notes\n" + } + } + ] + }, + "interaction": { + "locale": "en-GB", + "systemId": "1000151", + "__typename": "ConversationFragment", + "conversationId": "9e4e5483-184a-323c-9576-b168b5a60857", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 26, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T16:50:00.314Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T16:50:00.315Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T16:50:15.342Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T16:50:15.343Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T16:50:20.932Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T16:50:20.933Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T16:50:47.056Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T16:50:47.057Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T16:51:04.182Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T16:51:04.183Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T16:51:24.200Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T16:51:24.201Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T16:51:47.062Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T16:51:47.063Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T16:51:55.544Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T16:51:55.545Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T16:51:59.207Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T16:51:59.208Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T16:52:21.797Z", + "text": "pmorton@bemessed.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T16:52:21.798Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T16:52:22.210Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T16:52:27.561Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-18T16:53:22.791Z", + "text": "Hi I am here to help", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-18T16:59:42.767Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T16:59:43.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T16:59:43.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 2, + "edges": [ + { + "node": { + "text": "Enrollment - New Plan", + "isActive": true, + "isVisible": true + } + }, + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000000", + "firstName": "Peter ", + "lastName": "Morton" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1005498", + "startTime": "2023-04-18T16:50:00.314Z", + "endTime": "2023-04-18T16:52:21.798Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000151", + "__typename": "ConversationFragment", + "conversationId": "9e4e5483-184a-323c-9576-b168b5a60857", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 26, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T16:50:00.314Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T16:50:00.315Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T16:50:15.342Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T16:50:15.343Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T16:50:20.932Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T16:50:20.933Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T16:50:47.056Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T16:50:47.057Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T16:51:04.182Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T16:51:04.183Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T16:51:24.200Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T16:51:24.201Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T16:51:47.062Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T16:51:47.063Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T16:51:55.544Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T16:51:55.545Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T16:51:59.207Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T16:51:59.208Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T16:52:21.797Z", + "text": "pmorton@bemessed.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T16:52:21.798Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T16:52:22.210Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T16:52:27.561Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-18T16:53:22.791Z", + "text": "Hi I am here to help", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-18T16:59:42.767Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T16:59:43.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T16:59:43.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1005515", + "startTime": "2023-04-18T17:32:27.365Z", + "endTime": "2023-04-18T17:35:12.435Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 165, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000152", + "__typename": "ConversationFragment", + "conversationId": "b1df5239-3f3b-3141-b78d-2d17c9a92f13", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 15, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T17:31:58.840Z", + "text": "I want to talk to someone", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T17:31:58.841Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T17:32:06.567Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T17:32:06.568Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T17:32:11.383Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T17:32:11.384Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T17:32:23.328Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T17:32:23.329Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T17:32:23.890Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T17:32:27.357Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-18T17:32:41.057Z", + "text": "

When can I enroll during a Special Enrollment period

The Special Enrollment period is determined by the type of qualifying life event. In most cases, you will have 60 days after the qualifying life event to enroll in or make changes to a health plan.

Certain life events, like moving into the Independence Blue Cross coverage area, allow you to apply for a health plan up to 60 days before a qualifying life event. If you are losing health care coverage provided by an employer, you will have up to 60 days before and after this qualifying life event to enroll in a health plan.

For the following qualifying life events, please visit Pennie.com:

  • You have a change in income or household status that affects your eligibility for premium tax credits or cost-sharing reductions.
  • If you are a member of a federally recognized American Indian tribe or Alaskan Native, you have an open enrollment throughout the year and can change plans as often as once a month.
", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-18T17:33:15.611Z", + "text": "

What is a Special Enrollment period

A Special Enrollment period (SEP) is a period of time outside of the Open Enrollment period when you may be eligible to apply for an individual or family health plan. If you experience a qualifying life event, such as getting married, having or adopting a baby, losing your coverage, or moving into a new service area, you may qualify for a Special Enrollment period.

", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-18T17:35:03.894Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T17:35:04.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T17:35:04.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 2, + "edges": [ + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + }, + { + "node": { + "text": "Enrollment - New Plan", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1005516", + "startTime": "2023-04-18T17:31:58.840Z", + "endTime": "2023-04-18T17:32:23.329Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000152", + "__typename": "ConversationFragment", + "conversationId": "b1df5239-3f3b-3141-b78d-2d17c9a92f13", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 15, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T17:31:58.840Z", + "text": "I want to talk to someone", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T17:31:58.841Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T17:32:06.567Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T17:32:06.568Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T17:32:11.383Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T17:32:11.384Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T17:32:23.328Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T17:32:23.329Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-18T17:32:23.890Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T17:32:27.357Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-18T17:32:41.057Z", + "text": "

When can I enroll during a Special Enrollment period

The Special Enrollment period is determined by the type of qualifying life event. In most cases, you will have 60 days after the qualifying life event to enroll in or make changes to a health plan.

Certain life events, like moving into the Independence Blue Cross coverage area, allow you to apply for a health plan up to 60 days before a qualifying life event. If you are losing health care coverage provided by an employer, you will have up to 60 days before and after this qualifying life event to enroll in a health plan.

For the following qualifying life events, please visit Pennie.com:

  • You have a change in income or household status that affects your eligibility for premium tax credits or cost-sharing reductions.
  • If you are a member of a federally recognized American Indian tribe or Alaskan Native, you have an open enrollment throughout the year and can change plans as often as once a month.
", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-18T17:33:15.611Z", + "text": "

What is a Special Enrollment period

A Special Enrollment period (SEP) is a period of time outside of the Open Enrollment period when you may be eligible to apply for an individual or family health plan. If you experience a qualifying life event, such as getting married, having or adopting a baby, losing your coverage, or moving into a new service area, you may qualify for a Special Enrollment period.

", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-18T17:35:03.894Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T17:35:04.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-18T17:35:04.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1005773", + "startTime": "2023-04-19T14:54:55.581Z", + "endTime": "2023-04-19T14:57:44.817Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 167, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000157", + "__typename": "Email", + "messageId": "<091ff2897f17bd46abca1c2b57dd48e7@bemessaged.com>", + "threadId": "1000204", + "sentDate": "2023-04-18T04:33:33.000Z", + "receivedDate": "2023-04-18T04:33:33.000Z", + "subject": "Re: << Ref:1000204 >> Re: The Pharmacy said you are not covering my\r\n wife's migraine medication?", + "body": "Thanks! Great to hear you can help. The medication is Nurtec. It is \nfor my wife's migraines and it is the only thing that works!\n\nOn 2023-04-17 21:31, customerservice@demo.verint.com wrote:\n> Mr Vivian,\n> \n> I am sorry to hear you are having issues with getting your wife's\n> medication. I can understand how frustrating it can be when there is\n> uncertainty about medication coverage. I will be happy to try and help\n> you to get this resolved.\n> \n> It looks like your wife is on a number of medications, which\n> medication was it that the pharmacy said was not covered?\n> \n> Regards,\n> \n> Adam\n> \n> MEMBER SERVICES\n> \n> -------------------------\n> \n> ORIGINAL MESSAGE ...\n> From: dvivian@bemessaged.com\n> To: customerservice@demo.verint.com\n> Subject: The Pharmacy said you are not covering my wife's migraine\n> medication?\n> Sent: Mon, 17 Apr 2023 21:26:42 -0700\n> \n> While at my pharmacy today I was trying to get my wife's migraine\n> medication and they told me that you are not covering it now. I wanted\n> \n> to understand why a medication that has been covered for over a year\n> is\n> no longer being covered?\n> \n> I am really frustrated right now and am hoping you can help me resolve\n> \n> the issue so we can get this medication.\n> \n> Regards,\n> \n> Dean Vivian\n", + "fromAddress": "dvivian@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Gave Information - General", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000050", + "firstName": "Dean", + "lastName": "Vivian" + } + } + ] + }, + "queue": { + "name": "Pharmacy", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1005809", + "startTime": "2023-04-19T14:57:55.440Z", + "endTime": "2023-04-19T15:01:43.677Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 228, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000157", + "__typename": "Email", + "messageId": "<091ff2897f17bd46abca1c2b57dd48e7@bemessaged.com>", + "threadId": "1000204", + "sentDate": "2023-04-18T04:33:33.000Z", + "receivedDate": "2023-04-18T04:33:33.000Z", + "subject": "Re: << Ref:1000204 >> Re: The Pharmacy said you are not covering my\r\n wife's migraine medication?", + "body": "Thanks! Great to hear you can help. The medication is Nurtec. It is \nfor my wife's migraines and it is the only thing that works!\n\nOn 2023-04-17 21:31, customerservice@demo.verint.com wrote:\n> Mr Vivian,\n> \n> I am sorry to hear you are having issues with getting your wife's\n> medication. I can understand how frustrating it can be when there is\n> uncertainty about medication coverage. I will be happy to try and help\n> you to get this resolved.\n> \n> It looks like your wife is on a number of medications, which\n> medication was it that the pharmacy said was not covered?\n> \n> Regards,\n> \n> Adam\n> \n> MEMBER SERVICES\n> \n> -------------------------\n> \n> ORIGINAL MESSAGE ...\n> From: dvivian@bemessaged.com\n> To: customerservice@demo.verint.com\n> Subject: The Pharmacy said you are not covering my wife's migraine\n> medication?\n> Sent: Mon, 17 Apr 2023 21:26:42 -0700\n> \n> While at my pharmacy today I was trying to get my wife's migraine\n> medication and they told me that you are not covering it now. I wanted\n> \n> to understand why a medication that has been covered for over a year\n> is\n> no longer being covered?\n> \n> I am really frustrated right now and am hoping you can help me resolve\n> \n> the issue so we can get this medication.\n> \n> Regards,\n> \n> Dean Vivian\n", + "fromAddress": "dvivian@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Restored workitem", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000050", + "firstName": "Dean", + "lastName": "Vivian" + } + } + ] + }, + "queue": { + "name": "Pharmacy", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1005817", + "startTime": "2023-04-19T15:02:10.856Z", + "endTime": "2023-04-19T15:02:45.536Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 35, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000200", + "__typename": "Email", + "messageId": "", + "threadId": "1000300", + "sentDate": "2023-04-19T15:01:04.000Z", + "receivedDate": "2023-04-19T15:01:04.000Z", + "subject": "The Pharmacy said you are not covering my wife's migraine medication?", + "body": "While at my pharmacy today I was trying to get my wife's migraine \nmedication and they told me that you are not covering it now. I wanted \nto understand why a medication that has been covered for over a year is \nno longer being covered?\n\nI am really frustrated right now and am hoping you can help me resolve \nthe issue so we can get this medication.\n\nRegards,\n\nDean Vivian\n", + "fromAddress": "dvivian@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Reassigned to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000050", + "firstName": "Dean", + "lastName": "Vivian" + } + } + ] + }, + "queue": { + "name": "Pharmacy", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1005818", + "startTime": "2023-04-19T15:02:35.500Z", + "endTime": "2023-04-19T15:02:35.970Z", + "direction": "OUTBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 25, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000201", + "__typename": "Email", + "messageId": "", + "threadId": "1000300", + "sentDate": "2023-04-19T15:02:35.467Z", + "receivedDate": null, + "subject": "<< Ref:1000300 >> Re: The Pharmacy said you are not covering my wife's migraine medication?", + "body": "

Mr Vivian,

 

I am sorry to hear you are having issues with getting your wife's medication. I can understand how frustrating it can be when there is uncertainty about medication coverage. I will be happy to try and help you to get this resolved.      


It looks like your wife is on a number of medications, which medication was it that the pharmacy said was not covered?


Regards,

Adam

Member Services

\"\"




Original Message ...
From: dvivian@bemessaged.com
To: customerservice@demo.verint.com
Subject: The Pharmacy said you are not covering my wife's migraine medication?
Sent: Wed, 19 Apr 2023 08:01:04 -0700

While at my pharmacy today I was trying to get my wife's migraine
medication and they told me that you are not covering it now. I wanted
to understand why a medication that has been covered for over a year is
no longer being covered?

I am really frustrated right now and am hoping you can help me resolve
the issue so we can get this medication.

Regards,

Dean Vivian

", + "fromAddress": "customerservice@demo.verint.com", + "ccAddresses": [], + "bccAddresses": [], + "detectedLanguage": null, + "mailboxName": "Outbound", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "An email was sent to the relevant parties", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000050", + "firstName": "Dean", + "lastName": "Vivian" + } + } + ] + }, + "queue": null + } + }, + { + "node": { + "systemId": "1005821", + "startTime": "2023-04-19T15:04:09.382Z", + "endTime": "2023-04-19T15:12:07.760Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 478, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000203", + "__typename": "Email", + "messageId": "", + "threadId": "1000300", + "sentDate": "2023-04-19T15:03:37.000Z", + "receivedDate": "2023-04-19T15:03:37.000Z", + "subject": "Re: << Ref:1000300 >> Re: The Pharmacy said you are not covering my\r\n wife's migraine medication?", + "body": "Thanks! Great to hear you can help. The medication is Nurtec. It is \nfor my wife's migraines and it is the only thing that works!\n\nOn 2023-04-19 08:02, customerservice@demo.verint.com wrote:\n> Mr Vivian,\n> \n> I am sorry to hear you are having issues with getting your wife's\n> medication. I can understand how frustrating it can be when there is\n> uncertainty about medication coverage. I will be happy to try and help\n> you to get this resolved.\n> \n> It looks like your wife is on a number of medications, which\n> medication was it that the pharmacy said was not covered?\n> \n> Regards,\n> \n> Adam\n> \n> MEMBER SERVICES\n> \n> -------------------------\n> \n> ORIGINAL MESSAGE ...\n> From: dvivian@bemessaged.com\n> To: customerservice@demo.verint.com\n> Subject: The Pharmacy said you are not covering my wife's migraine\n> medication?\n> Sent: Wed, 19 Apr 2023 08:01:04 -0700\n> \n> While at my pharmacy today I was trying to get my wife's migraine\n> medication and they told me that you are not covering it now. I wanted\n> \n> to understand why a medication that has been covered for over a year\n> is\n> no longer being covered?\n> \n> I am really frustrated right now and am hoping you can help me resolve\n> \n> the issue so we can get this medication.\n> \n> Regards,\n> \n> Dean Vivian\n", + "fromAddress": "dvivian@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Gave Information - General", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000050", + "firstName": "Dean", + "lastName": "Vivian" + } + } + ] + }, + "queue": { + "name": "Pharmacy", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1005870", + "startTime": "2023-04-19T15:12:14.548Z", + "endTime": "2023-04-19T15:13:09.905Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 55, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000203", + "__typename": "Email", + "messageId": "", + "threadId": "1000300", + "sentDate": "2023-04-19T15:03:37.000Z", + "receivedDate": "2023-04-19T15:03:37.000Z", + "subject": "Re: << Ref:1000300 >> Re: The Pharmacy said you are not covering my\r\n wife's migraine medication?", + "body": "Thanks! Great to hear you can help. The medication is Nurtec. It is \nfor my wife's migraines and it is the only thing that works!\n\nOn 2023-04-19 08:02, customerservice@demo.verint.com wrote:\n> Mr Vivian,\n> \n> I am sorry to hear you are having issues with getting your wife's\n> medication. I can understand how frustrating it can be when there is\n> uncertainty about medication coverage. I will be happy to try and help\n> you to get this resolved.\n> \n> It looks like your wife is on a number of medications, which\n> medication was it that the pharmacy said was not covered?\n> \n> Regards,\n> \n> Adam\n> \n> MEMBER SERVICES\n> \n> -------------------------\n> \n> ORIGINAL MESSAGE ...\n> From: dvivian@bemessaged.com\n> To: customerservice@demo.verint.com\n> Subject: The Pharmacy said you are not covering my wife's migraine\n> medication?\n> Sent: Wed, 19 Apr 2023 08:01:04 -0700\n> \n> While at my pharmacy today I was trying to get my wife's migraine\n> medication and they told me that you are not covering it now. I wanted\n> \n> to understand why a medication that has been covered for over a year\n> is\n> no longer being covered?\n> \n> I am really frustrated right now and am hoping you can help me resolve\n> \n> the issue so we can get this medication.\n> \n> Regards,\n> \n> Dean Vivian\n", + "fromAddress": "dvivian@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Contacted party was unavailable to speak", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000050", + "firstName": "Dean", + "lastName": "Vivian" + } + } + ] + }, + "queue": { + "name": "Pharmacy", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1005881", + "startTime": "2023-04-19T15:18:02.654Z", + "endTime": "2023-04-19T16:22:14.293Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 3852, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000203", + "__typename": "Email", + "messageId": "", + "threadId": "1000300", + "sentDate": "2023-04-19T15:03:37.000Z", + "receivedDate": "2023-04-19T15:03:37.000Z", + "subject": "Re: << Ref:1000300 >> Re: The Pharmacy said you are not covering my\r\n wife's migraine medication?", + "body": "Thanks! Great to hear you can help. The medication is Nurtec. It is \nfor my wife's migraines and it is the only thing that works!\n\nOn 2023-04-19 08:02, customerservice@demo.verint.com wrote:\n> Mr Vivian,\n> \n> I am sorry to hear you are having issues with getting your wife's\n> medication. I can understand how frustrating it can be when there is\n> uncertainty about medication coverage. I will be happy to try and help\n> you to get this resolved.\n> \n> It looks like your wife is on a number of medications, which\n> medication was it that the pharmacy said was not covered?\n> \n> Regards,\n> \n> Adam\n> \n> MEMBER SERVICES\n> \n> -------------------------\n> \n> ORIGINAL MESSAGE ...\n> From: dvivian@bemessaged.com\n> To: customerservice@demo.verint.com\n> Subject: The Pharmacy said you are not covering my wife's migraine\n> medication?\n> Sent: Wed, 19 Apr 2023 08:01:04 -0700\n> \n> While at my pharmacy today I was trying to get my wife's migraine\n> medication and they told me that you are not covering it now. I wanted\n> \n> to understand why a medication that has been covered for over a year\n> is\n> no longer being covered?\n> \n> I am really frustrated right now and am hoping you can help me resolve\n> \n> the issue so we can get this medication.\n> \n> Regards,\n> \n> Dean Vivian\n", + "fromAddress": "dvivian@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Agent Session Ended Unexpectedly", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000050", + "firstName": "Dean", + "lastName": "Vivian" + } + } + ] + }, + "queue": { + "name": "Pharmacy", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1005889", + "startTime": "2023-04-19T16:59:45.506Z", + "endTime": "2023-04-19T17:10:59.626Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 674, + "notes": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Assistance in enrolling within a new plan. \n" + } + } + ] + }, + "interaction": { + "locale": "en-GB", + "systemId": "1000200", + "__typename": "ConversationFragment", + "conversationId": "57a8a05d-0a39-3802-956d-a57334d6fed2", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 25, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T16:57:41.428Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T16:57:41.429Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T16:58:05.237Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T16:58:05.238Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T16:58:09.375Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T16:58:09.376Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T16:58:23.957Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T16:58:23.958Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T16:58:40.685Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T16:58:40.686Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T16:58:57.907Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T16:58:57.908Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T16:59:18.278Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T16:59:18.279Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T16:59:23.573Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T16:59:23.574Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T16:59:27.622Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T16:59:27.623Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T16:59:36.265Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T16:59:36.266Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T16:59:37.251Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T16:59:45.455Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-19T17:10:26.657Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T17:10:27.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T17:10:27.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 2, + "edges": [ + { + "node": { + "text": "Enrollment - New Plan", + "isActive": true, + "isVisible": true + } + }, + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000000", + "firstName": "Peter ", + "lastName": "Morton" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1005890", + "startTime": "2023-04-19T16:57:41.428Z", + "endTime": "2023-04-19T16:59:36.266Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000200", + "__typename": "ConversationFragment", + "conversationId": "57a8a05d-0a39-3802-956d-a57334d6fed2", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 25, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T16:57:41.428Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T16:57:41.429Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T16:58:05.237Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T16:58:05.238Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T16:58:09.375Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T16:58:09.376Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T16:58:23.957Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T16:58:23.958Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T16:58:40.685Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T16:58:40.686Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T16:58:57.907Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T16:58:57.908Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T16:59:18.278Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T16:59:18.279Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T16:59:23.573Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T16:59:23.574Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T16:59:27.622Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T16:59:27.623Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T16:59:36.265Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T16:59:36.266Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T16:59:37.251Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T16:59:45.455Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-19T17:10:26.657Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T17:10:27.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T17:10:27.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1005955", + "startTime": "2023-04-19T18:52:27.135Z", + "endTime": "2023-04-19T18:54:13.779Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 107, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000201", + "__typename": "ConversationFragment", + "conversationId": "9cbf710a-699a-3ea4-9cc4-8b9ffa9f3457", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 13, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T18:51:57.985Z", + "text": "I would like to talk to someone", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T18:51:57.986Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T18:52:09.432Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T18:52:09.433Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T18:52:11.935Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T18:52:11.936Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T18:52:19.535Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T18:52:19.536Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T18:52:22.195Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T18:52:27.126Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-19T18:54:08.959Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T18:54:10.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T18:54:10.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 2, + "edges": [ + { + "node": { + "text": "Reassigned to another agent", + "isActive": true, + "isVisible": true + } + }, + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000000", + "firstName": "Peter ", + "lastName": "Morton" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1005956", + "startTime": "2023-04-19T18:51:57.985Z", + "endTime": "2023-04-19T18:52:19.536Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000201", + "__typename": "ConversationFragment", + "conversationId": "9cbf710a-699a-3ea4-9cc4-8b9ffa9f3457", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 13, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T18:51:57.985Z", + "text": "I would like to talk to someone", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T18:51:57.986Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T18:52:09.432Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T18:52:09.433Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T18:52:11.935Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T18:52:11.936Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T18:52:19.535Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T18:52:19.536Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T18:52:22.195Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T18:52:27.126Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-19T18:54:08.959Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T18:54:10.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T18:54:10.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1006010", + "startTime": "2023-04-19T19:58:13.365Z", + "endTime": "2023-04-19T20:18:57.606Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 485, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000203", + "__typename": "Email", + "messageId": "", + "threadId": "1000300", + "sentDate": "2023-04-19T15:03:37.000Z", + "receivedDate": "2023-04-19T15:03:37.000Z", + "subject": "Re: << Ref:1000300 >> Re: The Pharmacy said you are not covering my\r\n wife's migraine medication?", + "body": "Thanks! Great to hear you can help. The medication is Nurtec. It is \nfor my wife's migraines and it is the only thing that works!\n\nOn 2023-04-19 08:02, customerservice@demo.verint.com wrote:\n> Mr Vivian,\n> \n> I am sorry to hear you are having issues with getting your wife's\n> medication. I can understand how frustrating it can be when there is\n> uncertainty about medication coverage. I will be happy to try and help\n> you to get this resolved.\n> \n> It looks like your wife is on a number of medications, which\n> medication was it that the pharmacy said was not covered?\n> \n> Regards,\n> \n> Adam\n> \n> MEMBER SERVICES\n> \n> -------------------------\n> \n> ORIGINAL MESSAGE ...\n> From: dvivian@bemessaged.com\n> To: customerservice@demo.verint.com\n> Subject: The Pharmacy said you are not covering my wife's migraine\n> medication?\n> Sent: Wed, 19 Apr 2023 08:01:04 -0700\n> \n> While at my pharmacy today I was trying to get my wife's migraine\n> medication and they told me that you are not covering it now. I wanted\n> \n> to understand why a medication that has been covered for over a year\n> is\n> no longer being covered?\n> \n> I am really frustrated right now and am hoping you can help me resolve\n> \n> the issue so we can get this medication.\n> \n> Regards,\n> \n> Dean Vivian\n", + "fromAddress": "dvivian@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Escalated to Manager", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000050", + "firstName": "Dean", + "lastName": "Vivian" + } + } + ] + }, + "queue": { + "name": "Pharmacy", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006017", + "startTime": "2023-04-19T20:05:33.240Z", + "endTime": "2023-04-19T20:10:03.798Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 267, + "notes": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Helped him get his new plan" + } + } + ] + }, + "interaction": { + "locale": "en-GB", + "systemId": "1000202", + "__typename": "ConversationFragment", + "conversationId": "ab7e7c99-a5ac-3894-bffe-3725ed3b47c9", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 26, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:02:33.505Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:02:33.506Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:03:19.553Z", + "text": "crown", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:03:19.554Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:03:38.378Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:03:38.379Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:03:53.100Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:03:53.101Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:04:11.352Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:04:11.353Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:04:27.767Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:04:27.768Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:04:52.198Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:04:52.199Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:05:05.379Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:05:05.380Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:05:20.973Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:05:20.974Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:05:29.695Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:05:29.696Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:05:30.140Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:05:33.230Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-19T20:07:06.053Z", + "text": "

When can I enroll during a Special Enrollment period

The Special Enrollment period is determined by the type of qualifying life event. In most cases, you will have 60 days after the qualifying life event to enroll in or make changes to a health plan.

Certain life events, like moving into the Independence Blue Cross coverage area, allow you to apply for a health plan up to 60 days before a qualifying life event. If you are losing health care coverage provided by an employer, you will have up to 60 days before and after this qualifying life event to enroll in a health plan.

For the following qualifying life events, please visit Pennie.com:

  • You have a change in income or household status that affects your eligibility for premium tax credits or cost-sharing reductions.
  • If you are a member of a federally recognized American Indian tribe or Alaskan Native, you have an open enrollment throughout the year and can change plans as often as once a month.
", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-19T20:09:49.513Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:09:50.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:09:50.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 2, + "edges": [ + { + "node": { + "text": "Enrollment - New Plan", + "isActive": true, + "isVisible": true + } + }, + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000000", + "firstName": "Peter ", + "lastName": "Morton" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006018", + "startTime": "2023-04-19T20:02:33.505Z", + "endTime": "2023-04-19T20:05:29.696Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000202", + "__typename": "ConversationFragment", + "conversationId": "ab7e7c99-a5ac-3894-bffe-3725ed3b47c9", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 26, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:02:33.505Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:02:33.506Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:03:19.553Z", + "text": "crown", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:03:19.554Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:03:38.378Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:03:38.379Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:03:53.100Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:03:53.101Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:04:11.352Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:04:11.353Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:04:27.767Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:04:27.768Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:04:52.198Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:04:52.199Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:05:05.379Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:05:05.380Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:05:20.973Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:05:20.974Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:05:29.695Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:05:29.696Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:05:30.140Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:05:33.230Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-19T20:07:06.053Z", + "text": "

When can I enroll during a Special Enrollment period

The Special Enrollment period is determined by the type of qualifying life event. In most cases, you will have 60 days after the qualifying life event to enroll in or make changes to a health plan.

Certain life events, like moving into the Independence Blue Cross coverage area, allow you to apply for a health plan up to 60 days before a qualifying life event. If you are losing health care coverage provided by an employer, you will have up to 60 days before and after this qualifying life event to enroll in a health plan.

For the following qualifying life events, please visit Pennie.com:

  • You have a change in income or household status that affects your eligibility for premium tax credits or cost-sharing reductions.
  • If you are a member of a federally recognized American Indian tribe or Alaskan Native, you have an open enrollment throughout the year and can change plans as often as once a month.
", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-19T20:09:49.513Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:09:50.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:09:50.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1006032", + "startTime": "2023-04-19T20:15:50.991Z", + "endTime": "2023-04-19T20:18:49.783Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 173, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000203", + "__typename": "ConversationFragment", + "conversationId": "0e78e191-a321-382a-881e-5598cf308fcf", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 27, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:13:55.428Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:13:55.429Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:14:03.574Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:14:03.575Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:14:09.945Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:14:09.946Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:14:19.184Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:14:19.185Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:14:33.104Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:14:33.105Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:14:57.896Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:14:57.897Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:15:11.510Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:15:11.511Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:15:27.866Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:15:27.867Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:15:34.491Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:15:34.492Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:15:36.588Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:15:36.589Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:15:45.899Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:15:45.900Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:15:46.311Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:15:50.983Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-19T20:18:38.173Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:18:39.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:18:39.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 2, + "edges": [ + { + "node": { + "text": "Saved for later", + "isActive": true, + "isVisible": true + } + }, + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000000", + "firstName": "Peter ", + "lastName": "Morton" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006033", + "startTime": "2023-04-19T20:13:55.428Z", + "endTime": "2023-04-19T20:15:45.900Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000203", + "__typename": "ConversationFragment", + "conversationId": "0e78e191-a321-382a-881e-5598cf308fcf", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 27, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:13:55.428Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:13:55.429Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:14:03.574Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:14:03.575Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:14:09.945Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:14:09.946Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:14:19.184Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:14:19.185Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:14:33.104Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:14:33.105Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:14:57.896Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:14:57.897Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:15:11.510Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:15:11.511Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:15:27.866Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:15:27.867Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:15:34.491Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:15:34.492Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:15:36.588Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:15:36.589Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:15:45.899Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:15:45.900Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-19T20:15:46.311Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:15:50.983Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-19T20:18:38.173Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:18:39.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-19T20:18:39.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1006105", + "startTime": "2023-04-20T13:10:38.981Z", + "endTime": "2023-04-20T13:54:10.629Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 2211, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000203", + "__typename": "Email", + "messageId": "", + "threadId": "1000300", + "sentDate": "2023-04-19T15:03:37.000Z", + "receivedDate": "2023-04-19T15:03:37.000Z", + "subject": "Re: << Ref:1000300 >> Re: The Pharmacy said you are not covering my\r\n wife's migraine medication?", + "body": "Thanks! Great to hear you can help. The medication is Nurtec. It is \nfor my wife's migraines and it is the only thing that works!\n\nOn 2023-04-19 08:02, customerservice@demo.verint.com wrote:\n> Mr Vivian,\n> \n> I am sorry to hear you are having issues with getting your wife's\n> medication. I can understand how frustrating it can be when there is\n> uncertainty about medication coverage. I will be happy to try and help\n> you to get this resolved.\n> \n> It looks like your wife is on a number of medications, which\n> medication was it that the pharmacy said was not covered?\n> \n> Regards,\n> \n> Adam\n> \n> MEMBER SERVICES\n> \n> -------------------------\n> \n> ORIGINAL MESSAGE ...\n> From: dvivian@bemessaged.com\n> To: customerservice@demo.verint.com\n> Subject: The Pharmacy said you are not covering my wife's migraine\n> medication?\n> Sent: Wed, 19 Apr 2023 08:01:04 -0700\n> \n> While at my pharmacy today I was trying to get my wife's migraine\n> medication and they told me that you are not covering it now. I wanted\n> \n> to understand why a medication that has been covered for over a year\n> is\n> no longer being covered?\n> \n> I am really frustrated right now and am hoping you can help me resolve\n> \n> the issue so we can get this medication.\n> \n> Regards,\n> \n> Dean Vivian\n", + "fromAddress": "dvivian@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Enrollment - New Plan", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000050", + "firstName": "Dean", + "lastName": "Vivian" + } + } + ] + }, + "queue": { + "name": "Pharmacy", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006117", + "startTime": "2023-04-20T13:46:44.935Z", + "endTime": "2023-04-20T13:50:57.584Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 253, + "notes": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Some notes" + } + } + ] + }, + "interaction": { + "locale": "en-GB", + "systemId": "1000250", + "__typename": "ConversationFragment", + "conversationId": "5828c589-d2c4-3466-9672-3e7878952880", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 15, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:45:33.684Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:45:33.685Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:45:58.156Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:45:58.157Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:46:05.527Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:46:05.528Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:46:09.713Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:46:09.714Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:46:30.926Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:46:30.927Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:46:31.983Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:46:44.857Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-20T13:50:53.148Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:50:54.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:50:54.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 3, + "edges": [ + { + "node": { + "text": "Enrollment - New Plan", + "isActive": true, + "isVisible": true + } + }, + { + "node": { + "text": "Gave Information - General", + "isActive": true, + "isVisible": true + } + }, + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000000", + "firstName": "Peter ", + "lastName": "Morton" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006118", + "startTime": "2023-04-20T13:45:33.684Z", + "endTime": "2023-04-20T13:46:30.927Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000250", + "__typename": "ConversationFragment", + "conversationId": "5828c589-d2c4-3466-9672-3e7878952880", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 15, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:45:33.684Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:45:33.685Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:45:58.156Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:45:58.157Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:46:05.527Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:46:05.528Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:46:09.713Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:46:09.714Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:46:30.926Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:46:30.927Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:46:31.983Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:46:44.857Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-20T13:50:53.148Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:50:54.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:50:54.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1006136", + "startTime": "2023-04-20T16:28:37.322Z", + "endTime": "2023-04-20T16:29:07.883Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 30, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000251", + "__typename": "ConversationFragment", + "conversationId": "71fa25ec-7a9a-382e-a396-d777a69369c6", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 25, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:55:26.442Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:55:26.443Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:55:36.610Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:55:36.611Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:55:40.011Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:55:40.012Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:56:05.659Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:56:05.660Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:56:16.413Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:56:16.414Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:56:42.737Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:56:42.738Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:57:13.605Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:57:13.606Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:57:26.494Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:57:26.495Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:57:29.325Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:57:29.326Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:57:40.259Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:57:40.260Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:57:40.633Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:28:37.311Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-20T16:29:02.891Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:29:03.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:29:03.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 2, + "edges": [ + { + "node": { + "text": "Contacted party was unavailable to speak", + "isActive": true, + "isVisible": true + } + }, + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000000", + "firstName": "Peter ", + "lastName": "Morton" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006137", + "startTime": "2023-04-20T13:55:26.442Z", + "endTime": "2023-04-20T13:57:40.260Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000251", + "__typename": "ConversationFragment", + "conversationId": "71fa25ec-7a9a-382e-a396-d777a69369c6", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 25, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:55:26.442Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:55:26.443Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:55:36.610Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:55:36.611Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:55:40.011Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:55:40.012Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:56:05.659Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:56:05.660Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:56:16.413Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:56:16.414Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:56:42.737Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:56:42.738Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:57:13.605Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:57:13.606Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:57:26.494Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:57:26.495Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:57:29.325Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:57:29.326Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:57:40.259Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T13:57:40.260Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T13:57:40.633Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:28:37.311Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-20T16:29:02.891Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:29:03.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:29:03.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1006147", + "startTime": "2023-04-20T16:29:32.796Z", + "endTime": "2023-04-20T16:41:37.793Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 643, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000203", + "__typename": "Email", + "messageId": "", + "threadId": "1000300", + "sentDate": "2023-04-19T15:03:37.000Z", + "receivedDate": "2023-04-19T15:03:37.000Z", + "subject": "Re: << Ref:1000300 >> Re: The Pharmacy said you are not covering my\r\n wife's migraine medication?", + "body": "Thanks! Great to hear you can help. The medication is Nurtec. It is \nfor my wife's migraines and it is the only thing that works!\n\nOn 2023-04-19 08:02, customerservice@demo.verint.com wrote:\n> Mr Vivian,\n> \n> I am sorry to hear you are having issues with getting your wife's\n> medication. I can understand how frustrating it can be when there is\n> uncertainty about medication coverage. I will be happy to try and help\n> you to get this resolved.\n> \n> It looks like your wife is on a number of medications, which\n> medication was it that the pharmacy said was not covered?\n> \n> Regards,\n> \n> Adam\n> \n> MEMBER SERVICES\n> \n> -------------------------\n> \n> ORIGINAL MESSAGE ...\n> From: dvivian@bemessaged.com\n> To: customerservice@demo.verint.com\n> Subject: The Pharmacy said you are not covering my wife's migraine\n> medication?\n> Sent: Wed, 19 Apr 2023 08:01:04 -0700\n> \n> While at my pharmacy today I was trying to get my wife's migraine\n> medication and they told me that you are not covering it now. I wanted\n> \n> to understand why a medication that has been covered for over a year\n> is\n> no longer being covered?\n> \n> I am really frustrated right now and am hoping you can help me resolve\n> \n> the issue so we can get this medication.\n> \n> Regards,\n> \n> Dean Vivian\n", + "fromAddress": "dvivian@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Completed", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000050", + "firstName": "Dean", + "lastName": "Vivian" + } + } + ] + }, + "queue": { + "name": "Pharmacy", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006149", + "startTime": "2023-04-20T16:32:20.159Z", + "endTime": "2023-04-20T16:33:09.682Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 49, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000252", + "__typename": "ConversationFragment", + "conversationId": "498c9930-b2a6-3721-8177-700955d31cbb", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 26, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:30:50.207Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:30:50.208Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:31:01.012Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:31:01.013Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:31:03.691Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:31:03.692Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:31:19.186Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:31:19.187Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:31:34.455Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:31:34.456Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:31:42.824Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:31:42.825Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:32:01.139Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:32:01.140Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:32:06.442Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:32:06.443Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:32:08.488Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:32:08.489Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:32:14.905Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:32:14.906Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:32:15.218Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:32:20.149Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-20T16:32:37.032Z", + "text": "Hello", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-20T16:33:02.708Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:33:03.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:33:03.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 2, + "edges": [ + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + }, + { + "node": { + "text": "Gave Information - General", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000000", + "firstName": "Peter ", + "lastName": "Morton" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006150", + "startTime": "2023-04-20T16:30:50.207Z", + "endTime": "2023-04-20T16:32:14.906Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000252", + "__typename": "ConversationFragment", + "conversationId": "498c9930-b2a6-3721-8177-700955d31cbb", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 26, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:30:50.207Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:30:50.208Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:31:01.012Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:31:01.013Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:31:03.691Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:31:03.692Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:31:19.186Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:31:19.187Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:31:34.455Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:31:34.456Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:31:42.824Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:31:42.825Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:32:01.139Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:32:01.140Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:32:06.442Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:32:06.443Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:32:08.488Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:32:08.489Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:32:14.905Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:32:14.906Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:32:15.218Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:32:20.149Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-20T16:32:37.032Z", + "text": "Hello", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-20T16:33:02.708Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:33:03.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:33:03.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1006156", + "startTime": "2023-04-20T16:38:59.256Z", + "endTime": "2023-04-20T16:39:22.656Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 23, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000253", + "__typename": "ConversationFragment", + "conversationId": "6c845b79-7f02-3522-8798-9fc1fde4a227", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 25, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:36:48.717Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:36:48.718Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:37:05.493Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:37:05.494Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:37:12.161Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:37:12.162Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:37:22.379Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:37:22.380Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:37:30.143Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:37:30.144Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:37:38.325Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:37:38.326Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:37:55.643Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:37:55.644Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:38:00.031Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:38:00.032Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:38:03.685Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:38:03.686Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:38:10.899Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:38:10.900Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:38:11.203Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:38:59.243Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-20T16:39:16.130Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:39:17.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:39:17.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 2, + "edges": [ + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + }, + { + "node": { + "text": "Gave Information - Case Update", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000000", + "firstName": "Peter ", + "lastName": "Morton" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006157", + "startTime": "2023-04-20T16:36:48.717Z", + "endTime": "2023-04-20T16:38:10.900Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000253", + "__typename": "ConversationFragment", + "conversationId": "6c845b79-7f02-3522-8798-9fc1fde4a227", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 25, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:36:48.717Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:36:48.718Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:37:05.493Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:37:05.494Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:37:12.161Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:37:12.162Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:37:22.379Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:37:22.380Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:37:30.143Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:37:30.144Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:37:38.325Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:37:38.326Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:37:55.643Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:37:55.644Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:38:00.031Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:38:00.032Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:38:03.685Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:38:03.686Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:38:10.899Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:38:10.900Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:38:11.203Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:38:59.243Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-20T16:39:16.130Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:39:17.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:39:17.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1006162", + "startTime": "2023-04-20T16:42:03.497Z", + "endTime": "2023-04-20T16:54:21.460Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 738, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000254", + "__typename": "ConversationFragment", + "conversationId": "1707ac33-093c-3234-a016-84d2e2fefd3b", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 25, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:39:43.822Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:39:43.823Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:39:53.752Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:39:53.753Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:39:56.235Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:39:56.236Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:40:07.930Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:40:07.931Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:40:16.101Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:40:16.102Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:40:24.517Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:40:24.518Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:40:36.470Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:40:36.471Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:40:40.737Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:40:40.738Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:40:43.753Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:40:43.754Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:40:50.480Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:40:50.481Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:40:50.756Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:42:03.484Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-20T16:54:16.102Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:54:17.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:54:17.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000000", + "firstName": "Peter ", + "lastName": "Morton" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006163", + "startTime": "2023-04-20T16:39:43.822Z", + "endTime": "2023-04-20T16:40:50.481Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000254", + "__typename": "ConversationFragment", + "conversationId": "1707ac33-093c-3234-a016-84d2e2fefd3b", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 25, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:39:43.822Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:39:43.823Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:39:53.752Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:39:53.753Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:39:56.235Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:39:56.236Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:40:07.930Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:40:07.931Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:40:16.101Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:40:16.102Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:40:24.517Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:40:24.518Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:40:36.470Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:40:36.471Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:40:40.737Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:40:40.738Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:40:43.753Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:40:43.754Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:40:50.480Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:40:50.481Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:40:50.756Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:42:03.484Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-20T16:54:16.102Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:54:17.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:54:17.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1006169", + "startTime": "2023-04-20T16:59:22.468Z", + "endTime": "2023-04-20T19:49:04.434Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 10182, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000255", + "__typename": "ConversationFragment", + "conversationId": "2377d18f-2a56-3d98-849c-f0ea9f23f260", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 26, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:57:56.109Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:57:56.110Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:58:13.007Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:58:13.008Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:58:15.645Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:58:15.646Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:58:28.445Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:58:28.446Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:58:36.273Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:58:36.274Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:58:44.262Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:58:44.263Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:59:02.309Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:59:02.310Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:59:07.490Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:59:07.491Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:59:09.752Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:59:09.753Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:59:17.802Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:59:17.803Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:59:18.103Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:59:22.458Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-20T16:59:33.433Z", + "text": "Hello", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-20T19:48:52.166Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T19:48:53.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T19:48:53.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000000", + "firstName": "Peter ", + "lastName": "Morton" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006170", + "startTime": "2023-04-20T16:57:56.109Z", + "endTime": "2023-04-20T16:59:17.803Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000255", + "__typename": "ConversationFragment", + "conversationId": "2377d18f-2a56-3d98-849c-f0ea9f23f260", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 26, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:57:56.109Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:57:56.110Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:58:13.007Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:58:13.008Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:58:15.645Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:58:15.646Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:58:28.445Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:58:28.446Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:58:36.273Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:58:36.274Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:58:44.262Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:58:44.263Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:59:02.309Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:59:02.310Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:59:07.490Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:59:07.491Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:59:09.752Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:59:09.753Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:59:17.802Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:59:17.803Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-04-20T16:59:18.103Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T16:59:22.458Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-20T16:59:33.433Z", + "text": "Hello", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-04-20T19:48:52.166Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T19:48:53.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-04-20T19:48:53.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1006204", + "startTime": "2023-05-03T16:34:33.172Z", + "endTime": "2023-05-03T16:49:21.515Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 707, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000203", + "__typename": "Email", + "messageId": "", + "threadId": "1000300", + "sentDate": "2023-04-19T15:03:37.000Z", + "receivedDate": "2023-04-19T15:03:37.000Z", + "subject": "Re: << Ref:1000300 >> Re: The Pharmacy said you are not covering my\r\n wife's migraine medication?", + "body": "Thanks! Great to hear you can help. The medication is Nurtec. It is \nfor my wife's migraines and it is the only thing that works!\n\nOn 2023-04-19 08:02, customerservice@demo.verint.com wrote:\n> Mr Vivian,\n> \n> I am sorry to hear you are having issues with getting your wife's\n> medication. I can understand how frustrating it can be when there is\n> uncertainty about medication coverage. I will be happy to try and help\n> you to get this resolved.\n> \n> It looks like your wife is on a number of medications, which\n> medication was it that the pharmacy said was not covered?\n> \n> Regards,\n> \n> Adam\n> \n> MEMBER SERVICES\n> \n> -------------------------\n> \n> ORIGINAL MESSAGE ...\n> From: dvivian@bemessaged.com\n> To: customerservice@demo.verint.com\n> Subject: The Pharmacy said you are not covering my wife's migraine\n> medication?\n> Sent: Wed, 19 Apr 2023 08:01:04 -0700\n> \n> While at my pharmacy today I was trying to get my wife's migraine\n> medication and they told me that you are not covering it now. I wanted\n> \n> to understand why a medication that has been covered for over a year\n> is\n> no longer being covered?\n> \n> I am really frustrated right now and am hoping you can help me resolve\n> \n> the issue so we can get this medication.\n> \n> Regards,\n> \n> Dean Vivian\n", + "fromAddress": "dvivian@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Gave Information - Case Update", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000050", + "firstName": "Dean", + "lastName": "Vivian" + } + } + ] + }, + "queue": { + "name": "Pharmacy", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006216", + "startTime": "2023-05-03T16:40:46.730Z", + "endTime": "2023-05-03T16:43:46.864Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 178, + "notes": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Some Details" + } + } + ] + }, + "interaction": { + "locale": "en-GB", + "systemId": "1000300", + "__typename": "ConversationFragment", + "conversationId": "cb9c59b8-6d4e-337d-825c-9d2db1265f9a", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 25, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T16:39:04.447Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T16:39:04.448Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T16:39:18.370Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T16:39:18.371Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T16:39:26.251Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T16:39:26.252Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T16:39:37.591Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T16:39:37.592Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T16:39:46.863Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T16:39:46.864Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T16:40:00.532Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T16:40:00.533Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T16:40:16.491Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T16:40:16.492Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T16:40:21.854Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T16:40:21.855Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T16:40:24.617Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T16:40:24.618Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T16:40:33.459Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T16:40:33.460Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T16:40:34.854Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T16:40:46.657Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-03T16:43:45.166Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T16:43:46.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T16:43:46.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 2, + "edges": [ + { + "node": { + "text": "Enrollment - New Plan", + "isActive": true, + "isVisible": true + } + }, + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000000", + "firstName": "Peter ", + "lastName": "Morton" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006217", + "startTime": "2023-05-03T16:39:04.447Z", + "endTime": "2023-05-03T16:40:33.460Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000300", + "__typename": "ConversationFragment", + "conversationId": "cb9c59b8-6d4e-337d-825c-9d2db1265f9a", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 25, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T16:39:04.447Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T16:39:04.448Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T16:39:18.370Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T16:39:18.371Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T16:39:26.251Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T16:39:26.252Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T16:39:37.591Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T16:39:37.592Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T16:39:46.863Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T16:39:46.864Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T16:40:00.532Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T16:40:00.533Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T16:40:16.491Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T16:40:16.492Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T16:40:21.854Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T16:40:21.855Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T16:40:24.617Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T16:40:24.618Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T16:40:33.459Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T16:40:33.460Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T16:40:34.854Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T16:40:46.657Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-03T16:43:45.166Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T16:43:46.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T16:43:46.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1006235", + "startTime": "2023-05-03T19:06:49.645Z", + "endTime": "2023-05-03T19:34:02.094Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 738, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000203", + "__typename": "Email", + "messageId": "", + "threadId": "1000300", + "sentDate": "2023-04-19T15:03:37.000Z", + "receivedDate": "2023-04-19T15:03:37.000Z", + "subject": "Re: << Ref:1000300 >> Re: The Pharmacy said you are not covering my\r\n wife's migraine medication?", + "body": "Thanks! Great to hear you can help. The medication is Nurtec. It is \nfor my wife's migraines and it is the only thing that works!\n\nOn 2023-04-19 08:02, customerservice@demo.verint.com wrote:\n> Mr Vivian,\n> \n> I am sorry to hear you are having issues with getting your wife's\n> medication. I can understand how frustrating it can be when there is\n> uncertainty about medication coverage. I will be happy to try and help\n> you to get this resolved.\n> \n> It looks like your wife is on a number of medications, which\n> medication was it that the pharmacy said was not covered?\n> \n> Regards,\n> \n> Adam\n> \n> MEMBER SERVICES\n> \n> -------------------------\n> \n> ORIGINAL MESSAGE ...\n> From: dvivian@bemessaged.com\n> To: customerservice@demo.verint.com\n> Subject: The Pharmacy said you are not covering my wife's migraine\n> medication?\n> Sent: Wed, 19 Apr 2023 08:01:04 -0700\n> \n> While at my pharmacy today I was trying to get my wife's migraine\n> medication and they told me that you are not covering it now. I wanted\n> \n> to understand why a medication that has been covered for over a year\n> is\n> no longer being covered?\n> \n> I am really frustrated right now and am hoping you can help me resolve\n> \n> the issue so we can get this medication.\n> \n> Regards,\n> \n> Dean Vivian\n", + "fromAddress": "dvivian@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Gave Information - Case Update", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000050", + "firstName": "Dean", + "lastName": "Vivian" + } + } + ] + }, + "queue": { + "name": "Pharmacy", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006242", + "startTime": "2023-05-03T19:16:34.889Z", + "endTime": "2023-05-03T19:22:40.532Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 366, + "notes": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Add some notes\n" + } + } + ] + }, + "interaction": { + "locale": "en-GB", + "systemId": "1000301", + "__typename": "ConversationFragment", + "conversationId": "da5cae6b-e4e0-300f-84fb-1f3c18681cc6", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 25, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T19:14:26.069Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T19:14:26.070Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T19:14:39.681Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T19:14:39.682Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T19:14:44.383Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T19:14:44.384Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T19:14:59.137Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T19:14:59.138Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T19:15:09.787Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T19:15:09.788Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T19:15:23.348Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T19:15:23.349Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T19:15:51.077Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T19:15:51.078Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T19:16:00.595Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T19:16:00.596Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T19:16:09.232Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T19:16:09.233Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T19:16:28.849Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T19:16:28.850Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T19:16:29.462Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T19:16:34.879Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-03T19:22:29.809Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T19:22:30.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T19:22:30.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 2, + "edges": [ + { + "node": { + "text": "Enrollment - New Plan", + "isActive": true, + "isVisible": true + } + }, + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000000", + "firstName": "Peter ", + "lastName": "Morton" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006243", + "startTime": "2023-05-03T19:14:26.069Z", + "endTime": "2023-05-03T19:16:28.850Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000301", + "__typename": "ConversationFragment", + "conversationId": "da5cae6b-e4e0-300f-84fb-1f3c18681cc6", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 25, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T19:14:26.069Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T19:14:26.070Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T19:14:39.681Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T19:14:39.682Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T19:14:44.383Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T19:14:44.384Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T19:14:59.137Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T19:14:59.138Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T19:15:09.787Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T19:15:09.788Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T19:15:23.348Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T19:15:23.349Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T19:15:51.077Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T19:15:51.078Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T19:16:00.595Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T19:16:00.596Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T19:16:09.232Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T19:16:09.233Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T19:16:28.849Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T19:16:28.850Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-03T19:16:29.462Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T19:16:34.879Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-03T19:22:29.809Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T19:22:30.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-03T19:22:30.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1006308", + "startTime": "2023-05-10T01:30:24.721Z", + "endTime": "2023-05-10T01:46:45.272Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 533, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000203", + "__typename": "Email", + "messageId": "", + "threadId": "1000300", + "sentDate": "2023-04-19T15:03:37.000Z", + "receivedDate": "2023-04-19T15:03:37.000Z", + "subject": "Re: << Ref:1000300 >> Re: The Pharmacy said you are not covering my\r\n wife's migraine medication?", + "body": "Thanks! Great to hear you can help. The medication is Nurtec. It is \nfor my wife's migraines and it is the only thing that works!\n\nOn 2023-04-19 08:02, customerservice@demo.verint.com wrote:\n> Mr Vivian,\n> \n> I am sorry to hear you are having issues with getting your wife's\n> medication. I can understand how frustrating it can be when there is\n> uncertainty about medication coverage. I will be happy to try and help\n> you to get this resolved.\n> \n> It looks like your wife is on a number of medications, which\n> medication was it that the pharmacy said was not covered?\n> \n> Regards,\n> \n> Adam\n> \n> MEMBER SERVICES\n> \n> -------------------------\n> \n> ORIGINAL MESSAGE ...\n> From: dvivian@bemessaged.com\n> To: customerservice@demo.verint.com\n> Subject: The Pharmacy said you are not covering my wife's migraine\n> medication?\n> Sent: Wed, 19 Apr 2023 08:01:04 -0700\n> \n> While at my pharmacy today I was trying to get my wife's migraine\n> medication and they told me that you are not covering it now. I wanted\n> \n> to understand why a medication that has been covered for over a year\n> is\n> no longer being covered?\n> \n> I am really frustrated right now and am hoping you can help me resolve\n> \n> the issue so we can get this medication.\n> \n> Regards,\n> \n> Dean Vivian\n", + "fromAddress": "dvivian@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Case Updated", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000050", + "firstName": "Dean", + "lastName": "Vivian" + } + } + ] + }, + "queue": { + "name": "Pharmacy", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006310", + "startTime": "2023-05-10T01:36:22.317Z", + "endTime": "2023-05-10T01:41:00.734Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 278, + "notes": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Some details" + } + } + ] + }, + "interaction": { + "locale": "en-GB", + "systemId": "1000350", + "__typename": "ConversationFragment", + "conversationId": "864a600d-3b30-38f7-9c5d-ccb2d6814be5", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 27, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:33:10.848Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:33:10.849Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:33:40.471Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:33:40.472Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:33:48.515Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:33:48.516Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:34:12.562Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:34:12.563Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:34:40.721Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:34:40.722Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:35:00.776Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:35:00.777Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:35:16.177Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:35:16.178Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:35:48.125Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:35:48.126Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:35:55.444Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:35:55.445Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:35:58.094Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:35:58.095Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:36:09.475Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:36:09.476Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:36:10.359Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:36:22.246Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-10T01:40:48.727Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:40:49.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:40:49.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 2, + "edges": [ + { + "node": { + "text": "Enrollment - New Plan", + "isActive": true, + "isVisible": true + } + }, + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000000", + "firstName": "Peter ", + "lastName": "Morton" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006311", + "startTime": "2023-05-10T01:33:10.848Z", + "endTime": "2023-05-10T01:36:09.476Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000350", + "__typename": "ConversationFragment", + "conversationId": "864a600d-3b30-38f7-9c5d-ccb2d6814be5", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 27, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:33:10.848Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:33:10.849Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:33:40.471Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:33:40.472Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:33:48.515Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:33:48.516Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:34:12.562Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:34:12.563Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:34:40.721Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:34:40.722Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:35:00.776Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:35:00.777Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:35:16.177Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:35:16.178Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:35:48.125Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:35:48.126Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:35:55.444Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:35:55.445Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:35:58.094Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:35:58.095Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:36:09.475Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:36:09.476Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:36:10.359Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:36:22.246Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-10T01:40:48.727Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:40:49.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:40:49.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1006332", + "startTime": "2023-05-10T01:49:01.517Z", + "endTime": "2023-05-10T01:51:14.485Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 133, + "notes": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Some details" + } + } + ] + }, + "interaction": { + "locale": "en-GB", + "systemId": "1000351", + "__typename": "ConversationFragment", + "conversationId": "86d6af11-dd17-3f38-b7a4-66b6494a9ffa", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 25, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:47:29.836Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:47:29.837Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:47:42.148Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:47:42.149Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:47:46.546Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:47:46.547Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:47:59.754Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:47:59.755Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:48:11.543Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:48:11.544Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:48:23.082Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:48:23.083Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:48:41.259Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:48:41.260Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:48:45.643Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:48:45.644Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:48:47.466Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:48:47.467Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:48:57.368Z", + "text": "pmoton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:48:57.369Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:48:57.756Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:49:01.507Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-10T01:51:01.539Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:51:02.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:51:02.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 2, + "edges": [ + { + "node": { + "text": "Enrollment - New Plan", + "isActive": true, + "isVisible": true + } + }, + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000000", + "firstName": "Peter ", + "lastName": "Morton" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006333", + "startTime": "2023-05-10T01:47:29.836Z", + "endTime": "2023-05-10T01:48:57.369Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000351", + "__typename": "ConversationFragment", + "conversationId": "86d6af11-dd17-3f38-b7a4-66b6494a9ffa", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 25, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:47:29.836Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:47:29.837Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:47:42.148Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:47:42.149Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:47:46.546Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:47:46.547Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:47:59.754Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:47:59.755Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:48:11.543Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:48:11.544Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:48:23.082Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:48:23.083Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:48:41.259Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:48:41.260Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:48:45.643Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:48:45.644Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:48:47.466Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:48:47.467Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:48:57.368Z", + "text": "pmoton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:48:57.369Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T01:48:57.756Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:49:01.507Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-10T01:51:01.539Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:51:02.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T01:51:02.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1006454", + "startTime": "2023-05-10T14:50:11.294Z", + "endTime": "2023-05-10T14:59:06.533Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 481, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000203", + "__typename": "Email", + "messageId": "", + "threadId": "1000300", + "sentDate": "2023-04-19T15:03:37.000Z", + "receivedDate": "2023-04-19T15:03:37.000Z", + "subject": "Re: << Ref:1000300 >> Re: The Pharmacy said you are not covering my\r\n wife's migraine medication?", + "body": "Thanks! Great to hear you can help. The medication is Nurtec. It is \nfor my wife's migraines and it is the only thing that works!\n\nOn 2023-04-19 08:02, customerservice@demo.verint.com wrote:\n> Mr Vivian,\n> \n> I am sorry to hear you are having issues with getting your wife's\n> medication. I can understand how frustrating it can be when there is\n> uncertainty about medication coverage. I will be happy to try and help\n> you to get this resolved.\n> \n> It looks like your wife is on a number of medications, which\n> medication was it that the pharmacy said was not covered?\n> \n> Regards,\n> \n> Adam\n> \n> MEMBER SERVICES\n> \n> -------------------------\n> \n> ORIGINAL MESSAGE ...\n> From: dvivian@bemessaged.com\n> To: customerservice@demo.verint.com\n> Subject: The Pharmacy said you are not covering my wife's migraine\n> medication?\n> Sent: Wed, 19 Apr 2023 08:01:04 -0700\n> \n> While at my pharmacy today I was trying to get my wife's migraine\n> medication and they told me that you are not covering it now. I wanted\n> \n> to understand why a medication that has been covered for over a year\n> is\n> no longer being covered?\n> \n> I am really frustrated right now and am hoping you can help me resolve\n> \n> the issue so we can get this medication.\n> \n> Regards,\n> \n> Dean Vivian\n", + "fromAddress": "dvivian@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Escalated to Manager", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000050", + "firstName": "Dean", + "lastName": "Vivian" + } + } + ] + }, + "queue": { + "name": "Pharmacy", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006461", + "startTime": "2023-05-12T18:46:35.611Z", + "endTime": "2023-05-12T18:48:03.094Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 63, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000400", + "__typename": "ConversationFragment", + "conversationId": "7053c20e-b19d-3e08-94ba-64041e9d7972", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 27, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T14:54:36.287Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T14:54:36.288Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T14:54:44.330Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T14:54:44.331Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T14:54:48.612Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T14:54:48.613Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T14:54:59.880Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T14:54:59.881Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T14:55:09.749Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T14:55:09.750Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T14:55:20.751Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T14:55:20.752Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T14:55:42.955Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T14:55:42.956Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T14:55:51.708Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T14:55:51.709Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T14:55:57.500Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T14:55:57.501Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T14:56:10.005Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T14:56:10.006Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T14:56:10.909Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T14:56:24.091Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T14:57:07.780Z", + "text": "Hello", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T18:46:35.457Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T18:47:55.502Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T18:47:56.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T18:47:56.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 2, + "edges": [ + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + }, + { + "node": { + "text": "Enrollment - New Plan", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000000", + "firstName": "Peter ", + "lastName": "Morton" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006462", + "startTime": "2023-05-10T14:54:36.287Z", + "endTime": "2023-05-10T14:56:10.006Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000400", + "__typename": "ConversationFragment", + "conversationId": "7053c20e-b19d-3e08-94ba-64041e9d7972", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 27, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T14:54:36.287Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T14:54:36.288Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T14:54:44.330Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T14:54:44.331Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T14:54:48.612Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T14:54:48.613Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T14:54:59.880Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T14:54:59.881Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T14:55:09.749Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T14:55:09.750Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T14:55:20.751Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T14:55:20.752Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T14:55:42.955Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T14:55:42.956Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T14:55:51.708Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T14:55:51.709Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T14:55:57.500Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T14:55:57.501Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T14:56:10.005Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T14:56:10.006Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T14:56:10.909Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T14:56:24.091Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T14:57:07.780Z", + "text": "Hello", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T18:46:35.457Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T18:47:55.502Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T18:47:56.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T18:47:56.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1006466", + "startTime": "2023-05-10T15:00:03.413Z", + "endTime": "2023-05-10T15:13:36.998Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 420, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000203", + "__typename": "Email", + "messageId": "", + "threadId": "1000300", + "sentDate": "2023-04-19T15:03:37.000Z", + "receivedDate": "2023-04-19T15:03:37.000Z", + "subject": "Re: << Ref:1000300 >> Re: The Pharmacy said you are not covering my\r\n wife's migraine medication?", + "body": "Thanks! Great to hear you can help. The medication is Nurtec. It is \nfor my wife's migraines and it is the only thing that works!\n\nOn 2023-04-19 08:02, customerservice@demo.verint.com wrote:\n> Mr Vivian,\n> \n> I am sorry to hear you are having issues with getting your wife's\n> medication. I can understand how frustrating it can be when there is\n> uncertainty about medication coverage. I will be happy to try and help\n> you to get this resolved.\n> \n> It looks like your wife is on a number of medications, which\n> medication was it that the pharmacy said was not covered?\n> \n> Regards,\n> \n> Adam\n> \n> MEMBER SERVICES\n> \n> -------------------------\n> \n> ORIGINAL MESSAGE ...\n> From: dvivian@bemessaged.com\n> To: customerservice@demo.verint.com\n> Subject: The Pharmacy said you are not covering my wife's migraine\n> medication?\n> Sent: Wed, 19 Apr 2023 08:01:04 -0700\n> \n> While at my pharmacy today I was trying to get my wife's migraine\n> medication and they told me that you are not covering it now. I wanted\n> \n> to understand why a medication that has been covered for over a year\n> is\n> no longer being covered?\n> \n> I am really frustrated right now and am hoping you can help me resolve\n> \n> the issue so we can get this medication.\n> \n> Regards,\n> \n> Dean Vivian\n", + "fromAddress": "dvivian@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Enrollment - New Plan", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000050", + "firstName": "Dean", + "lastName": "Vivian" + } + } + ] + }, + "queue": { + "name": "Pharmacy", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006468", + "startTime": "2023-05-10T15:00:30.574Z", + "endTime": "2023-05-10T15:01:02.384Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 32, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000401", + "__typename": "ConversationFragment", + "conversationId": "9836f970-3f91-30ad-a1f8-16ae104b36ff", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 13, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T14:59:48.896Z", + "text": "I would like to speak to someone", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T14:59:48.897Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T15:00:16.116Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:00:16.117Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T15:00:18.026Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:00:18.027Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T15:00:26.526Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:00:26.527Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T15:00:26.837Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:00:30.563Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-10T15:00:51.843Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:00:52.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:00:52.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": null, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006469", + "startTime": "2023-05-10T14:59:48.896Z", + "endTime": "2023-05-10T15:00:26.527Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000401", + "__typename": "ConversationFragment", + "conversationId": "9836f970-3f91-30ad-a1f8-16ae104b36ff", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 13, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T14:59:48.896Z", + "text": "I would like to speak to someone", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T14:59:48.897Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T15:00:16.116Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:00:16.117Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T15:00:18.026Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:00:18.027Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T15:00:26.526Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:00:26.527Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T15:00:26.837Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:00:30.563Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-10T15:00:51.843Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:00:52.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:00:52.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1006474", + "startTime": "2023-05-10T15:02:56.586Z", + "endTime": "2023-05-10T15:03:41.505Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 45, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000402", + "__typename": "ConversationFragment", + "conversationId": "160fd3b1-1bef-3b24-854d-4439714745d6", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 13, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T15:02:33.271Z", + "text": "I would like to speak to someone please", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:02:33.272Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T15:02:40.044Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:02:40.045Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T15:02:43.231Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:02:43.232Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T15:02:52.249Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:02:52.250Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T15:02:52.554Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:02:56.575Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-10T15:03:18.690Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:03:19.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:03:19.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 2, + "edges": [ + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + }, + { + "node": { + "text": "Contacted party was unavailable to speak", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000000", + "firstName": "Peter ", + "lastName": "Morton" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006475", + "startTime": "2023-05-10T15:02:33.271Z", + "endTime": "2023-05-10T15:02:52.250Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000402", + "__typename": "ConversationFragment", + "conversationId": "160fd3b1-1bef-3b24-854d-4439714745d6", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 13, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T15:02:33.271Z", + "text": "I would like to speak to someone please", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:02:33.272Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T15:02:40.044Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:02:40.045Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T15:02:43.231Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:02:43.232Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T15:02:52.249Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:02:52.250Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T15:02:52.554Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:02:56.575Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-10T15:03:18.690Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:03:19.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:03:19.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1006480", + "startTime": "2023-05-10T15:07:09.208Z", + "endTime": "2023-05-10T15:10:21.997Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 193, + "notes": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Here are some notes\n" + } + } + ] + }, + "interaction": { + "locale": "en-GB", + "systemId": "1000403", + "__typename": "ConversationFragment", + "conversationId": "e3969d66-b2c1-3c04-b94d-184dcb5ec838", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 25, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Peter" + }, + "sentTime": "2023-05-10T15:05:26.657Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:05:26.658Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Peter" + }, + "sentTime": "2023-05-10T15:05:33.268Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:05:33.269Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Peter" + }, + "sentTime": "2023-05-10T15:05:37.628Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:05:37.629Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Peter" + }, + "sentTime": "2023-05-10T15:05:43.412Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:05:43.413Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Peter" + }, + "sentTime": "2023-05-10T15:05:52.620Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:05:52.621Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Peter" + }, + "sentTime": "2023-05-10T15:06:02.460Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:06:02.461Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Peter" + }, + "sentTime": "2023-05-10T15:06:15.696Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:06:15.697Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Peter" + }, + "sentTime": "2023-05-10T15:06:53.194Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:06:53.195Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Peter" + }, + "sentTime": "2023-05-10T15:06:55.618Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:06:55.619Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Peter" + }, + "sentTime": "2023-05-10T15:07:04.838Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:07:04.839Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Peter" + }, + "sentTime": "2023-05-10T15:07:05.133Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:07:09.198Z", + "text": "Session started between Peter Peter and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-10T15:10:04.155Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:10:05.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:10:05.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 2, + "edges": [ + { + "node": { + "text": "Enrollment - New Plan", + "isActive": true, + "isVisible": true + } + }, + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000000", + "firstName": "Peter ", + "lastName": "Morton" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006481", + "startTime": "2023-05-10T15:05:26.657Z", + "endTime": "2023-05-10T15:07:04.839Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000403", + "__typename": "ConversationFragment", + "conversationId": "e3969d66-b2c1-3c04-b94d-184dcb5ec838", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 25, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Peter" + }, + "sentTime": "2023-05-10T15:05:26.657Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:05:26.658Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Peter" + }, + "sentTime": "2023-05-10T15:05:33.268Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:05:33.269Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Peter" + }, + "sentTime": "2023-05-10T15:05:37.628Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:05:37.629Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Peter" + }, + "sentTime": "2023-05-10T15:05:43.412Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:05:43.413Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Peter" + }, + "sentTime": "2023-05-10T15:05:52.620Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:05:52.621Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Peter" + }, + "sentTime": "2023-05-10T15:06:02.460Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:06:02.461Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Peter" + }, + "sentTime": "2023-05-10T15:06:15.696Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:06:15.697Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Peter" + }, + "sentTime": "2023-05-10T15:06:53.194Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:06:53.195Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Peter" + }, + "sentTime": "2023-05-10T15:06:55.618Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:06:55.619Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Peter" + }, + "sentTime": "2023-05-10T15:07:04.838Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:07:04.839Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Peter" + }, + "sentTime": "2023-05-10T15:07:05.133Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:07:09.198Z", + "text": "Session started between Peter Peter and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-10T15:10:04.155Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:10:05.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T15:10:05.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1006493", + "startTime": "2023-05-10T15:45:34.533Z", + "endTime": "2023-05-10T16:45:12.709Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 2867, + "notes": null, + "interaction": { + "locale": null, + "systemId": "1000203", + "__typename": "Email", + "messageId": "", + "threadId": "1000300", + "sentDate": "2023-04-19T15:03:37.000Z", + "receivedDate": "2023-04-19T15:03:37.000Z", + "subject": "Re: << Ref:1000300 >> Re: The Pharmacy said you are not covering my\r\n wife's migraine medication?", + "body": "Thanks! Great to hear you can help. The medication is Nurtec. It is \nfor my wife's migraines and it is the only thing that works!\n\nOn 2023-04-19 08:02, customerservice@demo.verint.com wrote:\n> Mr Vivian,\n> \n> I am sorry to hear you are having issues with getting your wife's\n> medication. I can understand how frustrating it can be when there is\n> uncertainty about medication coverage. I will be happy to try and help\n> you to get this resolved.\n> \n> It looks like your wife is on a number of medications, which\n> medication was it that the pharmacy said was not covered?\n> \n> Regards,\n> \n> Adam\n> \n> MEMBER SERVICES\n> \n> -------------------------\n> \n> ORIGINAL MESSAGE ...\n> From: dvivian@bemessaged.com\n> To: customerservice@demo.verint.com\n> Subject: The Pharmacy said you are not covering my wife's migraine\n> medication?\n> Sent: Wed, 19 Apr 2023 08:01:04 -0700\n> \n> While at my pharmacy today I was trying to get my wife's migraine\n> medication and they told me that you are not covering it now. I wanted\n> \n> to understand why a medication that has been covered for over a year\n> is\n> no longer being covered?\n> \n> I am really frustrated right now and am hoping you can help me resolve\n> \n> the issue so we can get this medication.\n> \n> Regards,\n> \n> Dean Vivian\n", + "fromAddress": "dvivian@bemessaged.com", + "ccAddresses": [], + "bccAddresses": null, + "detectedLanguage": "en", + "mailboxName": "customerservice@demo.verint.com", + "attachmentCount": 0, + "isDuplicate": false + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Completed", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000050", + "firstName": "Dean", + "lastName": "Vivian" + } + } + ] + }, + "queue": { + "name": "Pharmacy", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006505", + "startTime": "2023-05-10T16:32:30.178Z", + "endTime": "2023-05-10T16:41:41.300Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 534, + "notes": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Some notes" + } + } + ] + }, + "interaction": { + "locale": "en-GB", + "systemId": "1000404", + "__typename": "ConversationFragment", + "conversationId": "c4ba509c-9d98-3c95-8772-7eeb90668965", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 29, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T16:30:00.619Z", + "text": "into", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T16:30:00.620Z", + "text": "What procedure or service do you need coverage for?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T16:30:16.209Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T16:30:16.210Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T16:30:25.313Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T16:30:25.314Z", + "text": "Child coverage answer.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T16:30:40.553Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T16:30:40.554Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T16:30:53.116Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T16:30:53.117Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T16:31:03.711Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T16:31:03.712Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T16:31:18.433Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T16:31:18.434Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T16:31:29.550Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T16:31:29.551Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T16:31:52.902Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T16:31:52.903Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T16:32:04.033Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T16:32:04.034Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T16:32:13.815Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T16:32:13.816Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T16:32:26.620Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T16:32:26.621Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T16:32:26.904Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T16:32:30.170Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-10T16:41:22.199Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T16:41:23.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T16:41:23.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 3, + "edges": [ + { + "node": { + "text": "Enrollment - New Plan", + "isActive": true, + "isVisible": true + } + }, + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + }, + { + "node": { + "text": "Gave Information - Case Update", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000000", + "firstName": "Peter ", + "lastName": "Morton" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006506", + "startTime": "2023-05-10T16:30:00.619Z", + "endTime": "2023-05-10T16:32:26.621Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000404", + "__typename": "ConversationFragment", + "conversationId": "c4ba509c-9d98-3c95-8772-7eeb90668965", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 29, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T16:30:00.619Z", + "text": "into", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T16:30:00.620Z", + "text": "What procedure or service do you need coverage for?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T16:30:16.209Z", + "text": "Hi there! I recently changed jobs and am looking into my insurance options.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T16:30:16.210Z", + "text": "Sure I’d be happy to help. What questions did you have?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T16:30:25.313Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T16:30:25.314Z", + "text": "Child coverage answer.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T16:30:40.553Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T16:30:40.554Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T16:30:53.116Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T16:30:53.117Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T16:31:03.711Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T16:31:03.712Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T16:31:18.433Z", + "text": "Well, what would my copay be?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T16:31:18.434Z", + "text": "The Care Cost Estimator is available for all commercial products. To access the Care Cost Estimator, log into the member portal at www.ibx.com and access the Care Cost Estimator tool at the top of the homepage, or by clicking on the My Care tab and clicking Estimate Cost of Care located on the left menu.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T16:31:29.550Z", + "text": "That’s interesting. What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T16:31:29.551Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T16:31:52.902Z", + "text": "I see… I’d like to talk to someone about what would be best for me", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T16:31:52.903Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T16:32:04.033Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T16:32:04.034Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T16:32:13.815Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T16:32:13.816Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T16:32:26.620Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T16:32:26.621Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-10T16:32:26.904Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T16:32:30.170Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-10T16:41:22.199Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T16:41:23.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-10T16:41:23.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1006555", + "startTime": "2023-05-12T18:46:42.962Z", + "endTime": "2023-05-12T18:49:10.228Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 127, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000450", + "__typename": "ConversationFragment", + "conversationId": "97ed269e-e59a-31d4-a2f2-15c17cf5cad4", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 21, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T18:44:19.665Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T18:44:19.666Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T18:44:26.149Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T18:44:26.150Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T18:44:42.936Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T18:44:42.937Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T18:45:01.155Z", + "text": "What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T18:45:01.156Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T18:45:41.424Z", + "text": "I would like to talk to someone", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T18:45:41.425Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T18:45:48.460Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T18:45:48.461Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T18:45:50.531Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T18:45:50.532Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T18:45:59.583Z", + "text": "Pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T18:45:59.584Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T18:46:00.623Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T18:46:42.952Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T18:48:43.950Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T18:48:45.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T18:48:45.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000000", + "firstName": "Peter ", + "lastName": "Morton" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006556", + "startTime": "2023-05-12T18:44:19.665Z", + "endTime": "2023-05-12T18:45:59.584Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000450", + "__typename": "ConversationFragment", + "conversationId": "97ed269e-e59a-31d4-a2f2-15c17cf5cad4", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 21, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T18:44:19.665Z", + "text": "I was wondering if my kid’s dental will be covered by any of your plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T18:44:19.666Z", + "text": "Is your child over or under the age of 19?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T18:44:26.149Z", + "text": "Under 19", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T18:44:26.150Z", + "text": "Pediatric dental benefits are in-network coverage only for children up to age 19. In-network benefits are only paid when visiting a United Concordia provider. Independence Blue Cross dental plans are administered by United Concordia, an independent company.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T18:44:42.936Z", + "text": "he had a crown come out recently, would that be covered?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T18:44:42.937Z", + "text": "Major dental services such as crowns, inlays, onlays, and prosthetics are covered at 50%.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T18:45:01.155Z", + "text": "What are the differences in plans?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T18:45:01.156Z", + "text": "We have many different plans available. To see a comparison if each of our offerings please view our Health plans comparison chart.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T18:45:41.424Z", + "text": "I would like to talk to someone", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T18:45:41.425Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T18:45:48.460Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T18:45:48.461Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T18:45:50.531Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T18:45:50.532Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T18:45:59.583Z", + "text": "Pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T18:45:59.584Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T18:46:00.623Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T18:46:42.952Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T18:48:43.950Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T18:48:45.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T18:48:45.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1006563", + "startTime": "2023-05-12T19:06:47.138Z", + "endTime": "2023-05-12T19:24:10.900Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 1020, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000451", + "__typename": "ConversationFragment", + "conversationId": "c4cc76c5-e279-370b-a637-be2bc3f19e7f", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 13, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "peter morton" + }, + "sentTime": "2023-05-12T19:06:00.823Z", + "text": "i would like to talk to someone", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T19:06:00.824Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "peter morton" + }, + "sentTime": "2023-05-12T19:06:17.273Z", + "text": "peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T19:06:17.274Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "peter morton" + }, + "sentTime": "2023-05-12T19:06:22.517Z", + "text": "morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T19:06:22.518Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "peter morton" + }, + "sentTime": "2023-05-12T19:06:43.491Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T19:06:43.492Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "peter morton" + }, + "sentTime": "2023-05-12T19:06:44.051Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T19:06:47.128Z", + "text": "Session started between peter morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T19:11:44.604Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T19:11:45.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T19:11:45.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 2, + "edges": [ + { + "node": { + "text": "Enrollment - New Plan", + "isActive": true, + "isVisible": true + } + }, + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": { + "totalCount": 1, + "edges": [ + { + "node": { + "ref": "CC1000000", + "firstName": "Peter ", + "lastName": "Morton" + } + } + ] + }, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006564", + "startTime": "2023-05-12T19:06:00.823Z", + "endTime": "2023-05-12T19:06:43.492Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000451", + "__typename": "ConversationFragment", + "conversationId": "c4cc76c5-e279-370b-a637-be2bc3f19e7f", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 13, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "peter morton" + }, + "sentTime": "2023-05-12T19:06:00.823Z", + "text": "i would like to talk to someone", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T19:06:00.824Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "peter morton" + }, + "sentTime": "2023-05-12T19:06:17.273Z", + "text": "peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T19:06:17.274Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "peter morton" + }, + "sentTime": "2023-05-12T19:06:22.517Z", + "text": "morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T19:06:22.518Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "peter morton" + }, + "sentTime": "2023-05-12T19:06:43.491Z", + "text": "pmorton@bemessaged.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T19:06:43.492Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "peter morton" + }, + "sentTime": "2023-05-12T19:06:44.051Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T19:06:47.128Z", + "text": "Session started between peter morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T19:11:44.604Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T19:11:45.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T19:11:45.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1006571", + "startTime": "2023-05-12T19:38:56.809Z", + "endTime": "2023-05-12T20:22:19.263Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 2602, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000452", + "__typename": "ConversationFragment", + "conversationId": "4726cdb4-2292-3606-9c59-e5cf7a9d9a3f", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 26, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T19:38:36.000Z", + "text": "I would like to talk to someone", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T19:38:36.001Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T19:38:38.823Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T19:38:38.824Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T19:38:43.448Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T19:38:43.449Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T19:38:45.921Z", + "text": "masoihdas", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T19:38:45.922Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T19:38:46.237Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T19:38:56.799Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T19:39:15.527Z", + "text": "Here are some details", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T19:39:29.036Z", + "text": "Here are some details", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T19:40:18.594Z", + "text": "Agent sending message", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T19:41:06.355Z", + "text": "***-**-4387", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T19:41:40.089Z", + "text": "****-****-****-6546", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T19:45:23.686Z", + "text": "Here is a message from the agent", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T19:45:55.468Z", + "text": "again", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T19:48:32.596Z", + "text": "another again", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T19:55:47.287Z", + "text": "More Again", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T19:55:56.344Z", + "text": "More More Again", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T19:57:32.268Z", + "text": "again again again", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T20:11:56.681Z", + "text": "teletubbies rule", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T20:12:27.240Z", + "text": "tellitubies rule", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T20:21:56.819Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:21:57.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:21:57.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 2, + "edges": [ + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + }, + { + "node": { + "text": "Contacted party was unavailable to speak", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006572", + "startTime": "2023-05-12T19:38:36.000Z", + "endTime": "2023-05-12T19:38:45.922Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000452", + "__typename": "ConversationFragment", + "conversationId": "4726cdb4-2292-3606-9c59-e5cf7a9d9a3f", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 26, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T19:38:36.000Z", + "text": "I would like to talk to someone", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T19:38:36.001Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T19:38:38.823Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T19:38:38.824Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T19:38:43.448Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T19:38:43.449Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T19:38:45.921Z", + "text": "masoihdas", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T19:38:45.922Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T19:38:46.237Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T19:38:56.799Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T19:39:15.527Z", + "text": "Here are some details", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T19:39:29.036Z", + "text": "Here are some details", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T19:40:18.594Z", + "text": "Agent sending message", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T19:41:06.355Z", + "text": "***-**-4387", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T19:41:40.089Z", + "text": "****-****-****-6546", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T19:45:23.686Z", + "text": "Here is a message from the agent", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T19:45:55.468Z", + "text": "again", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T19:48:32.596Z", + "text": "another again", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T19:55:47.287Z", + "text": "More Again", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T19:55:56.344Z", + "text": "More More Again", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T19:57:32.268Z", + "text": "again again again", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T20:11:56.681Z", + "text": "teletubbies rule", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T20:12:27.240Z", + "text": "tellitubies rule", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T20:21:56.819Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:21:57.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:21:57.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1006577", + "startTime": "2023-05-12T20:22:49.586Z", + "endTime": "2023-05-12T20:26:51.891Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 242, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000453", + "__typename": "ConversationFragment", + "conversationId": "3d0dfab5-c3d6-3477-8b0a-d1710956fcfc", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 14, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T20:22:35.032Z", + "text": "I would like to talk to someone", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:22:35.033Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T20:22:36.901Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:22:36.902Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T20:22:41.376Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:22:41.377Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T20:22:45.170Z", + "text": "lkadsjlkja", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:22:45.171Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T20:22:45.404Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:22:49.577Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T20:23:18.512Z", + "text": "Dejavu", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T20:26:11.138Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:26:12.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:26:12.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": null, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006578", + "startTime": "2023-05-12T20:22:35.032Z", + "endTime": "2023-05-12T20:22:45.171Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000453", + "__typename": "ConversationFragment", + "conversationId": "3d0dfab5-c3d6-3477-8b0a-d1710956fcfc", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 14, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T20:22:35.032Z", + "text": "I would like to talk to someone", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:22:35.033Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T20:22:36.901Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:22:36.902Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T20:22:41.376Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:22:41.377Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T20:22:45.170Z", + "text": "lkadsjlkja", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:22:45.171Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T20:22:45.404Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:22:49.577Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T20:23:18.512Z", + "text": "Dejavu", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T20:26:11.138Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:26:12.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:26:12.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1006581", + "startTime": "2023-05-12T20:26:45.338Z", + "endTime": "2023-05-12T20:35:28.846Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 523, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000454", + "__typename": "ConversationFragment", + "conversationId": "ebd16704-65e3-37c7-8a25-6e82234dafd3", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 14, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T20:26:26.231Z", + "text": "I would like to talk to someone", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:26:26.232Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T20:26:35.863Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:26:35.864Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T20:26:37.801Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:26:37.802Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T20:26:39.776Z", + "text": "sdalkjsda", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:26:39.777Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T20:26:39.995Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:26:45.330Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T20:27:18.073Z", + "text": "dejavu", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T20:35:06.127Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:35:07.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:35:07.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": null, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006582", + "startTime": "2023-05-12T20:26:26.231Z", + "endTime": "2023-05-12T20:26:39.777Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000454", + "__typename": "ConversationFragment", + "conversationId": "ebd16704-65e3-37c7-8a25-6e82234dafd3", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 14, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T20:26:26.231Z", + "text": "I would like to talk to someone", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:26:26.232Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T20:26:35.863Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:26:35.864Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T20:26:37.801Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:26:37.802Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T20:26:39.776Z", + "text": "sdalkjsda", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:26:39.777Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T20:26:39.995Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:26:45.330Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T20:27:18.073Z", + "text": "dejavu", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T20:35:06.127Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:35:07.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T20:35:07.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + }, + { + "node": { + "systemId": "1006587", + "startTime": "2023-05-12T21:08:54.017Z", + "endTime": "2023-05-12T21:23:19.711Z", + "direction": "INBOUND", + "handledBy": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington", + "nickname": null, + "orgScope": "organisat" + }, + "activeDuration": 741, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000455", + "__typename": "ConversationFragment", + "conversationId": "3939434a-5429-33b6-a90c-d3266de935fe", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 25, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T21:08:15.323Z", + "text": "speak to an agent", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T21:08:15.324Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T21:08:19.582Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T21:08:19.583Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T21:08:44.583Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T21:08:44.584Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T21:08:49.809Z", + "text": "Peter.Morton@verint.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T21:08:49.810Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T21:08:50.959Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T21:08:54.008Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T21:09:04.367Z", + "text": "hello Adam", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T21:10:58.308Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T21:11:04.445Z", + "text": "howdy", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T21:11:36.228Z", + "text": "one way?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T21:16:39.301Z", + "text": "or another", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T21:17:03.793Z", + "text": "back at you", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T21:17:13.598Z", + "text": "hello", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T21:17:21.527Z", + "text": "hello", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T21:19:14.701Z", + "text": "hello", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T21:19:30.119Z", + "text": "hello again", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T21:19:51.296Z", + "text": "you good. you werent able to respond for a bit there", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T21:20:00.544Z", + "text": "yeah better now... thanks", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T21:22:56.638Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T21:22:57.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T21:22:57.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "The agent ended the chat session.", + "isActive": true, + "isVisible": false + } + } + ] + }, + "customer": null, + "queue": { + "name": "Default", + "orgScope": "organisat" + } + } + }, + { + "node": { + "systemId": "1006588", + "startTime": "2023-05-12T21:08:15.323Z", + "endTime": "2023-05-12T21:08:49.810Z", + "direction": "INBOUND", + "handledBy": null, + "activeDuration": 0, + "notes": null, + "interaction": { + "locale": "en-GB", + "systemId": "1000455", + "__typename": "ConversationFragment", + "conversationId": "3939434a-5429-33b6-a90c-d3266de935fe", + "entryPoint": "VerintChat", + "messages": { + "totalCount": 25, + "edges": [ + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T21:08:15.323Z", + "text": "speak to an agent", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T21:08:15.324Z", + "text": "Before we connect you to member services, we will need some additional information: What is your first name?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T21:08:19.582Z", + "text": "Peter", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T21:08:19.583Z", + "text": "What is your last Name", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T21:08:44.583Z", + "text": "Morton", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T21:08:44.584Z", + "text": "What is your email address?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T21:08:49.809Z", + "text": "Peter.Morton@verint.com", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T21:08:49.810Z", + "text": "Thank you, one moment while I connect you to an Agent.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T21:08:50.959Z", + "text": null, + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T21:08:54.008Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T21:09:04.367Z", + "text": "hello Adam", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T21:10:58.308Z", + "text": "Session started between Peter Morton and Adam", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T21:11:04.445Z", + "text": "howdy", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T21:11:36.228Z", + "text": "one way?", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T21:16:39.301Z", + "text": "or another", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T21:17:03.793Z", + "text": "back at you", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T21:17:13.598Z", + "text": "hello", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T21:17:21.527Z", + "text": "hello", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T21:19:14.701Z", + "text": "hello", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T21:19:30.119Z", + "text": "hello again", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "Peter Morton" + }, + "sentTime": "2023-05-12T21:19:51.296Z", + "text": "you good. you werent able to respond for a bit there", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T21:20:00.544Z", + "text": "yeah better now... thanks", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "agent": { + "username": "ccagent", + "firstName": "Adam", + "lastName": "Swan-Eglington" + } + }, + "sentTime": "2023-05-12T21:22:56.638Z", + "text": "I hope that I was able to help you today. Please re-contact us if you require further assistance.", + "type": "STANDARD_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T21:22:57.000Z", + "text": "Adam has exited the session.", + "type": "SYSTEM_MESSAGE" + } + }, + { + "node": { + "attachment": null, + "sender": { + "name": "System" + }, + "sentTime": "2023-05-12T21:22:57.000Z", + "text": "The conversation has been ended.", + "type": "SYSTEM_MESSAGE" + } + } + ] + }, + "referrerUrl": "https://example.domain.com/livechat/liveChat.html", + "subChannel": "LIVECHAT" + }, + "outcome": { + "totalCount": 1, + "edges": [ + { + "node": { + "text": "Transferred to another agent", + "isActive": true, + "isVisible": true + } + } + ] + }, + "customer": null, + "queue": null + } + } + ] + } + } +} \ No newline at end of file