Uses of Class
com.mypurecloud.sdk.v2.model.ConversationSummaryWrapupCode
Packages that use ConversationSummaryWrapupCode
-
Uses of ConversationSummaryWrapupCode in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationSummaryWrapupCodeModifier and TypeMethodDescriptionConversationSummaryWrapupCode.confidence(Float confidence) The AI confidence value.ConversationSummaryWrapupCode.description(String description) The description of the wrapup code.The id of the wrapup code.The name of the wrapup code.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ConversationSummaryWrapupCodeModifier and TypeMethodDescriptionConversationSessionSummary.getPredictedWrapupCodes()ConversationSummary.getPredictedWrapupCodes()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ConversationSummaryWrapupCodeModifier and TypeMethodDescriptionConversationSessionSummary.predictedWrapupCodes(List<ConversationSummaryWrapupCode> predictedWrapupCodes) The wrapup codes of the conversation summary.ConversationSummary.predictedWrapupCodes(List<ConversationSummaryWrapupCode> predictedWrapupCodes) The wrapup codes of the conversation summary.voidConversationSessionSummary.setPredictedWrapupCodes(List<ConversationSummaryWrapupCode> predictedWrapupCodes) voidConversationSummary.setPredictedWrapupCodes(List<ConversationSummaryWrapupCode> predictedWrapupCodes)