Class GoogleCloudDialogflowV2beta1Sentiment
Inheritance
GoogleCloudDialogflowV2beta1Sentiment
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1Sentiment : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Magnitude
Declaration
[JsonProperty("magnitude")]
public virtual float? Magnitude { get; set; }
Property Value
Score
Declaration
[JsonProperty("score")]
public virtual float? Score { get; set; }
Property Value
Implements