Show / Hide Table of Contents

Class V1alphaResource.AnswerQueryRequest

Answers a query using grounded generation.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<AnswerQueryResponse>
DeveloperKnowledgeBaseServiceRequest<AnswerQueryResponse>
V1alphaResource.AnswerQueryRequest
Implements
IClientServiceRequest<AnswerQueryResponse>
IClientServiceRequest
Inherited Members
DeveloperKnowledgeBaseServiceRequest<AnswerQueryResponse>.Xgafv
DeveloperKnowledgeBaseServiceRequest<AnswerQueryResponse>.AccessToken
DeveloperKnowledgeBaseServiceRequest<AnswerQueryResponse>.Alt
DeveloperKnowledgeBaseServiceRequest<AnswerQueryResponse>.Callback
DeveloperKnowledgeBaseServiceRequest<AnswerQueryResponse>.Fields
DeveloperKnowledgeBaseServiceRequest<AnswerQueryResponse>.Key
DeveloperKnowledgeBaseServiceRequest<AnswerQueryResponse>.OauthToken
DeveloperKnowledgeBaseServiceRequest<AnswerQueryResponse>.PrettyPrint
DeveloperKnowledgeBaseServiceRequest<AnswerQueryResponse>.QuotaUser
DeveloperKnowledgeBaseServiceRequest<AnswerQueryResponse>.UploadType
DeveloperKnowledgeBaseServiceRequest<AnswerQueryResponse>.UploadProtocol
ClientServiceRequest<AnswerQueryResponse>.Execute()
ClientServiceRequest<AnswerQueryResponse>.ExecuteAsStream()
ClientServiceRequest<AnswerQueryResponse>.ExecuteAsync()
ClientServiceRequest<AnswerQueryResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<AnswerQueryResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<AnswerQueryResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<AnswerQueryResponse>.CreateRequest(bool?)
ClientServiceRequest<AnswerQueryResponse>.GenerateRequestUri()
ClientServiceRequest<AnswerQueryResponse>.GetDefaultETagAction(string)
ClientServiceRequest<AnswerQueryResponse>.ETagAction
ClientServiceRequest<AnswerQueryResponse>.ModifyRequest
ClientServiceRequest<AnswerQueryResponse>.ValidateParameters
ClientServiceRequest<AnswerQueryResponse>.ApiVersion
ClientServiceRequest<AnswerQueryResponse>.RequestParameters
ClientServiceRequest<AnswerQueryResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
ClientServiceRequest<AnswerQueryResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<AnswerQueryResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<AnswerQueryResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<AnswerQueryResponse>.GetBody()

InitParameters()

Initializes AnswerQuery parameter list.

Declaration
protected override void InitParameters()
Overrides
DeveloperKnowledgeBaseServiceRequest<AnswerQueryResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX