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.

7 lines (6 loc) 163 B
import React from 'react'; export interface ReportingProps { userName?: string; } declare const Reporting: React.FC<ReportingProps>; export default Reporting;