@Generated(value="software.amazon.awssdk:codegen") public final class UpdateBotLocaleRequest extends LexModelsV2Request implements ToCopyableBuilder<UpdateBotLocaleRequest.Builder,UpdateBotLocaleRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateBotLocaleRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botId()
The unique identifier of the bot that contains the locale.
|
String |
botVersion()
The version of the bot that contains the locale to be updated.
|
static UpdateBotLocaleRequest.Builder |
builder() |
String |
description()
The new description of the locale.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
localeId()
The identifier of the language and locale to update.
|
Double |
nluIntentConfidenceThreshold()
The new confidence threshold where Amazon Lex inserts the
AMAZON.FallbackIntent and
AMAZON.KendraSearchIntent intents in the list of possible intents for an utterance. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateBotLocaleRequest.Builder> |
serializableBuilderClass() |
UpdateBotLocaleRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VoiceSettings |
voiceSettings()
The new Amazon Polly voice Amazon Lex should use for voice interaction with the user.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String botId()
The unique identifier of the bot that contains the locale.
public final String botVersion()
The version of the bot that contains the locale to be updated. The version can only be the DRAFT
version.
DRAFT version.public final String localeId()
The identifier of the language and locale to update. The string must match one of the supported locales. For more information, see Supported languages.
public final String description()
The new description of the locale.
public final Double nluIntentConfidenceThreshold()
The new confidence threshold where Amazon Lex inserts the AMAZON.FallbackIntent and
AMAZON.KendraSearchIntent intents in the list of possible intents for an utterance.
AMAZON.FallbackIntent and
AMAZON.KendraSearchIntent intents in the list of possible intents for an utterance.public final VoiceSettings voiceSettings()
The new Amazon Polly voice Amazon Lex should use for voice interaction with the user.
public UpdateBotLocaleRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateBotLocaleRequest.Builder,UpdateBotLocaleRequest>toBuilder in class LexModelsV2Requestpublic static UpdateBotLocaleRequest.Builder builder()
public static Class<? extends UpdateBotLocaleRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2021. All rights reserved.