Uses of Class
com.mypurecloud.sdk.v2.model.DialerPreview
Packages that use DialerPreview
-
Uses of DialerPreview in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DialerPreviewModifier and TypeMethodDescriptionDialerPreview.callbackAutoAnswer(Boolean callbackAutoAnswer) Whether or not to auto answer the callbackDialerPreview.campaignId(String campaignId) The campaignId associated with this preview data pop.The contact associated with this preview data popDialerPreview.contactListId(String contactListId) The contactList associated with this preview data pop.Callback.getDialerPreview()CallbackBasic.getDialerPreview()CallbackMediaParticipant.getOutboundPreview()DialerPreview.phoneNumberColumns(List<PhoneNumberColumn> phoneNumberColumns) The phone number columns associated with this campaignMethods in com.mypurecloud.sdk.v2.model with parameters of type DialerPreviewModifier and TypeMethodDescriptionCallback.dialerPreview(DialerPreview dialerPreview) The preview data to be used when this callback is a Preview.CallbackBasic.dialerPreview(DialerPreview dialerPreview) The preview data to be used when this callback is a Preview.CallbackMediaParticipant.outboundPreview(DialerPreview outboundPreview) The outbound preview associated with this callback.voidCallback.setDialerPreview(DialerPreview dialerPreview) voidCallbackBasic.setDialerPreview(DialerPreview dialerPreview) voidCallbackMediaParticipant.setOutboundPreview(DialerPreview outboundPreview)