Class ProjectsResource.LocationsResource.CollectionsResource.EnginesResource.CompletionConfigResource.CompleteQueryRequest
Completes the user input with advanced keyword suggestions.
Inheritance
ProjectsResource.LocationsResource.CollectionsResource.EnginesResource.CompletionConfigResource.CompleteQueryRequest
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.CollectionsResource.EnginesResource.CompletionConfigResource.CompleteQueryRequest : DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryResponse>, IClientServiceRequest<GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryResponse>, IClientServiceRequest
Constructors
CompleteQueryRequest(IClientService, GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryRequest, string)
Constructs a new CompleteQuery request.
Declaration
public CompleteQueryRequest(IClientService service, GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryRequest body, string completionConfig)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryRequest | body | |
string | completionConfig |
Properties
CompletionConfig
Required. The completion_config of the parent dataStore or engine resource name for
which the completion is performed, such as
projects/*/locations/global/collections/default_collection/dataStores/*/completionConfig
projects/*/locations/global/collections/default_collection/engines/*/completionConfig
.
Declaration
[RequestParameter("completionConfig", RequestParameterType.Path)]
public virtual string CompletionConfig { get; }
Property Value
Type | Description |
---|---|
string |
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 CompleteQuery parameter list.
Declaration
protected override void InitParameters()