| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsBinKey |
AnalyticsBinKey.clone() |
AnalyticsBinKey |
AnalyticsBinKey.withName(AnalyticsBinByName name)
The criterion by which to bin the results.
|
AnalyticsBinKey |
AnalyticsBinKey.withName(String name)
The criterion by which to bin the results.
|
AnalyticsBinKey |
AnalyticsBinKey.withValue(Long value)
The value of the criterion that defines the bin.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnalyticsBinKey> |
AnalyticsUtteranceResult.getBinKeys()
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
List<AnalyticsBinKey> |
AnalyticsIntentStageResult.getBinKeys()
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
List<AnalyticsBinKey> |
AnalyticsIntentResult.getBinKeys()
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
List<AnalyticsBinKey> |
AnalyticsSessionResult.getBinKeys()
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
| Modifier and Type | Method and Description |
|---|---|
AnalyticsUtteranceResult |
AnalyticsUtteranceResult.withBinKeys(AnalyticsBinKey... binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsIntentStageResult |
AnalyticsIntentStageResult.withBinKeys(AnalyticsBinKey... binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsIntentResult |
AnalyticsIntentResult.withBinKeys(AnalyticsBinKey... binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsSessionResult |
AnalyticsSessionResult.withBinKeys(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 |
|---|---|
void |
AnalyticsUtteranceResult.setBinKeys(Collection<AnalyticsBinKey> binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
void |
AnalyticsIntentStageResult.setBinKeys(Collection<AnalyticsBinKey> binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
void |
AnalyticsIntentResult.setBinKeys(Collection<AnalyticsBinKey> binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
void |
AnalyticsSessionResult.setBinKeys(Collection<AnalyticsBinKey> binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsUtteranceResult |
AnalyticsUtteranceResult.withBinKeys(Collection<AnalyticsBinKey> binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsIntentStageResult |
AnalyticsIntentStageResult.withBinKeys(Collection<AnalyticsBinKey> binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsIntentResult |
AnalyticsIntentResult.withBinKeys(Collection<AnalyticsBinKey> binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsSessionResult |
AnalyticsSessionResult.withBinKeys(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.