Package com.mypurecloud.sdk.v2.model
Class ConversationSessionSummary
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationSessionSummary
- All Implemented Interfaces:
Serializable
ConversationSessionSummary
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe media type of the conversation.static enumThe status of the conversation summary. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncommunication(Entity communication) The communication object of the summary.confidence(Float confidence) The AI confidence value.dateCreated(Date dateCreated) The created date of the summary.editedSummary(ConversationEditedInput editedSummary) The edited summary of the conversation.booleanfollowup(ConversationSummaryFollowup followup) The followup of the conversation summary.getId()getText()inthashCode()The id of the summary.The language of the conversation.The media type of the conversation.participants(List<AddressableEntityRef> participants) The list of participants.predictedWrapupCodes(List<ConversationSummaryWrapupCode> predictedWrapupCodes) The wrapup codes of the conversation summary.reason(ConversationSummaryReason reason) The reason of the conversation summary.resolution(ConversationSummaryResolution resolution) The resolution of the conversation summary.voidsetCommunication(Entity communication) voidsetConfidence(Float confidence) voidsetDateCreated(Date dateCreated) voidsetEditedSummary(ConversationEditedInput editedSummary) voidsetFollowup(ConversationSummaryFollowup followup) voidvoidsetLanguage(String language) voidvoidsetParticipants(List<AddressableEntityRef> participants) voidsetPredictedWrapupCodes(List<ConversationSummaryWrapupCode> predictedWrapupCodes) voidsetReason(ConversationSummaryReason reason) voidsetResolution(ConversationSummaryResolution resolution) voidvoidThe status of the conversation summary.The text of the summary.toString()
-
Constructor Details
-
ConversationSessionSummary
public ConversationSessionSummary() -
ConversationSessionSummary
-
-
Method Details
-
id
The id of the summary. -
getId
-
setId
-
text
The text of the summary. -
getText
-
setText
-
confidence
The AI confidence value. -
getConfidence
-
setConfidence
-
status
The status of the conversation summary. -
getStatus
-
setStatus
-
mediaType
The media type of the conversation. -
getMediaType
-
setMediaType
-
language
The language of the conversation. -
getLanguage
-
setLanguage
-
predictedWrapupCodes
public ConversationSessionSummary predictedWrapupCodes(List<ConversationSummaryWrapupCode> predictedWrapupCodes) The wrapup codes of the conversation summary. -
getPredictedWrapupCodes
-
setPredictedWrapupCodes
-
editedSummary
The edited summary of the conversation. -
getEditedSummary
-
setEditedSummary
-
reason
The reason of the conversation summary. -
getReason
-
setReason
-
followup
The followup of the conversation summary. -
getFollowup
-
setFollowup
-
resolution
The resolution of the conversation summary. -
getResolution
-
setResolution
-
dateCreated
The created date of the summary. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
communication
The communication object of the summary. -
getCommunication
-
setCommunication
-
participants
The list of participants. -
getParticipants
-
setParticipants
-
equals
-
hashCode
public int hashCode() -
toString
-