| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
RecommendedIntentSummary |
RecommendedIntentSummary.clone() |
RecommendedIntentSummary |
RecommendedIntentSummary.withIntentId(String intentId)
The unique identifier of a recommended intent associated with the bot recommendation.
|
RecommendedIntentSummary |
RecommendedIntentSummary.withIntentName(String intentName)
The name of a recommended intent associated with the bot recommendation.
|
RecommendedIntentSummary |
RecommendedIntentSummary.withSampleUtterancesCount(Integer sampleUtterancesCount)
The count of sample utterances of a recommended intent that is associated with a bot recommendation.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecommendedIntentSummary> |
ListRecommendedIntentsResult.getSummaryList()
Summary information for the intents that meet the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecommendedIntentsResult |
ListRecommendedIntentsResult.withSummaryList(RecommendedIntentSummary... summaryList)
Summary information for the intents that meet the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecommendedIntentsResult.setSummaryList(Collection<RecommendedIntentSummary> summaryList)
Summary information for the intents that meet the filter criteria specified in the request.
|
ListRecommendedIntentsResult |
ListRecommendedIntentsResult.withSummaryList(Collection<RecommendedIntentSummary> summaryList)
Summary information for the intents that meet the filter criteria specified in the request.
|
Copyright © 2024. All rights reserved.