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