sinch.domains.voice.models.v2.svaml.types.call_events_dict module

class sinch.domains.voice.models.v2.svaml.types.call_events_dict.CallEventsDict[source]

Bases: TypedDict

on_answer: NotRequired[List[SvamlCommandDict]]
on_busy: NotRequired[List[SvamlCommandDict]]
on_reject: NotRequired[List[SvamlCommandDict]]
on_timeout: NotRequired[List[SvamlCommandDict]]
on_hangup: NotRequired[List[SvamlCommandDict]]
on_failure: NotRequired[List[SvamlCommandDict]]