POST https://discoveryengine.googleapis.com/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}/targetSites:batchCreate
Required. The parent resource shared by all TargetSites being created. projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}/siteSearchEngine. The parent field in the CreateBookRequest messages must either be empty or match this field.
Request body
The request body contains data with the following structure:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-09 UTC."],[[["This API endpoint facilitates the batch creation of `TargetSite` resources within a specified data store's site search engine."],["The HTTP request is a `POST` operation to the provided URL, utilizing gRPC Transcoding syntax, and requiring a `parent` path parameter to define the scope of the operation."],["The request body must be structured as a JSON object containing an array of `CreateTargetSiteRequest` objects, allowing up to 20 `TargetSites` to be created in a single batch operation."],["Successful operations return an instance of `Operation` in the response body."],["To use this API, users must have the `discoveryengine.targetSites.batchCreate` IAM permission on the parent resource and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]