@Generated(value="software.amazon.awssdk:codegen") public final class BuildBotLocaleResponse extends LexModelsV2Response implements ToCopyableBuilder<BuildBotLocaleResponse.Builder,BuildBotLocaleResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
BuildBotLocaleResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botId()
The identifier of the specified bot.
|
BotLocaleStatus |
botLocaleStatus()
The bot's build status.
|
String |
botLocaleStatusAsString()
The bot's build status.
|
String |
botVersion()
The version of the bot that was built.
|
static BuildBotLocaleResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastBuildSubmittedDateTime()
A timestamp indicating the date and time that the bot was last built for this locale.
|
String |
localeId()
The language and locale specified of where the bot can be used.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BuildBotLocaleResponse.Builder> |
serializableBuilderClass() |
BuildBotLocaleResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String botId()
The identifier of the specified bot.
public final String botVersion()
The version of the bot that was built. This is only the draft version of the bot.
public final String localeId()
The language and locale specified of where the bot can be used.
public final 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.
If the service returns an enum value that is not available in the current SDK version, botLocaleStatus
will return BotLocaleStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from botLocaleStatusAsString().
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.BotLocaleStatuspublic final String botLocaleStatusAsString()
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.
If the service returns an enum value that is not available in the current SDK version, botLocaleStatus
will return BotLocaleStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from botLocaleStatusAsString().
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.BotLocaleStatuspublic final Instant lastBuildSubmittedDateTime()
A timestamp indicating the date and time that the bot was last built for this locale.
public BuildBotLocaleResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BuildBotLocaleResponse.Builder,BuildBotLocaleResponse>toBuilder in class AwsResponsepublic static BuildBotLocaleResponse.Builder builder()
public static Class<? extends BuildBotLocaleResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.