Interaction SDK
(Web Services)

Namespace com.genesyslab.ail.ws

Class Summary
Attachment This class defines a container for a file attachment, for example for a text file attached to an e-mail interaction.
AttributeError This class describes an error which occurred during an attribute update. It may be returned on calls to set*DTO() methods.
KeyValue This container describes a key-value pair used in a Data Transfer Object. The key-value pair corresponds to a service attribute. The KeyValue.value field can be a basic type such as string, boolean or int, or it can have a type defined in the attribute's namespace. For instance, in the com.genesyslab.ail.ws.outbound namespace, the OutboundChainDTO.data field can be one of the object types listed in the outbound.chain attributes definitions, which include OutboundChainReason, CampaignMode, TreatmentType, or OutboundEventType.
ShortAttachment This class defines a container for an attachment's short form, for example for a text file attached to an e-mail interaction. This short form contains the filename and mime type of the attachment, but it does not include the attachment's data.
Switch This class defines a switch.
WServiceException This class describes an exception thrown by the services of the com.genesyslab.ail packages.
 

Enum Summary
InteractionServerErrorType This enum describes the different Interaction Server error types. These errors are send under the following code : 'error.common.InteractionServerCode::Type:x1::Number:x2' where x1 is the error type (ex : PLACE_NOT_SPECIFIED) and x2 : the error number.
SwitchType This enumeration lists the switch types used with services.
 


Interaction SDK
(Web Services)