Required. The parent resource name. If the write user event action is applied in DataStore level, the format is: projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}. If the write user event action is applied in Location level, for example, the event with Document across multiple DataStore, the format is: projects/{project}/locations/{location}.
Query parameters
Parameters
writeAsync
boolean
If set to true, the user event is written asynchronously after validation, and the API responds without waiting for the write.
Request body
The request body contains an instance of UserEvent.
Response body
If successful, the response body contains an instance of UserEvent.
[[["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 facilitates the writing of a single user event using a POST request to the specified URL."],["The `parent` path parameter is required and specifies the resource location, which can be at the DataStore level or at the Location level."],["The request body must include an instance of `UserEvent`, and if the operation is successful, the response body will also contain a `UserEvent` instance."],["The `writeAsync` query parameter, if set to true, allows for asynchronous writing of the user event, with the API responding before the write operation completes."],["This API requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `discoveryengine.userEvents.create` IAM permission on the parent resource."]]],[]]