Interaction SDK
(Web Services)

com.genesyslab.ail.ws.interaction.openmedia

Class Summary

Enum Summary
InteractionOpenMediaAction This enum describes the possibles actions on an open media interaction.
OMStopProcessingReason This enum describes the stop procession reason.

Class Detail

Enum Detail

InteractionOpenMediaAction

This enum describes the possibles actions on an open media interaction.

Members:

  ANSWER_CALL
   The 'answer call' action.

  MARK_DONE
   The 'mark done' action.

  RELEASE_CALL
   The 'release call' action.

  TRANSFER
   The 'transfer' action.

  SAVE
   The 'save' action.

OMStopProcessingReason

This enum describes the stop procession reason.

Members:

  ABANDONED
   Interaction is stopped because it was abandoned.

  AUTO_RESPONDED
   Interaction is stopped because it was automatically responded.

  FORWARDED
   Interaction is stopped because it was forwarded.

  NORMAL
   Interaction is normally stopped.

  REDIRECTED
   Interaction is stopped because it was redirected.

  TERMINATED
   Interaction is stopped because it was terminated.

  SENT
   Interaction is stopped because it was sent.

Interaction SDK
(Web Services)