ProjectsLocationsCollectionsDataStoresServingConfigs
class ProjectsLocationsCollectionsDataStoresServingConfigs extends Resource (View source)
The "servingConfigs" collection of methods.
Typical usage is:
$discoveryengineService = new Google\Service\DiscoveryEngine(...);
$servingConfigs = $discoveryengineService->projects_locations_collections_dataStores_servingConfigs;
Methods
answer(string $servingConfig, GoogleCloudDiscoveryengineV1AnswerQueryRequest $postBody, array $optParams = [])
Answer query method. (servingConfigs.answer)
recommend(string $servingConfig, GoogleCloudDiscoveryengineV1RecommendRequest $postBody, array $optParams = [])
Makes a recommendation, which requires a contextual user event.
search(string $servingConfig, GoogleCloudDiscoveryengineV1SearchRequest $postBody, array $optParams = [])
Performs a search. (servingConfigs.search)
Details
GoogleCloudDiscoveryengineV1AnswerQueryResponse
answer(string $servingConfig, GoogleCloudDiscoveryengineV1AnswerQueryRequest $postBody, array $optParams = [])
Answer query method. (servingConfigs.answer)
GoogleCloudDiscoveryengineV1RecommendResponse
recommend(string $servingConfig, GoogleCloudDiscoveryengineV1RecommendRequest $postBody, array $optParams = [])
Makes a recommendation, which requires a contextual user event.
(servingConfigs.recommend)
GoogleCloudDiscoveryengineV1SearchResponse
search(string $servingConfig, GoogleCloudDiscoveryengineV1SearchRequest $postBody, array $optParams = [])
Performs a search. (servingConfigs.search)