Class V1alphaResource.AnswerQueryRequest
Answers a query using grounded generation.
Inheritance
V1alphaResource.AnswerQueryRequest
Inherited Members
Namespace: Google.Apis.DeveloperKnowledge.v1alpha
Assembly: Google.Apis.DeveloperKnowledge.v1alpha.dll
Syntax
public class V1alphaResource.AnswerQueryRequest : DeveloperKnowledgeBaseServiceRequest<AnswerQueryResponse>, IClientServiceRequest<AnswerQueryResponse>, IClientServiceRequest
Constructors
AnswerQueryRequest(IClientService, AnswerQueryRequest)
Constructs a new AnswerQuery request.
Declaration
public AnswerQueryRequest(IClientService service, AnswerQueryRequest body)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| AnswerQueryRequest | body |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes AnswerQuery parameter list.
Declaration
protected override void InitParameters()