public static interface BuildBotLocaleResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<BuildBotLocaleResponse.Builder,BuildBotLocaleResponse>
| Modifier and Type | Method and Description |
|---|---|
BuildBotLocaleResponse.Builder |
botId(String botId)
The identifier of the specified bot.
|
BuildBotLocaleResponse.Builder |
botLocaleStatus(BotLocaleStatus botLocaleStatus)
The bot's build status.
|
BuildBotLocaleResponse.Builder |
botLocaleStatus(String botLocaleStatus)
The bot's build status.
|
BuildBotLocaleResponse.Builder |
botVersion(String botVersion)
The version of the bot that was built.
|
BuildBotLocaleResponse.Builder |
lastBuildSubmittedDateTime(Instant lastBuildSubmittedDateTime)
A timestamp indicating the date and time that the bot was last built for this locale.
|
BuildBotLocaleResponse.Builder |
localeId(String localeId)
The language and locale specified of where the bot can be used.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBuildBotLocaleResponse.Builder botId(String botId)
The identifier of the specified bot.
botId - The identifier of the specified bot.BuildBotLocaleResponse.Builder botVersion(String botVersion)
The version of the bot that was built. This is only the draft version of the bot.
botVersion - The version of the bot that was built. This is only the draft version of the bot.BuildBotLocaleResponse.Builder localeId(String localeId)
The language and locale specified of where the bot can be used.
localeId - The language and locale specified of where the bot can be used.BuildBotLocaleResponse.Builder botLocaleStatus(String botLocaleStatus)
The bot's build status. When the status is ReadyExpressTesting you can test the bot using the
utterances defined for the intents and slot types. When the status is Built, the bot is ready
for use and can be tested using any utterance.
botLocaleStatus - The bot's build status. When the status is ReadyExpressTesting you can test the bot using
the utterances defined for the intents and slot types. When the status is Built, the bot
is ready for use and can be tested using any utterance.BotLocaleStatus,
BotLocaleStatusBuildBotLocaleResponse.Builder botLocaleStatus(BotLocaleStatus botLocaleStatus)
The bot's build status. When the status is ReadyExpressTesting you can test the bot using the
utterances defined for the intents and slot types. When the status is Built, the bot is ready
for use and can be tested using any utterance.
botLocaleStatus - The bot's build status. When the status is ReadyExpressTesting you can test the bot using
the utterances defined for the intents and slot types. When the status is Built, the bot
is ready for use and can be tested using any utterance.BotLocaleStatus,
BotLocaleStatusBuildBotLocaleResponse.Builder lastBuildSubmittedDateTime(Instant lastBuildSubmittedDateTime)
A timestamp indicating the date and time that the bot was last built for this locale.
lastBuildSubmittedDateTime - A timestamp indicating the date and time that the bot was last built for this locale.Copyright © 2022. All rights reserved.