| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
GenerationSummary |
GenerationSummary.clone() |
GenerationSummary |
GenerationSummary.withCreationDateTime(Date creationDateTime)
The date and time at which the generation request was made.
|
GenerationSummary |
GenerationSummary.withGenerationId(String generationId)
The unique identifier of the generation request.
|
GenerationSummary |
GenerationSummary.withGenerationStatus(GenerationStatus generationStatus)
The status of the generation request.
|
GenerationSummary |
GenerationSummary.withGenerationStatus(String generationStatus)
The status of the generation request.
|
GenerationSummary |
GenerationSummary.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time at which the generation request was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<GenerationSummary> |
ListBotResourceGenerationsResult.getGenerationSummaries()
A list of objects, each containing information about a generation request for the bot locale.
|
| Modifier and Type | Method and Description |
|---|---|
ListBotResourceGenerationsResult |
ListBotResourceGenerationsResult.withGenerationSummaries(GenerationSummary... generationSummaries)
A list of objects, each containing information about a generation request for the bot locale.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBotResourceGenerationsResult.setGenerationSummaries(Collection<GenerationSummary> generationSummaries)
A list of objects, each containing information about a generation request for the bot locale.
|
ListBotResourceGenerationsResult |
ListBotResourceGenerationsResult.withGenerationSummaries(Collection<GenerationSummary> generationSummaries)
A list of objects, each containing information about a generation request for the bot locale.
|
Copyright © 2024. All rights reserved.