| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsBinBySpecification |
AnalyticsBinBySpecification.clone() |
AnalyticsBinBySpecification |
AnalyticsBinBySpecification.withInterval(AnalyticsInterval interval)
Specifies the interval of time by which to bin the analytics data.
|
AnalyticsBinBySpecification |
AnalyticsBinBySpecification.withInterval(String interval)
Specifies the interval of time by which to bin the analytics data.
|
AnalyticsBinBySpecification |
AnalyticsBinBySpecification.withName(AnalyticsBinByName name)
Specifies the time metric by which to bin the analytics data.
|
AnalyticsBinBySpecification |
AnalyticsBinBySpecification.withName(String name)
Specifies the time metric by which to bin the analytics data.
|
AnalyticsBinBySpecification |
AnalyticsBinBySpecification.withOrder(AnalyticsSortOrder order)
Specifies whether to bin the analytics data in ascending or descending order.
|
AnalyticsBinBySpecification |
AnalyticsBinBySpecification.withOrder(String order)
Specifies whether to bin the analytics data in ascending or descending order.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnalyticsBinBySpecification> |
ListUtteranceMetricsRequest.getBinBy()
A list of objects, each of which contains specifications for organizing the results by time.
|
List<AnalyticsBinBySpecification> |
ListSessionMetricsRequest.getBinBy()
A list of objects, each of which contains specifications for organizing the results by time.
|
List<AnalyticsBinBySpecification> |
ListIntentStageMetricsRequest.getBinBy()
A list of objects, each of which contains specifications for organizing the results by time.
|
List<AnalyticsBinBySpecification> |
ListIntentMetricsRequest.getBinBy()
A list of objects, each of which contains specifications for organizing the results by time.
|
| Modifier and Type | Method and Description |
|---|---|
ListUtteranceMetricsRequest |
ListUtteranceMetricsRequest.withBinBy(AnalyticsBinBySpecification... binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
ListSessionMetricsRequest |
ListSessionMetricsRequest.withBinBy(AnalyticsBinBySpecification... binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
ListIntentStageMetricsRequest |
ListIntentStageMetricsRequest.withBinBy(AnalyticsBinBySpecification... binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
ListIntentMetricsRequest |
ListIntentMetricsRequest.withBinBy(AnalyticsBinBySpecification... binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListUtteranceMetricsRequest.setBinBy(Collection<AnalyticsBinBySpecification> binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
void |
ListSessionMetricsRequest.setBinBy(Collection<AnalyticsBinBySpecification> binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
void |
ListIntentStageMetricsRequest.setBinBy(Collection<AnalyticsBinBySpecification> binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
void |
ListIntentMetricsRequest.setBinBy(Collection<AnalyticsBinBySpecification> binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
ListUtteranceMetricsRequest |
ListUtteranceMetricsRequest.withBinBy(Collection<AnalyticsBinBySpecification> binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
ListSessionMetricsRequest |
ListSessionMetricsRequest.withBinBy(Collection<AnalyticsBinBySpecification> binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
ListIntentStageMetricsRequest |
ListIntentStageMetricsRequest.withBinBy(Collection<AnalyticsBinBySpecification> binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
ListIntentMetricsRequest |
ListIntentMetricsRequest.withBinBy(Collection<AnalyticsBinBySpecification> binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
Copyright © 2024. All rights reserved.