Sets the URI Pattern to Document data mapping for an Advanced Site Search DataStore.
HTTP request
POST https://discoveryengine.googleapis.com/v1alpha/{siteSearchEngine=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}:setUriPatternDocumentData
Document data keyed by URI pattern. Each entry must be consistent with the Schema. For example: Schema = { "type": "object", "properties": { "Categories": { "type": "array", "items": { "retrievable": true, "type": "string" } } }
[[["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-02-28 UTC."],[[["This endpoint uses a POST request to set the URI pattern to document data mapping for a Site Search DataStore."],["The `siteSearchEngine` parameter is required, specifying the full resource name of the Site Search Engine."],["The request body includes `documentDataMap` (mapping URI patterns to document data), `emptyDocumentDataMap` (to clear the data map), and `schema` (to validate and update the data schema)."],["Successful calls return an `Operation` instance, and the operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."],["The endpoint uses gRPC Transcoding syntax for the URL."]]],[]]