Class ProjectsResource.LocationsResource.CatalogsResource.CompletionDataResource
The "completionData" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class ProjectsResource.LocationsResource.CatalogsResource.CompletionDataResource
Constructors
CompletionDataResource(IClientService)
Constructs a new resource.
Declaration
public CompletionDataResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Import(GoogleCloudRetailV2alphaImportCompletionDataRequest, string)
Bulk import of processed completion dataset. Request processing is asynchronous. Partial updating is not supported. The operation is successfully finished only after the imported suggestions are indexed successfully and ready for serving. The process takes hours. This feature is only available for users who have Retail Search enabled. Enable Retail Search on Cloud Console before using this feature.
Declaration
public virtual ProjectsResource.LocationsResource.CatalogsResource.CompletionDataResource.ImportRequest Import(GoogleCloudRetailV2alphaImportCompletionDataRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudRetailV2alphaImportCompletionDataRequest | body | The body of the request. |
string | parent | Required. The catalog which the suggestions dataset belongs to. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.CatalogsResource.CompletionDataResource.ImportRequest |