| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<AnalyticsBinBySpecification> |
ListIntentMetricsRequest.binBy()
A list of objects, each of which contains specifications for organizing the results by time.
|
List<AnalyticsBinBySpecification> |
ListUtteranceMetricsRequest.binBy()
A list of objects, each of which contains specifications for organizing the results by time.
|
List<AnalyticsBinBySpecification> |
ListSessionMetricsRequest.binBy()
A list of objects, each of which contains specifications for organizing the results by time.
|
List<AnalyticsBinBySpecification> |
ListIntentStageMetricsRequest.binBy()
A list of objects, each of which contains specifications for organizing the results by time.
|
| Modifier and Type | Method and Description |
|---|---|
ListIntentMetricsRequest.Builder |
ListIntentMetricsRequest.Builder.binBy(AnalyticsBinBySpecification... binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
ListUtteranceMetricsRequest.Builder |
ListUtteranceMetricsRequest.Builder.binBy(AnalyticsBinBySpecification... binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
ListSessionMetricsRequest.Builder |
ListSessionMetricsRequest.Builder.binBy(AnalyticsBinBySpecification... binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
ListIntentStageMetricsRequest.Builder |
ListIntentStageMetricsRequest.Builder.binBy(AnalyticsBinBySpecification... binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
| Modifier and Type | Method and Description |
|---|---|
ListIntentMetricsRequest.Builder |
ListIntentMetricsRequest.Builder.binBy(Collection<AnalyticsBinBySpecification> binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
ListUtteranceMetricsRequest.Builder |
ListUtteranceMetricsRequest.Builder.binBy(Collection<AnalyticsBinBySpecification> binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
ListSessionMetricsRequest.Builder |
ListSessionMetricsRequest.Builder.binBy(Collection<AnalyticsBinBySpecification> binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
ListIntentStageMetricsRequest.Builder |
ListIntentStageMetricsRequest.Builder.binBy(Collection<AnalyticsBinBySpecification> binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
Copyright © 2023. All rights reserved.