Request message for WidgetService.WidgetListSessions method.
| JSON representation | 
|---|
| { "location": string, "configId": string, "listSessionsRequest": { object ( | 
| Fields | |
|---|---|
| location | 
 Required. The location resource where widget list sessions will be performed. Format:  | 
| configId | 
 Required. The UUID of the WidgetConfig. This field is used to identify the widget configuration. | 
| listSessionsRequest | 
 Required. The proxied request to ConversationalSearchService.ListSessions. | 
| additionalParams | 
 Required. Additional params for security and privacy enhancement. | 
ListSessionsRequest
Request for ListSessions method.
| JSON representation | 
|---|
| { "parent": string, "pageSize": integer, "pageToken": string, "filter": string, "orderBy": string } | 
| Fields | |
|---|---|
| parent | 
 Required. The data store resource name. Format:  | 
| pageSize | 
 Maximum number of results to return. If unspecified, defaults to 50. Max allowed value is 1000. | 
| pageToken | 
 A page token, received from a previous  | 
| filter | 
 A comma-separated list of fields to filter by, in EBNF grammar. The supported fields are: 
 Examples: 
 | 
| orderBy | 
 A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: 
 Example: 
 |