View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaListSessionsRequest (google_api_discovery_engine v0.27.0)
Request for ListSessions method.
Attributes
-
filter(type:String.t, default:nil) - A filter to apply on the list results. The supported features are: user_pseudo_id, state. Example: "user_pseudo_id = some_id" -
orderBy(type:String.t, default:nil) - A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields:update_timecreate_timesession_nameis_pinnedExample: "update_time desc" "create_time" * "is_pinned desc,update_time desc": list sessions by is_pinned first, then by update_time. -
pageSize(type:integer(), default:nil) - Maximum number of results to return. If unspecified, defaults to 50. Max allowed value is 1000. -
pageToken(type:String.t, default:nil) - A page token, received from a previousListSessionscall. Provide this to retrieve the subsequent page. -
parent(type:String.t, default:nil) - Required. The data store resource name. Format:projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store_id}
Summary
Functions
Unwrap a decoded JSON object into its complex fields.