Interface CallProblemNoise

The user heard background noise. Subtype of CallProblem.

interface CallProblemNoise {
    @type: "callProblemNoise";
}

Properties

Properties

@type: "callProblemNoise"