Package com.mypurecloud.sdk.v2.model
Class SpeechTextAnalyticsConversationSummary
java.lang.Object
com.mypurecloud.sdk.v2.model.SpeechTextAnalyticsConversationSummary
- All Implemented Interfaces:
Serializable
SpeechTextAnalyticsConversationSummary
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe media type of the associated interactionstatic enumThe type of summary -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateCreated(Date dateCreated) Timestamp of when the summary was created.booleanIndicates whether or not the summary was generated by AIinthashCode()Language of the summaryThe media type of the associated interactionvoidsetDateCreated(Date dateCreated) voidsetGenerated(Boolean generated) voidsetLanguage(String language) voidvoidsetSourceId(String sourceId) voidsetSummary(String summary) voidThe id of the source (program, agent assistant, or flow) from which summarization is triggeredA summarization of the conversation transcriptionThe type of summarytoString()
-
Constructor Details
-
SpeechTextAnalyticsConversationSummary
public SpeechTextAnalyticsConversationSummary() -
SpeechTextAnalyticsConversationSummary
-
-
Method Details
-
summaryType
public SpeechTextAnalyticsConversationSummary summaryType(SpeechTextAnalyticsConversationSummary.SummaryTypeEnum summaryType) The type of summary -
getSummaryType
-
setSummaryType
-
mediaType
public SpeechTextAnalyticsConversationSummary mediaType(SpeechTextAnalyticsConversationSummary.MediaTypeEnum mediaType) The media type of the associated interaction -
getMediaType
-
setMediaType
-
language
Language of the summary -
getLanguage
-
setLanguage
-
sourceId
The id of the source (program, agent assistant, or flow) from which summarization is triggered -
getSourceId
-
setSourceId
-
summary
A summarization of the conversation transcription -
getSummary
-
setSummary
-
generated
Indicates whether or not the summary was generated by AI -
getGenerated
-
setGenerated
-
dateCreated
Timestamp of when the summary was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
equals
-
hashCode
public int hashCode() -
toString
-