Interface AgentPhoneTicketStartOperationResult
- All Superinterfaces:
OperationResult
This interface represents the result of a successful
AgentPhoneTicketStartOperation
- Since:
- 13.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the started phone ticket.
-
Method Details
-
getAgentPhoneTicket
AgentPhoneTicket getAgentPhoneTicket()Returns the started phone ticket.- Returns:
- an instance of an
AgentPhoneTicket
- Since:
- 13.0
-