Transcription Status Changed


Android Fields

Name Type Notes

communicationOid

String

notNull

The oid of the Communication object containing the Transcription.

status

String

notNull

The updated Transcription Status.

phoneLine

Reference

notNull

Reference to the Phone Line of the communication object.

addressable

Reference

Reference to the addressable of the other participant of the communication. Returns the first participant that does not match the target of the notification.

For example, if the communication is between 'Alice' and 'Bob', and this notification is sent to 'Alice', then this will contain 'Bob'.

iOS Fields

Name Type Notes

COMMUNICATION

String

notNull

The oid of the Communication object containing the Transcription.

STATUS

String

notNull

The updated Transcription Status.

PHONE_LINE_OID

String

notNull

The oid of the Phone Line of the communication object.

PHONE_LINE_NAME

String

notNull

The name of the Phone Line of the communication object.

PHONE_LINE_OBJECT_TYPE

String

notNull

The object type of the Phone Line of the communication object.

ADDRESSABLE_OID

String

The oid of the addressable of the other participant of the communication.

The other participant is the first participant that does not match the target of the notification.

For example, if the communication is between 'Alice' and 'Bob', and this notification is sent to 'Alice', then this will contain 'Bob'.

ADDRESSABLE_NAME

String

The name of the addressable of the other participant of the communication.

ADDRESSABLE_OBJECT_TYPE

String

The object type of addressable of the other participant of the communication..