Uses of Class
com.mypurecloud.sdk.v2.model.ConversationReason
Packages that use ConversationReason
-
Uses of ConversationReason in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationReasonModifier and TypeMethodDescriptionConversationReason.code(ConversationReason.CodeEnum code) The reason code for the failed message receipt.Description of the reason for the failed message receipt.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ConversationReasonModifier and TypeMethodDescriptionConversationNormalizedMessage.getReasons()OpenInboundNormalizedReceipt.getReasons()OpenNormalizedMessage.getReasons()OpenReceiptNormalizedMessage.getReasons()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ConversationReasonModifier and TypeMethodDescriptionOpenInboundNormalizedReceipt.reasons(List<ConversationReason> reasons) List of reasons for a message receipt that indicates the message has failed.OpenNormalizedMessage.reasons(List<ConversationReason> reasons) List of reasons for a message receipt that indicates the message has failed.OpenReceiptNormalizedMessage.reasons(List<ConversationReason> reasons) List of reasons for a message receipt that indicates the message has failed.voidOpenInboundNormalizedReceipt.setReasons(List<ConversationReason> reasons) voidOpenNormalizedMessage.setReasons(List<ConversationReason> reasons) voidOpenReceiptNormalizedMessage.setReasons(List<ConversationReason> reasons)