Uses of Class
com.mypurecloud.sdk.v2.model.ObservationValue
Packages that use ObservationValue
-
Uses of ObservationValue in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ObservationValueModifier and TypeMethodDescriptionObservationValue.addressFrom(String addressFrom) The address that initiated an actionThe address receiving an actionAutomatic Number Identification (caller's number)ObservationValue.conversationId(String conversationId) Unique identifier for the conversationObservationValue.convertedFrom(String convertedFrom) Session media type that was converted from in case of a media type conversionObservationValue.convertedTo(String convertedTo) Session media type that was converted to in case of a media type conversionObservationValue.direction(ObservationValue.DirectionEnum direction) The direction of the communicationDialed number identification service (number dialed by the calling party)ObservationValue.observationDate(Date observationDate) The time at which the observation occurred.ObservationValue.participantName(String participantName) A human readable name identifying the participantObservationValue.requestedLanguageId(String requestedLanguageId) Unique identifier for the language requested for an interactionObservationValue.requestedRoutings(List<ObservationValue.RequestedRoutingsEnum> requestedRoutings) All routing types for requested/attempted routing methodsObservationValue.requestedRoutingSkillIds(List<String> requestedRoutingSkillIds) Unique identifier for a skill requested for an interactionObservationValue.routingPriority(Long routingPriority) Routing priority for the current interactionObservationValue.scoredAgents(List<AnalyticsScoredAgent> scoredAgents) The unique identifier of this sessionThe team id the user is a member ofObservationValue.usedRouting(ObservationValue.UsedRoutingEnum usedRouting) Complete routing methodUnique identifier for the userMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type ObservationValueMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ObservationValueModifier and TypeMethodDescriptionObservationMetricData.observations(List<ObservationValue> observations) List of observations sorted by timestamp in ascending order.voidObservationMetricData.setObservations(List<ObservationValue> observations)