Interface TicketRoutingRequest
- All Superinterfaces:
TicketProvider
A
TicketRoutingRequest
is done by the novomind
iAGENT routing engine and sent to an external routing.
The external routing is responsible to determine a suitable
agent to process the TicketRoutingRequest
.- Since:
- 11.29
-
Method Summary
Methods inherited from interface com.novomind.ecom.api.imail.provider.TicketProvider
getTicket
-
Method Details
-
getBacklogMessage
BacklogMessage getBacklogMessage()The method returns theBacklogMessage
. Please note that theBacklogMessage
cannot be modified.- Returns:
- the backlog message
- Since:
- 11.29
-