Class TelephonyTransferCall (2.11.0)

TelephonyTransferCall(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents the signal that telles the client to transfer the phone call connected to the agent to a third-party endpoint.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
phone_number str
Transfer the call to a phone number in `E.164 format
sip_uri str
Transfer the call to a SIP endpoint. This field is a member of oneof_ endpoint.