Class GoogleCloudDialogflowV2beta1SentimentAnalysisResult
Inheritance
GoogleCloudDialogflowV2beta1SentimentAnalysisResult
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1SentimentAnalysisResult : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
QueryTextSentiment
Declaration
[JsonProperty("queryTextSentiment")]
public virtual GoogleCloudDialogflowV2beta1Sentiment QueryTextSentiment { get; set; }
Property Value
Implements