/// <summary>Constructs a new Analyze request.</summary>
 public AnalyzeRequest(Google.Apis.Services.IClientService service, Google.Apis.CommentAnalyzer.v1alpha1.Data.AnalyzeCommentRequest body)
     : base(service)
 {
     Body = body;
     InitParameters();
 }
 /// <summary>Analyzes the provided text and returns scores for requested attributes.</summary>
 /// <param name="body">The body of the request.</param>
 public virtual AnalyzeRequest Analyze(Google.Apis.CommentAnalyzer.v1alpha1.Data.AnalyzeCommentRequest body)
 {
     return(new AnalyzeRequest(service, body));
 }