Class GoogleCloudDialogflowV2beta1SentimentAnalysisRequestConfig
Inheritance
GoogleCloudDialogflowV2beta1SentimentAnalysisRequestConfig
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1SentimentAnalysisRequestConfig : IDirectResponseSchema
Properties
AnalyzeQueryTextSentiment
Declaration
[JsonProperty("analyzeQueryTextSentiment")]
public virtual bool? AnalyzeQueryTextSentiment { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Implements