Package com.mypurecloud.sdk.v2.model
Class SentimentFeedback
java.lang.Object
com.mypurecloud.sdk.v2.model.SentimentFeedback
- All Implemented Interfaces:
Serializable
SentimentFeedback
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe sentiment feedback value for the given phrase -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe dialect for the given phrase, dialect format is {language}-{country} where language follows ISO 639-1 standard and country follows ISO 3166-1 alpha 2 standardbooleanfeedbackValue(SentimentFeedback.FeedbackValueEnum feedbackValue) The sentiment feedback value for the given phrasegetId()inthashCode()The phrase for which sentiment feedback is providedvoidsetDialect(String dialect) voidsetFeedbackValue(SentimentFeedback.FeedbackValueEnum feedbackValue) voidtoString()
-
Constructor Details
-
SentimentFeedback
public SentimentFeedback() -
SentimentFeedback
-
-
Method Details
-
getId
-
phrase
The phrase for which sentiment feedback is provided -
getPhrase
-
setPhrase
-
dialect
The dialect for the given phrase, dialect format is {language}-{country} where language follows ISO 639-1 standard and country follows ISO 3166-1 alpha 2 standard -
getDialect
-
setDialect
-
feedbackValue
The sentiment feedback value for the given phrase -
getFeedbackValue
-
setFeedbackValue
-
getDateCreated
-
getCreatedBy
-
equals
-
hashCode
public int hashCode() -
toString
-