Uses of Class
com.mypurecloud.sdk.v2.model.ConversationSessionSummary
Packages that use ConversationSessionSummary
-
Uses of ConversationSessionSummary in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationSessionSummaryModifier and TypeMethodDescriptionConversationSessionSummary.communication(Entity communication) The communication object of the summary.ConversationSessionSummary.confidence(Float confidence) The AI confidence value.ConversationSessionSummary.dateCreated(Date dateCreated) The created date of the summary.ConversationSessionSummary.editedSummary(ConversationEditedInput editedSummary) The edited summary of the conversation.ConversationSessionSummary.followup(ConversationSummaryFollowup followup) The followup of the conversation summary.The id of the summary.The language of the conversation.ConversationSessionSummary.mediaType(ConversationSessionSummary.MediaTypeEnum mediaType) The media type of the conversation.ConversationSessionSummary.participants(List<AddressableEntityRef> participants) The list of participants.ConversationSessionSummary.predictedWrapupCodes(List<ConversationSummaryWrapupCode> predictedWrapupCodes) The wrapup codes of the conversation summary.ConversationSessionSummary.reason(ConversationSummaryReason reason) The reason of the conversation summary.ConversationSessionSummary.resolution(ConversationSummaryResolution resolution) The resolution of the conversation summary.ConversationSessionSummary.status(ConversationSessionSummary.StatusEnum status) The status of the conversation summary.The text of the summary.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ConversationSessionSummaryMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ConversationSessionSummaryModifier and TypeMethodDescriptionConversationSummariesGetResponse.sessionSummaries(List<ConversationSessionSummary> sessionSummaries) All the summaries of the session.voidConversationSummariesGetResponse.setSessionSummaries(List<ConversationSessionSummary> sessionSummaries)