sinch.domains.voice.models.v2.services.types package

class sinch.domains.voice.models.v2.services.types.NoneCallBehaviorDict[source]

Bases: TypedDict

type: Literal['NONE']
class sinch.domains.voice.models.v2.services.types.StaticCallBehaviorDict[source]

Bases: TypedDict

type: Literal['STATIC']
static: SvamlInputDict
class sinch.domains.voice.models.v2.services.types.EventDestinationCallBehaviorDict[source]

Bases: TypedDict

type: Literal['EVENT_DESTINATION']
event_destination: EventDestinationConfigurationDict
class sinch.domains.voice.models.v2.services.types.EventDestinationConfigurationDict[source]

Bases: TypedDict

url: str
fallback_url: NotRequired[str]