| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.botId(String botId)
The bot identifier specified in the request.
|
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.botStatus(BotStatus botStatus)
When you send a request to create or update a bot, Amazon Lex sets the status response element to
Creating. |
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.botStatus(String botStatus)
When you send a request to create or update a bot, Amazon Lex sets the status response element to
Creating. |
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.botVersion(String botVersion)
The version number assigned to the version.
|
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.botVersionLocaleSpecification(Map<String,BotVersionLocaleDetails> botVersionLocaleSpecification)
The source versions used for each locale in the new version.
|
static CreateBotVersionResponse.Builder |
CreateBotVersionResponse.builder() |
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.creationDateTime(Instant creationDateTime)
A timestamp of the date and time that the version was created.
|
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.description(String description)
The description of the version specified in the request.
|
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateBotVersionResponse.Builder> |
CreateBotVersionResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.