Interface BuildBotLocaleResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<BuildBotLocaleResponse.Builder,
,BuildBotLocaleResponse> LexModelsV2Response.Builder
,SdkBuilder<BuildBotLocaleResponse.Builder,
,BuildBotLocaleResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
BuildBotLocaleResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the specified bot.botLocaleStatus
(String botLocaleStatus) The bot's build status.botLocaleStatus
(BotLocaleStatus botLocaleStatus) The bot's build status.botVersion
(String botVersion) The version of the bot that was built.lastBuildSubmittedDateTime
(Instant lastBuildSubmittedDateTime) A timestamp indicating the date and time that the bot was last built for this locale.The language and locale specified of where the bot can be used.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
botId
The identifier of the specified bot.
- Parameters:
botId
- The identifier of the specified bot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersion
The version of the bot that was built. This is only the draft version of the bot.
- Parameters:
botVersion
- The version of the bot that was built. This is only the draft version of the bot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeId
The language and locale specified of where the bot can be used.
- Parameters:
localeId
- The language and locale specified of where the bot can be used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 isBuilt
, the bot is ready for use and can be tested using any utterance.- Parameters:
botLocaleStatus
- The bot's build status. When the status isReadyExpressTesting
you can test the bot using the utterances defined for the intents and slot types. When the status isBuilt
, the bot is ready for use and can be tested using any utterance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 isBuilt
, the bot is ready for use and can be tested using any utterance.- Parameters:
botLocaleStatus
- The bot's build status. When the status isReadyExpressTesting
you can test the bot using the utterances defined for the intents and slot types. When the status isBuilt
, the bot is ready for use and can be tested using any utterance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastBuildSubmittedDateTime
A timestamp indicating the date and time that the bot was last built for this locale.
- Parameters:
lastBuildSubmittedDateTime
- A timestamp indicating the date and time that the bot was last built for this locale.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-