Package com.mypurecloud.sdk.v2.model
Class ConversationInsight
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationInsight
- All Implemented Interfaces:
Serializable
ConversationInsight
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) Reasoning for the given insightbooleangetTitle()getType()inthashCode()The outcome of a given resolution insightvoidsetDescription(String description) voidsetOutcome(String outcome) voidvoidThe reason for contact, resolution for the interaction, or follow-up action itemtoString()The type of insight
-
Constructor Details
-
ConversationInsight
public ConversationInsight() -
ConversationInsight
-
-
Method Details
-
type
The type of insight -
getType
-
setType
-
title
The reason for contact, resolution for the interaction, or follow-up action item -
getTitle
-
setTitle
-
description
Reasoning for the given insight -
getDescription
-
setDescription
-
outcome
The outcome of a given resolution insight -
getOutcome
-
setOutcome
-
equals
-
hashCode
public int hashCode() -
toString
-