--- title: UserObservationQuery --- ## PureCloud::UserObservationQuery ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **filter** | [**UserObservationQueryFilter**](UserObservationQueryFilter.html) | Filter to return a subset of observations. Expresses boolean logical predicates as well as dimensional filters | | | **metrics** | **Array<String>** | Behaves like a SQL SELECT clause. Enables retrieving only named metrics. If omitted, all metrics that are available will be returned (like SELECT *). | [optional] | | **detail_metrics** | **Array<String>** | Metrics for which to include additional detailed observations | [optional] | {: class="table table-striped"}