-
- All Implemented Interfaces:
-
us.zoom.contactscenter.api.ZoomCCScheduledCallbackService,us.zoom.contactscenter.api.ZoomCCService
public interface CCScheduledCallbackMgr implements ZoomCCScheduledCallbackService
-
-
Method Summary
Modifier and Type Method Description abstract IntegerrequestScheduledCallbacks()abstract IntegergetAppointments(String appointmentId, String userSlug)abstract IntegergetAvailableAppointments(String appointmentId, String userSlug)abstract Integer,String)>bookAppointment(<Error class: unknown class> param, String userSlug)abstract IntegerbookValidator(String email, String firstName, String lastName, String name, String userSlug)abstract IntegercancelAppointment(String attendeeId, String comment)abstract Integer,String,String)>rebookAppointment(<Error class: unknown class> param, String attendeeId, String comment)-
-
Method Detail
-
requestScheduledCallbacks
abstract Integer requestScheduledCallbacks()
-
getAppointments
abstract Integer getAppointments(String appointmentId, String userSlug)
-
getAvailableAppointments
abstract Integer getAvailableAppointments(String appointmentId, String userSlug)
-
bookAppointment
abstract Integer ,String)>bookAppointment(<Error class: unknown class> param, String userSlug)
-
bookValidator
abstract Integer bookValidator(String email, String firstName, String lastName, String name, String userSlug)
-
cancelAppointment
abstract Integer cancelAppointment(String attendeeId, String comment)
-
rebookAppointment
abstract Integer ,String,String)>rebookAppointment(<Error class: unknown class> param, String attendeeId, String comment)
-
-
-
-