Skip to main content

Constructors

NSSentiment()

Initializes a new instance of the NSSentiment class.

Methods

GetConfidence()

Returns: CRMScript.Global.Integer - Sentiment analysis confidence, where available. 0 = no idea, 100 = perfectly confident, -1 = no confidence score available. Example:

GetScore()

Returns: CRMScript.Global.Integer - Sentiment score, -100 = very unhappy, 100 = very happy, 0 = no idea (not recognized). Example:

SetConfidence(Integer)

Returns: CRMScript.Global.Void Example:

SetScore(Integer)

Returns: CRMScript.Global.Void Example: