Skip to content

CallCenterReportAbandonedCallThresholdReplacementList

Bases: OCIType

A list of call center reporting abandoned call threshold seconds that replaces a previously configured list.

Attributes:

abandoned_call_threshold_seconds (List[int]):
Source code in src/mercury_ocip/commands/commands.py
@dataclass(kw_only=True)
class CallCenterReportAbandonedCallThresholdReplacementList(OCIType):
    """A list of call center reporting abandoned call threshold seconds that replaces a previously configured list.

    Attributes:

        abandoned_call_threshold_seconds (List[int]):

    """

    abandoned_call_threshold_seconds: List[int] = field(
        metadata={"alias": "abandonedCallThresholdSeconds"}
    )