/// <summary>Constructs a new Suggestscore request.</summary>
 public SuggestscoreRequest(Google.Apis.Services.IClientService service, Google.Apis.CommentAnalyzer.v1alpha1.Data.SuggestCommentScoreRequest body)
     : base(service)
 {
     Body = body;
     InitParameters();
 }
 /// <summary>Suggest comment scores as training data.</summary>
 /// <param name="body">The body of the request.</param>
 public virtual SuggestscoreRequest Suggestscore(Google.Apis.CommentAnalyzer.v1alpha1.Data.SuggestCommentScoreRequest body)
 {
     return(new SuggestscoreRequest(service, body));
 }