UNPKG

flex-ivr-reporting

Version:

Analyzes Twilio Flex IVR call flows to identify drop-off points and user hang-ups, helping teams pinpoint where callers disengage in the experience.

11 lines (10 loc) 474 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const react_1 = __importDefault(require("react")); const Reporting = ({ userName }) => (react_1.default.createElement("div", { style: { padding: 32, fontSize: 24 } }, "hello from npm ", userName ? `- ${userName}` : '')); exports.default = Reporting;