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: |
config |
Required. The UUID of the WidgetConfig. This field is used to identify the widget configuration. |
list |
Required. The proxied request to ConversationalSearchService.ListSessions. |
additional |
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: |
page |
Maximum number of results to return. If unspecified, defaults to 50. Max allowed value is 1000. |
page |
A page token, received from a previous |
filter |
A filter to apply on the list results. The supported features are: userPseudoId, state. Example: "userPseudoId = some_id" |
order |
A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * Example: "updateTime desc" "createTime" |