UNPKG

ivr-tester

Version:

An automated testing framework for IVR call flows

9 lines (8 loc) 270 B
import { TranscriptEvent } from "./plugin/TranscriberPlugin"; export declare class PromptTranscriptionBuilder { private static readonly EMPTY_TRANSCRIPTION; private transcriptions; add(event: TranscriptEvent): void; clear(): void; merge(): string; }