| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<AnalyticsBinKey> |
AnalyticsIntentStageResult.binKeys()
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
List<AnalyticsBinKey> |
AnalyticsIntentResult.binKeys()
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
List<AnalyticsBinKey> |
AnalyticsSessionResult.binKeys()
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
List<AnalyticsBinKey> |
AnalyticsUtteranceResult.binKeys()
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
| Modifier and Type | Method and Description |
|---|---|
AnalyticsIntentStageResult.Builder |
AnalyticsIntentStageResult.Builder.binKeys(AnalyticsBinKey... binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsIntentResult.Builder |
AnalyticsIntentResult.Builder.binKeys(AnalyticsBinKey... binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsSessionResult.Builder |
AnalyticsSessionResult.Builder.binKeys(AnalyticsBinKey... binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsUtteranceResult.Builder |
AnalyticsUtteranceResult.Builder.binKeys(AnalyticsBinKey... binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
| Modifier and Type | Method and Description |
|---|---|
AnalyticsIntentStageResult.Builder |
AnalyticsIntentStageResult.Builder.binKeys(Collection<AnalyticsBinKey> binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsIntentResult.Builder |
AnalyticsIntentResult.Builder.binKeys(Collection<AnalyticsBinKey> binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsSessionResult.Builder |
AnalyticsSessionResult.Builder.binKeys(Collection<AnalyticsBinKey> binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsUtteranceResult.Builder |
AnalyticsUtteranceResult.Builder.binKeys(Collection<AnalyticsBinKey> binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
Copyright © 2023. All rights reserved.