| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static RecommendedIntentSummary.Builder |
RecommendedIntentSummary.builder() |
RecommendedIntentSummary.Builder |
RecommendedIntentSummary.Builder.intentId(String intentId)
The unique identifier of a recommended intent associated with the bot recommendation.
|
RecommendedIntentSummary.Builder |
RecommendedIntentSummary.Builder.intentName(String intentName)
The name of a recommended intent associated with the bot recommendation.
|
RecommendedIntentSummary.Builder |
RecommendedIntentSummary.Builder.sampleUtterancesCount(Integer sampleUtterancesCount)
The count of sample utterances of a recommended intent that is associated with a bot recommendation.
|
RecommendedIntentSummary.Builder |
RecommendedIntentSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RecommendedIntentSummary.Builder> |
RecommendedIntentSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.