Class GoogleCloudDialogflowV2SentimentAnalysisRequestConfig
Inheritance
GoogleCloudDialogflowV2SentimentAnalysisRequestConfig
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2SentimentAnalysisRequestConfig : 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