Uses of Class
com.mypurecloud.sdk.v2.model.ConversationSummary
Packages that use ConversationSummary
-
Uses of ConversationSummary in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationSummaryModifier and TypeMethodDescriptionConversationSummary.confidence(Float confidence) The AI confidence value.ConversationSummary.dateCreated(Date dateCreated) The created date of the summary.ConversationSummary.editedSummary(ConversationEditedInput editedSummary) The edited summary of the conversation.ConversationSummary.followup(ConversationSummaryFollowup followup) The followup of the conversation summary.ConversationSummariesGetResponse.getSummary()The id of the summary.The language of the conversation.ConversationSummary.mediaType(ConversationSummary.MediaTypeEnum mediaType) The media type of the conversation.ConversationSummary.participants(List<AddressableEntityRef> participants) The list of participants.ConversationSummary.predictedWrapupCodes(List<ConversationSummaryWrapupCode> predictedWrapupCodes) The wrapup codes of the conversation summary.ConversationSummary.reason(ConversationSummaryReason reason) The reason of the conversation summary.ConversationSummary.resolution(ConversationSummaryResolution resolution) The resolution of the conversation summary.ConversationSummary.status(ConversationSummary.StatusEnum status) The status of the conversation summary.The text of the summary.Methods in com.mypurecloud.sdk.v2.model with parameters of type ConversationSummaryModifier and TypeMethodDescriptionvoidConversationSummariesGetResponse.setSummary(ConversationSummary summary) ConversationSummariesGetResponse.summary(ConversationSummary summary) The summary of the conversation.