Package com.mypurecloud.sdk.v2.model
Class ConversationSummary
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationSummary
- All Implemented Interfaces:
Serializable
ConversationSummary
- 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 TypeMethodDescriptionconfidence(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.mediaType(ConversationSummary.MediaTypeEnum mediaType) 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.voidsetConfidence(Float confidence) voidsetDateCreated(Date dateCreated) voidsetEditedSummary(ConversationEditedInput editedSummary) voidsetFollowup(ConversationSummaryFollowup followup) voidvoidsetLanguage(String language) voidsetMediaType(ConversationSummary.MediaTypeEnum mediaType) voidsetParticipants(List<AddressableEntityRef> participants) voidsetPredictedWrapupCodes(List<ConversationSummaryWrapupCode> predictedWrapupCodes) voidsetReason(ConversationSummaryReason reason) voidsetResolution(ConversationSummaryResolution resolution) voidvoidstatus(ConversationSummary.StatusEnum status) The status of the conversation summary.The text of the summary.toString()
-
Constructor Details
-
ConversationSummary
public ConversationSummary() -
ConversationSummary
-
-
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 ConversationSummary 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
-
participants
The list of participants. -
getParticipants
-
setParticipants
-
equals
-
hashCode
public int hashCode() -
toString
-