Class GoogleCloudContactcenterinsightsV1SentimentData
The data for a sentiment annotation.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1SentimentData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Magnitude
A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.
Declaration
[JsonProperty("magnitude")]
public virtual float? Magnitude { get; set; }
Property Value
Type | Description |
---|---|
float? |
Score
The sentiment score between -1.0 (negative) and 1.0 (positive).
Declaration
[JsonProperty("score")]
public virtual float? Score { get; set; }
Property Value
Type | Description |
---|---|
float? |