ProjectsLocationsCatalogsPlacements
class ProjectsLocationsCatalogsPlacements extends Resource (View source)
The "placements" collection of methods.
Typical usage is:
$retailService = new Google\Service\CloudRetail(...);
$placements = $retailService->projects_locations_catalogs_placements;
Methods
predict(string $placement, GoogleCloudRetailV2PredictRequest $postBody, array $optParams = [])
Makes a recommendation prediction. (placements.predict)
search(string $placement, GoogleCloudRetailV2SearchRequest $postBody, array $optParams = [])
Performs a search. This feature is only available for users who have Retail Search enabled. Enable Retail Search on Cloud Console before using this feature. (placements.search)
Details
GoogleCloudRetailV2PredictResponse
predict(string $placement, GoogleCloudRetailV2PredictRequest $postBody, array $optParams = [])
Makes a recommendation prediction. (placements.predict)
GoogleCloudRetailV2SearchResponse
search(string $placement, GoogleCloudRetailV2SearchRequest $postBody, array $optParams = [])
Performs a search. This feature is only available for users who have Retail Search enabled. Enable Retail Search on Cloud Console before using this feature. (placements.search)