/// <summary>Constructs a new AnalyzeSentiment request.</summary>
 public AnalyzeSentimentRequest(Google.Apis.Services.IClientService service, Google.Apis.CloudNaturalLanguage.v1beta1.Data.AnalyzeSentimentRequest body)
     : base(service)
 {
     Body = body;
     InitParameters();
 }
 /// <summary>Analyzes the sentiment of the provided text.</summary>
 /// <param name="body">The body of the request.</param>
 public virtual AnalyzeSentimentRequest AnalyzeSentiment(Google.Apis.CloudNaturalLanguage.v1beta1.Data.AnalyzeSentimentRequest body)
 {
     return(new AnalyzeSentimentRequest(service, body));
 }