Class CommentsResource.SuggestscoreRequest
Suggest comment scores as training data.
Inheritance
System.Object
CommentsResource.SuggestscoreRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CommentAnalyzer.v1alpha1
Assembly: Google.Apis.CommentAnalyzer.v1alpha1.dll
Syntax
public class SuggestscoreRequest : CommentAnalyzerBaseServiceRequest<SuggestCommentScoreResponse>, IClientServiceRequest<SuggestCommentScoreResponse>, IClientServiceRequest
Constructors
SuggestscoreRequest(IClientService, SuggestCommentScoreRequest)
Constructs a new Suggestscore request.
Declaration
public SuggestscoreRequest(IClientService service, SuggestCommentScoreRequest body)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| SuggestCommentScoreRequest | body |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CommentAnalyzer.v1alpha1.Data.SuggestCommentScoreResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CommentAnalyzer.v1alpha1.Data.SuggestCommentScoreResponse>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CommentAnalyzer.v1alpha1.Data.SuggestCommentScoreResponse>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| System.Object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CommentAnalyzer.v1alpha1.Data.SuggestCommentScoreResponse>.GetBody()
InitParameters()
Initializes Suggestscore parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.CommentAnalyzer.v1alpha1.CommentAnalyzerBaseServiceRequest<Google.Apis.CommentAnalyzer.v1alpha1.Data.SuggestCommentScoreResponse>.InitParameters()