Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ConversationsResource.SuggestionsResource.SearchKnowledgeRequest

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>
ProjectsResource.LocationsResource.ConversationsResource.SuggestionsResource.SearchKnowledgeRequest
Implements
IClientServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>
IClientServiceRequest
Inherited Members
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>.Xgafv
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>.AccessToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>.Alt
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>.Callback
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>.Fields
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>.Key
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>.OauthToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>.PrettyPrint
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>.QuotaUser
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>.UploadType
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>.Execute()
ClientServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>.ETagAction
ClientServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>.ApiVersion
ClientServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>.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.Dialogflow.v2beta1
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class ProjectsResource.LocationsResource.ConversationsResource.SuggestionsResource.SearchKnowledgeRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>, IClientServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>, IClientServiceRequest

Constructors

SearchKnowledgeRequest(IClientService, GoogleCloudDialogflowV2beta1SearchKnowledgeRequest, string)

Constructs a new SearchKnowledge request.

Declaration
public SearchKnowledgeRequest(IClientService service, GoogleCloudDialogflowV2beta1SearchKnowledgeRequest body, string conversation)
Parameters
Type Name Description
IClientService service
GoogleCloudDialogflowV2beta1SearchKnowledgeRequest body
string conversation

Properties

Conversation

Declaration
[RequestParameter("conversation", RequestParameterType.Path)]
public virtual string Conversation { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes SearchKnowledge parameter list.

Declaration
protected override void InitParameters()
Overrides
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>.InitParameters()

Implements

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