Uses of Class
com.mypurecloud.sdk.v2.model.MessageEvaluation
Packages that use MessageEvaluation
-
Uses of MessageEvaluation in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MessageEvaluationModifier and TypeMethodDescriptionMessageEvaluation.contactAddress(String contactAddress) The address (phone or email) that was wrapped upMessageEvaluation.contactColumn(String contactColumn) The name of the contact column that was wrapped upMessageEvaluation.messageType(MessageEvaluation.MessageTypeEnum messageType) The type of message sentThe time that the wrap-up was applied.MessageEvaluation.wrapupCodeId(String wrapupCodeId) The id of the wrap-up codeMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type MessageEvaluationModifier and TypeMethodDescriptionDialerContact.getLatestEmailEvaluations()WritableDialerContact.getLatestEmailEvaluations()DialerContact.getLatestSmsEvaluations()WritableDialerContact.getLatestSmsEvaluations()DialerContact.getLatestWhatsAppEvaluations()WritableDialerContact.getLatestWhatsAppEvaluations()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type MessageEvaluationModifier and TypeMethodDescriptionDialerContact.latestWhatsAppEvaluations(Map<String, MessageEvaluation> latestWhatsAppEvaluations) A map of whatsapp records for the contact whatsapp columns.WritableDialerContact.latestWhatsAppEvaluations(Map<String, MessageEvaluation> latestWhatsAppEvaluations) A map of whatsapp records for the contact whatsapp columns.voidDialerContact.setLatestWhatsAppEvaluations(Map<String, MessageEvaluation> latestWhatsAppEvaluations) voidWritableDialerContact.setLatestWhatsAppEvaluations(Map<String, MessageEvaluation> latestWhatsAppEvaluations)