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: |
configId
|
Required. The UUID of the WidgetConfig. This field is used to identify the widget configuration, set of models used to write user event. |
writeUserEventRequest
|
Required. The user event write request. |
additionalParams
|
Required. 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 |
writeAsync
|
If set to true, the user event is written asynchronously after validation, and the API responds without waiting for the write. |
userEvent
|
Required. User event to write. |