Uses of Class
com.mypurecloud.sdk.v2.model.AppEventRequest
Packages that use AppEventRequest
Package
Description
-
Uses of AppEventRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type AppEventRequestModifier and TypeMethodDescriptionJourneyApi.postJourneyDeploymentAppevents(String deploymentId, AppEventRequest body) Send a journey app event, used for tracking customer activity on an application.JourneyApi.postJourneyDeploymentAppeventsWithHttpInfo(String deploymentId, AppEventRequest body) Send a journey app event, used for tracking customer activity on an application.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type AppEventRequestModifier and TypeMethodDescriptionJourneyApi.postJourneyDeploymentAppevents(ApiRequest<AppEventRequest> request) Send a journey app event, used for tracking customer activity on an application.JourneyApiAsync.postJourneyDeploymentAppeventsAsync(ApiRequest<AppEventRequest> request, AsyncApiCallback<ApiResponse<AppEventResponse>> callback) Send a journey app event, used for tracking customer activity on an application. -
Uses of AppEventRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return AppEventRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type AppEventRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type AppEventRequestModifier and TypeMethodDescriptionvoidPostJourneyDeploymentAppeventsRequest.setBody(AppEventRequest body) PostJourneyDeploymentAppeventsRequest.Builder.withBody(AppEventRequest body) PostJourneyDeploymentAppeventsRequest.withBody(AppEventRequest body) -
Uses of AppEventRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AppEventRequestModifier and TypeMethodDescriptionAppEventRequest.app(JourneyApp app) Application that the customer is interacting with.AppEventRequest.attributes(Map<String, CustomEventAttribute> attributes) User-defined attributes associated with a particular event.AppEventRequest.createdDate(Date createdDate) UTC timestamp indicating when the event actually took place, events older than an hour will be rejected.AppEventRequest.customerCookieId(String customerCookieId) A UUID representing the customer associated with the app event.AppEventRequest.device(RequestDevice device) Customer's device.Represents the action the customer performed.AppEventRequest.externalId(String externalId) An external identifier for the customer.AppEventRequest.networkConnectivity(NetworkConnectivity networkConnectivity) Information relating to the device's network connectivity.AppEventRequest.referrerUrl(String referrerUrl) The referrer URL of the first event in the app session.AppEventRequest.screenName(String screenName) The name of the screen, view, or fragment in the app where the event took place.AppEventRequest.sdkLibrary(SdkLibrary sdkLibrary) SDK library used to generate the event.AppEventRequest.searchQuery(String searchQuery) Represents the keywords in a customer search query.AppEventRequest.traits(Map<String, CustomEventAttribute> traits) Traits are attributes intrinsic to the customer that may be sent in selected events, (e.g. email, givenName, cellPhone).