Package version:

A Recognition Choice

interface RecognitionChoice {
    label: string;
    phrases: string[];
    tone?: DtmfTone;
}

Properties

Properties

label: string

Identifier for a given choice

phrases: string[]

List of phrases to recognize

tone?: DtmfTone