Uses of Class
com.mypurecloud.sdk.v2.model.TranscriptAggregationQuery
Packages that use TranscriptAggregationQuery
Package
Description
-
Uses of TranscriptAggregationQuery in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type TranscriptAggregationQueryModifier and TypeMethodDescriptionAnalyticsApi.postAnalyticsTranscriptsAggregatesQuery(TranscriptAggregationQuery body) Query for transcript aggregatesAnalyticsApi.postAnalyticsTranscriptsAggregatesQueryWithHttpInfo(TranscriptAggregationQuery body) Query for transcript aggregatesMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type TranscriptAggregationQueryModifier and TypeMethodDescriptionAnalyticsApi.postAnalyticsTranscriptsAggregatesQuery(ApiRequest<TranscriptAggregationQuery> request) Query for transcript aggregatesAnalyticsApiAsync.postAnalyticsTranscriptsAggregatesQueryAsync(ApiRequest<TranscriptAggregationQuery> request, AsyncApiCallback<ApiResponse<TranscriptAggregateQueryResponse>> callback) Query for transcript aggregates -
Uses of TranscriptAggregationQuery in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return TranscriptAggregationQueryMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type TranscriptAggregationQueryMethods in com.mypurecloud.sdk.v2.api.request with parameters of type TranscriptAggregationQueryModifier and TypeMethodDescriptionPostAnalyticsTranscriptsAggregatesQueryRequest.builder(TranscriptAggregationQuery body) voidPostAnalyticsTranscriptsAggregatesQueryRequest.setBody(TranscriptAggregationQuery body) PostAnalyticsTranscriptsAggregatesQueryRequest.Builder.withBody(TranscriptAggregationQuery body) PostAnalyticsTranscriptsAggregatesQueryRequest.withBody(TranscriptAggregationQuery body) PostAnalyticsTranscriptsAggregatesQueryRequest.Builder.withRequiredParams(TranscriptAggregationQuery body) -
Uses of TranscriptAggregationQuery in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TranscriptAggregationQueryModifier and TypeMethodDescriptionTranscriptAggregationQuery.alternateTimeDimension(TranscriptAggregationQuery.AlternateTimeDimensionEnum alternateTimeDimension) Dimension to use as the alternative timestamp for data in the aggregate.TranscriptAggregationQuery.filter(TranscriptAggregateQueryFilter filter) Behaves like a SQL WHERE clause.TranscriptAggregationQuery.flattenMultivaluedDimensions(Boolean flattenMultivaluedDimensions) Flattens any multivalued dimensions used in response groups (e.g.TranscriptAggregationQuery.granularity(String granularity) Granularity aggregates metrics into subpartitions within the time interval specified.TranscriptAggregationQuery.groupBy(List<TranscriptAggregationQuery.GroupByEnum> groupBy) Behaves like a SQL GROUPBY.Behaves like one clause in a SQL WHERE.How many results you want in an ordered list.TranscriptAggregationQuery.metrics(List<TranscriptAggregationQuery.MetricsEnum> metrics) Behaves like a SQL SELECT clause.TranscriptAggregationQuery.queryType(TranscriptAggregationQuery.QueryTypeEnum queryType) Query type to use.TranscriptAggregationQuery.sortMetric(TranscriptAggregationSort sortMetric) Required when requesting multiple metrics.Time zone context used to calculate response intervals (this allows resolving DST changes).TranscriptAggregationQuery.views(List<TranscriptAggregationView> views) Custom derived metric views