WidgetSearchSessionsRequest

Request message for WidgetService.WidgetSearchSessions method.

JSON representation
{
  "location": string,
  "configId": string,
  "query": string,
  "additionalParams": {
    object (AdditionalParams)
  },
  "starredOnly": boolean
}
Fields
location

string

Required. The location resource where widget search sessions will be performed. Format: locations/{location}

configId

string

Required. The UUID of the WidgetConfig. This field is used to identify the widget configuration.

query

string

Required. Query text to search for.

additionalParams

object (AdditionalParams)

Required. Additional params for security and privacy enhancement.

starredOnly

boolean

Optional. Whether to search only for starred sessions.