| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BotRecommendationSummary.Builder |
BotRecommendationSummary.Builder.botRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation to be updated.
|
BotRecommendationSummary.Builder |
BotRecommendationSummary.Builder.botRecommendationStatus(BotRecommendationStatus botRecommendationStatus)
The status of the bot recommendation.
|
BotRecommendationSummary.Builder |
BotRecommendationSummary.Builder.botRecommendationStatus(String botRecommendationStatus)
The status of the bot recommendation.
|
static BotRecommendationSummary.Builder |
BotRecommendationSummary.builder() |
BotRecommendationSummary.Builder |
BotRecommendationSummary.Builder.creationDateTime(Instant creationDateTime)
A timestamp of the date and time that the bot recommendation was created.
|
BotRecommendationSummary.Builder |
BotRecommendationSummary.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime)
A timestamp of the date and time that the bot recommendation was last updated.
|
BotRecommendationSummary.Builder |
BotRecommendationSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BotRecommendationSummary.Builder> |
BotRecommendationSummary.serializableBuilderClass() |
Copyright © 2022. All rights reserved.