@Generated(value="software.amazon.awssdk:codegen") public final class CreateBotLocaleResponse extends LexModelsV2Response implements ToCopyableBuilder<CreateBotLocaleResponse.Builder,CreateBotLocaleResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateBotLocaleResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botId()
The specified bot identifier.
|
BotLocaleStatus |
botLocaleStatus()
The status of the bot.
|
String |
botLocaleStatusAsString()
The status of the bot.
|
String |
botVersion()
The specified bot version.
|
static CreateBotLocaleResponse.Builder |
builder() |
Instant |
creationDateTime()
A timestamp specifying the date and time that the bot locale was created.
|
String |
description()
The specified description of the bot locale.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
localeId()
The specified locale identifier.
|
String |
localeName()
The specified locale name.
|
Double |
nluIntentConfidenceThreshold()
The specified confidence threshold for inserting the
AMAZON.FallbackIntent and
AMAZON.KendraSearchIntent intents. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateBotLocaleResponse.Builder> |
serializableBuilderClass() |
CreateBotLocaleResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VoiceSettings |
voiceSettings()
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String botId()
The specified bot identifier.
public final String botVersion()
The specified bot version.
public final String localeName()
The specified locale name.
public final String localeId()
The specified locale identifier.
public final String description()
The specified description of the bot locale.
public final Double nluIntentConfidenceThreshold()
The specified confidence threshold for inserting the AMAZON.FallbackIntent and
AMAZON.KendraSearchIntent intents.
AMAZON.FallbackIntent and
AMAZON.KendraSearchIntent intents.public final VoiceSettings voiceSettings()
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
public final BotLocaleStatus botLocaleStatus()
The status of the bot.
When the status is Creating the bot locale is being configured. When the status is
Building Amazon Lex is building the bot for testing and use.
If the status of the bot is ReadyExpressTesting, you can test the bot using the exact utterances
specified in the bots' intents. When the bot is ready for full testing or to run, the status is
Built.
If there was a problem with building the bot, the status is Failed. If the bot was saved but not
built, the status is NotBuilt.
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().
When the status is Creating the bot locale is being configured. When the status is
Building Amazon Lex is building the bot for testing and use.
If the status of the bot is ReadyExpressTesting, you can test the bot using the exact
utterances specified in the bots' intents. When the bot is ready for full testing or to run, the status
is Built.
If there was a problem with building the bot, the status is Failed. If the bot was saved but
not built, the status is NotBuilt.
BotLocaleStatuspublic final String botLocaleStatusAsString()
The status of the bot.
When the status is Creating the bot locale is being configured. When the status is
Building Amazon Lex is building the bot for testing and use.
If the status of the bot is ReadyExpressTesting, you can test the bot using the exact utterances
specified in the bots' intents. When the bot is ready for full testing or to run, the status is
Built.
If there was a problem with building the bot, the status is Failed. If the bot was saved but not
built, the status is NotBuilt.
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().
When the status is Creating the bot locale is being configured. When the status is
Building Amazon Lex is building the bot for testing and use.
If the status of the bot is ReadyExpressTesting, you can test the bot using the exact
utterances specified in the bots' intents. When the bot is ready for full testing or to run, the status
is Built.
If there was a problem with building the bot, the status is Failed. If the bot was saved but
not built, the status is NotBuilt.
BotLocaleStatuspublic final Instant creationDateTime()
A timestamp specifying the date and time that the bot locale was created.
public CreateBotLocaleResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateBotLocaleResponse.Builder,CreateBotLocaleResponse>toBuilder in class AwsResponsepublic static CreateBotLocaleResponse.Builder builder()
public static Class<? extends CreateBotLocaleResponse.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.