Request message for WidgetService.WidgetWriteUserEvent
method.
JSON representation |
---|
{ "location": string, "configId": string, "writeUserEventRequest": { object ( |
Fields | |
---|---|
location |
Required. The location resource where widget write user event will be performed. Format: |
config |
Required. The UUID of the WidgetConfig. This field is used to identify the widget configuration, set of models used to write user event. |
write |
Required. The user event write request. |
additional |
Additional params for security and privacy enhancement. |
WriteUserEventRequest
Request message for WriteUserEvent method.
JSON representation |
---|
{
"parent": string,
"writeAsync": boolean,
"userEvent": {
object ( |
Fields | |
---|---|
parent |
Required. The parent resource name. If the write user event action is applied in |
write |
If set to true, the user event is written asynchronously after validation, and the API responds without waiting for the write. |
user |
Required. User event to write. |