| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BotRecommendationSummary |
BotRecommendationSummary.clone() |
BotRecommendationSummary |
BotRecommendationSummary.withBotRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation to be updated.
|
BotRecommendationSummary |
BotRecommendationSummary.withBotRecommendationStatus(BotRecommendationStatus botRecommendationStatus)
The status of the bot recommendation.
|
BotRecommendationSummary |
BotRecommendationSummary.withBotRecommendationStatus(String botRecommendationStatus)
The status of the bot recommendation.
|
BotRecommendationSummary |
BotRecommendationSummary.withCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the bot recommendation was created.
|
BotRecommendationSummary |
BotRecommendationSummary.withLastUpdatedDateTime(Date lastUpdatedDateTime)
A timestamp of the date and time that the bot recommendation was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<BotRecommendationSummary> |
ListBotRecommendationsResult.getBotRecommendationSummaries()
Summary information for the bot recommendations that meet the filter specified in this request.
|
| Modifier and Type | Method and Description |
|---|---|
ListBotRecommendationsResult |
ListBotRecommendationsResult.withBotRecommendationSummaries(BotRecommendationSummary... botRecommendationSummaries)
Summary information for the bot recommendations that meet the filter specified in this request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBotRecommendationsResult.setBotRecommendationSummaries(Collection<BotRecommendationSummary> botRecommendationSummaries)
Summary information for the bot recommendations that meet the filter specified in this request.
|
ListBotRecommendationsResult |
ListBotRecommendationsResult.withBotRecommendationSummaries(Collection<BotRecommendationSummary> botRecommendationSummaries)
Summary information for the bot recommendations that meet the filter specified in this request.
|
Copyright © 2024. All rights reserved.