Uses of Class
com.mypurecloud.sdk.v2.model.BatchEventResponse
Packages that use BatchEventResponse
-
Uses of BatchEventResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return BatchEventResponseModifier and TypeMethodDescriptionEventsApi.postEventsConversations(PostEventsConversationsRequest request) Publish Conversation Batch EventsEventsApi.postEventsConversations(BatchConversationEventRequest body) Publish Conversation Batch EventsEventsApi.postEventsRoutingCustomkpiattributions(PostEventsRoutingCustomkpiattributionsRequest request) Publish Predictive Routing Custom Kpi Attribution Batch Events postEventsRoutingCustomkpiattributions is a preview method and is subject to both breaking and non-breaking changes at any time without noticeEventsApi.postEventsRoutingCustomkpiattributions(BatchPredictiveRoutingCustomKpiAttributionEventRequest body) Publish Predictive Routing Custom Kpi Attribution Batch Events postEventsRoutingCustomkpiattributions is a preview method and is subject to both breaking and non-breaking changes at any time without noticeEventsApi.postEventsUsersPresence(PostEventsUsersPresenceRequest request) Publish User Presence Status Batch EventsEventsApi.postEventsUsersPresence(BatchUserPresenceEventRequest body) Publish User Presence Status Batch EventsEventsApi.postEventsUsersRoutingstatus(PostEventsUsersRoutingstatusRequest request) Publish Agent Routing Status Batch EventsEventsApi.postEventsUsersRoutingstatus(BatchUserRoutingStatusEventRequest body) Publish Agent Routing Status Batch EventsMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type BatchEventResponseModifier and TypeMethodDescriptionEventsApi.postEventsConversations(ApiRequest<BatchConversationEventRequest> request) Publish Conversation Batch EventsEventsApiAsync.postEventsConversationsAsync(PostEventsConversationsRequest request, AsyncApiCallback<BatchEventResponse> callback) Publish Conversation Batch EventsEventsApiAsync.postEventsConversationsAsync(ApiRequest<BatchConversationEventRequest> request, AsyncApiCallback<ApiResponse<BatchEventResponse>> callback) Publish Conversation Batch EventsEventsApi.postEventsConversationsWithHttpInfo(BatchConversationEventRequest body) Publish Conversation Batch EventsEventsApi.postEventsRoutingCustomkpiattributions(ApiRequest<BatchPredictiveRoutingCustomKpiAttributionEventRequest> request) Publish Predictive Routing Custom Kpi Attribution Batch Events postEventsRoutingCustomkpiattributions is a preview method and is subject to both breaking and non-breaking changes at any time without noticeEventsApiAsync.postEventsRoutingCustomkpiattributionsAsync(PostEventsRoutingCustomkpiattributionsRequest request, AsyncApiCallback<BatchEventResponse> callback) Publish Predictive Routing Custom Kpi Attribution Batch Events postEventsRoutingCustomkpiattributions is a preview method and is subject to both breaking and non-breaking changes at any time without noticeEventsApiAsync.postEventsRoutingCustomkpiattributionsAsync(ApiRequest<BatchPredictiveRoutingCustomKpiAttributionEventRequest> request, AsyncApiCallback<ApiResponse<BatchEventResponse>> callback) Publish Predictive Routing Custom Kpi Attribution Batch Events postEventsRoutingCustomkpiattributions is a preview method and is subject to both breaking and non-breaking changes at any time without noticeEventsApi.postEventsRoutingCustomkpiattributionsWithHttpInfo(BatchPredictiveRoutingCustomKpiAttributionEventRequest body) Publish Predictive Routing Custom Kpi Attribution Batch Events postEventsRoutingCustomkpiattributions is a preview method and is subject to both breaking and non-breaking changes at any time without noticeEventsApi.postEventsUsersPresence(ApiRequest<BatchUserPresenceEventRequest> request) Publish User Presence Status Batch EventsEventsApiAsync.postEventsUsersPresenceAsync(PostEventsUsersPresenceRequest request, AsyncApiCallback<BatchEventResponse> callback) Publish User Presence Status Batch EventsEventsApiAsync.postEventsUsersPresenceAsync(ApiRequest<BatchUserPresenceEventRequest> request, AsyncApiCallback<ApiResponse<BatchEventResponse>> callback) Publish User Presence Status Batch EventsEventsApi.postEventsUsersPresenceWithHttpInfo(BatchUserPresenceEventRequest body) Publish User Presence Status Batch EventsEventsApi.postEventsUsersRoutingstatus(ApiRequest<BatchUserRoutingStatusEventRequest> request) Publish Agent Routing Status Batch EventsEventsApiAsync.postEventsUsersRoutingstatusAsync(PostEventsUsersRoutingstatusRequest request, AsyncApiCallback<BatchEventResponse> callback) Publish Agent Routing Status Batch EventsEventsApiAsync.postEventsUsersRoutingstatusAsync(ApiRequest<BatchUserRoutingStatusEventRequest> request, AsyncApiCallback<ApiResponse<BatchEventResponse>> callback) Publish Agent Routing Status Batch EventsPublish Agent Routing Status Batch EventsMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type BatchEventResponseModifier and TypeMethodDescriptionEventsApiAsync.postEventsConversationsAsync(PostEventsConversationsRequest request, AsyncApiCallback<BatchEventResponse> callback) Publish Conversation Batch EventsEventsApiAsync.postEventsConversationsAsync(ApiRequest<BatchConversationEventRequest> request, AsyncApiCallback<ApiResponse<BatchEventResponse>> callback) Publish Conversation Batch EventsEventsApiAsync.postEventsRoutingCustomkpiattributionsAsync(PostEventsRoutingCustomkpiattributionsRequest request, AsyncApiCallback<BatchEventResponse> callback) Publish Predictive Routing Custom Kpi Attribution Batch Events postEventsRoutingCustomkpiattributions is a preview method and is subject to both breaking and non-breaking changes at any time without noticeEventsApiAsync.postEventsRoutingCustomkpiattributionsAsync(ApiRequest<BatchPredictiveRoutingCustomKpiAttributionEventRequest> request, AsyncApiCallback<ApiResponse<BatchEventResponse>> callback) Publish Predictive Routing Custom Kpi Attribution Batch Events postEventsRoutingCustomkpiattributions is a preview method and is subject to both breaking and non-breaking changes at any time without noticeEventsApiAsync.postEventsUsersPresenceAsync(PostEventsUsersPresenceRequest request, AsyncApiCallback<BatchEventResponse> callback) Publish User Presence Status Batch EventsEventsApiAsync.postEventsUsersPresenceAsync(ApiRequest<BatchUserPresenceEventRequest> request, AsyncApiCallback<ApiResponse<BatchEventResponse>> callback) Publish User Presence Status Batch EventsEventsApiAsync.postEventsUsersRoutingstatusAsync(PostEventsUsersRoutingstatusRequest request, AsyncApiCallback<BatchEventResponse> callback) Publish Agent Routing Status Batch EventsEventsApiAsync.postEventsUsersRoutingstatusAsync(ApiRequest<BatchUserRoutingStatusEventRequest> request, AsyncApiCallback<ApiResponse<BatchEventResponse>> callback) Publish Agent Routing Status Batch Events -
Uses of BatchEventResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BatchEventResponseModifier and TypeMethodDescriptionBatchEventResponse.errors(List<EventError> errors) A list of validation or server errors that occurred for posted events.