Uses of Class
com.mypurecloud.sdk.v2.model.TranscriptAsyncAggregationQuery
Packages that use TranscriptAsyncAggregationQuery
Package
Description
-
Uses of TranscriptAsyncAggregationQuery in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type TranscriptAsyncAggregationQueryModifier and TypeMethodDescriptionAnalyticsApi.postAnalyticsTranscriptsAggregatesJobs(TranscriptAsyncAggregationQuery body) Query for transcript aggregates asynchronouslyAnalyticsApi.postAnalyticsTranscriptsAggregatesJobsWithHttpInfo(TranscriptAsyncAggregationQuery body) Query for transcript aggregates asynchronouslyMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type TranscriptAsyncAggregationQueryModifier and TypeMethodDescriptionAnalyticsApi.postAnalyticsTranscriptsAggregatesJobs(ApiRequest<TranscriptAsyncAggregationQuery> request) Query for transcript aggregates asynchronouslyAnalyticsApiAsync.postAnalyticsTranscriptsAggregatesJobsAsync(ApiRequest<TranscriptAsyncAggregationQuery> request, AsyncApiCallback<ApiResponse<AsyncQueryResponse>> callback) Query for transcript aggregates asynchronously -
Uses of TranscriptAsyncAggregationQuery in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return TranscriptAsyncAggregationQueryMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type TranscriptAsyncAggregationQueryMethods in com.mypurecloud.sdk.v2.api.request with parameters of type TranscriptAsyncAggregationQueryModifier and TypeMethodDescriptionPostAnalyticsTranscriptsAggregatesJobsRequest.builder(TranscriptAsyncAggregationQuery body) voidPostAnalyticsTranscriptsAggregatesJobsRequest.setBody(TranscriptAsyncAggregationQuery body) PostAnalyticsTranscriptsAggregatesJobsRequest.Builder.withBody(TranscriptAsyncAggregationQuery body) PostAnalyticsTranscriptsAggregatesJobsRequest.withBody(TranscriptAsyncAggregationQuery body) PostAnalyticsTranscriptsAggregatesJobsRequest.Builder.withRequiredParams(TranscriptAsyncAggregationQuery body) -
Uses of TranscriptAsyncAggregationQuery in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TranscriptAsyncAggregationQueryModifier and TypeMethodDescriptionTranscriptAsyncAggregationQuery.alternateTimeDimension(TranscriptAsyncAggregationQuery.AlternateTimeDimensionEnum alternateTimeDimension) Dimension to use as the alternative timestamp for data in the aggregate.TranscriptAsyncAggregationQuery.filter(TranscriptAggregateQueryFilter filter) Behaves like a SQL WHERE clause.TranscriptAsyncAggregationQuery.flattenMultivaluedDimensions(Boolean flattenMultivaluedDimensions) Flattens any multivalued dimensions used in response groups (e.g.TranscriptAsyncAggregationQuery.granularity(String granularity) Granularity aggregates metrics into subpartitions within the time interval specified.TranscriptAsyncAggregationQuery.groupBy(List<TranscriptAsyncAggregationQuery.GroupByEnum> groupBy) Behaves like a SQL GROUPBY.Behaves like one clause in a SQL WHERE.How many results you want in an ordered list.TranscriptAsyncAggregationQuery.metrics(List<TranscriptAsyncAggregationQuery.MetricsEnum> metrics) Behaves like a SQL SELECT clause.The number of results per pageTranscriptAsyncAggregationQuery.queryType(TranscriptAsyncAggregationQuery.QueryTypeEnum queryType) Query type to use.TranscriptAsyncAggregationQuery.sortMetric(TranscriptAggregationSort sortMetric) Required when requesting multiple metrics.Time zone context used to calculate response intervals (this allows resolving DST changes).TranscriptAsyncAggregationQuery.views(List<TranscriptAggregationView> views) Custom derived metric views