Interface CallProblemEcho

Describes the exact type of problem with a call. Subtype of CallProblem.

interface CallProblemEcho {
    @type: "callProblemEcho";
}

Properties

Properties

@type: "callProblemEcho"