@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateBotLocaleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateBotLocaleResult() |
Modifier and Type | Method and Description |
---|---|
CreateBotLocaleResult |
clone() |
boolean |
equals(Object obj) |
String |
getBotId()
The specified bot identifier.
|
String |
getBotLocaleStatus()
The status of the bot.
|
String |
getBotVersion()
The specified bot version.
|
Date |
getCreationDateTime()
A timestamp specifying the date and time that the bot locale was created.
|
String |
getDescription()
The specified description of the bot locale.
|
GenerativeAISettings |
getGenerativeAISettings() |
String |
getLocaleId()
The specified locale identifier.
|
String |
getLocaleName()
The specified locale name.
|
Double |
getNluIntentConfidenceThreshold()
The specified confidence threshold for inserting the
AMAZON.FallbackIntent and
AMAZON.KendraSearchIntent intents. |
VoiceSettings |
getVoiceSettings()
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
|
int |
hashCode() |
void |
setBotId(String botId)
The specified bot identifier.
|
void |
setBotLocaleStatus(String botLocaleStatus)
The status of the bot.
|
void |
setBotVersion(String botVersion)
The specified bot version.
|
void |
setCreationDateTime(Date creationDateTime)
A timestamp specifying the date and time that the bot locale was created.
|
void |
setDescription(String description)
The specified description of the bot locale.
|
void |
setGenerativeAISettings(GenerativeAISettings generativeAISettings) |
void |
setLocaleId(String localeId)
The specified locale identifier.
|
void |
setLocaleName(String localeName)
The specified locale name.
|
void |
setNluIntentConfidenceThreshold(Double nluIntentConfidenceThreshold)
The specified confidence threshold for inserting the
AMAZON.FallbackIntent and
AMAZON.KendraSearchIntent intents. |
void |
setVoiceSettings(VoiceSettings voiceSettings)
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
|
String |
toString()
Returns a string representation of this object.
|
CreateBotLocaleResult |
withBotId(String botId)
The specified bot identifier.
|
CreateBotLocaleResult |
withBotLocaleStatus(BotLocaleStatus botLocaleStatus)
The status of the bot.
|
CreateBotLocaleResult |
withBotLocaleStatus(String botLocaleStatus)
The status of the bot.
|
CreateBotLocaleResult |
withBotVersion(String botVersion)
The specified bot version.
|
CreateBotLocaleResult |
withCreationDateTime(Date creationDateTime)
A timestamp specifying the date and time that the bot locale was created.
|
CreateBotLocaleResult |
withDescription(String description)
The specified description of the bot locale.
|
CreateBotLocaleResult |
withGenerativeAISettings(GenerativeAISettings generativeAISettings) |
CreateBotLocaleResult |
withLocaleId(String localeId)
The specified locale identifier.
|
CreateBotLocaleResult |
withLocaleName(String localeName)
The specified locale name.
|
CreateBotLocaleResult |
withNluIntentConfidenceThreshold(Double nluIntentConfidenceThreshold)
The specified confidence threshold for inserting the
AMAZON.FallbackIntent and
AMAZON.KendraSearchIntent intents. |
CreateBotLocaleResult |
withVoiceSettings(VoiceSettings voiceSettings)
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBotId(String botId)
The specified bot identifier.
botId
- The specified bot identifier.public String getBotId()
The specified bot identifier.
public CreateBotLocaleResult withBotId(String botId)
The specified bot identifier.
botId
- The specified bot identifier.public void setBotVersion(String botVersion)
The specified bot version.
botVersion
- The specified bot version.public String getBotVersion()
The specified bot version.
public CreateBotLocaleResult withBotVersion(String botVersion)
The specified bot version.
botVersion
- The specified bot version.public void setLocaleName(String localeName)
The specified locale name.
localeName
- The specified locale name.public String getLocaleName()
The specified locale name.
public CreateBotLocaleResult withLocaleName(String localeName)
The specified locale name.
localeName
- The specified locale name.public void setLocaleId(String localeId)
The specified locale identifier.
localeId
- The specified locale identifier.public String getLocaleId()
The specified locale identifier.
public CreateBotLocaleResult withLocaleId(String localeId)
The specified locale identifier.
localeId
- The specified locale identifier.public void setDescription(String description)
The specified description of the bot locale.
description
- The specified description of the bot locale.public String getDescription()
The specified description of the bot locale.
public CreateBotLocaleResult withDescription(String description)
The specified description of the bot locale.
description
- The specified description of the bot locale.public void setNluIntentConfidenceThreshold(Double nluIntentConfidenceThreshold)
The specified confidence threshold for inserting the AMAZON.FallbackIntent
and
AMAZON.KendraSearchIntent
intents.
nluIntentConfidenceThreshold
- The specified confidence threshold for inserting the AMAZON.FallbackIntent
and
AMAZON.KendraSearchIntent
intents.public Double getNluIntentConfidenceThreshold()
The specified confidence threshold for inserting the AMAZON.FallbackIntent
and
AMAZON.KendraSearchIntent
intents.
AMAZON.FallbackIntent
and
AMAZON.KendraSearchIntent
intents.public CreateBotLocaleResult withNluIntentConfidenceThreshold(Double nluIntentConfidenceThreshold)
The specified confidence threshold for inserting the AMAZON.FallbackIntent
and
AMAZON.KendraSearchIntent
intents.
nluIntentConfidenceThreshold
- The specified confidence threshold for inserting the AMAZON.FallbackIntent
and
AMAZON.KendraSearchIntent
intents.public void setVoiceSettings(VoiceSettings voiceSettings)
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
voiceSettings
- The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.public VoiceSettings getVoiceSettings()
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
public CreateBotLocaleResult withVoiceSettings(VoiceSettings voiceSettings)
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
voiceSettings
- The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.public void setBotLocaleStatus(String 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
.
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
.
BotLocaleStatus
public String getBotLocaleStatus()
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
.
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
.
BotLocaleStatus
public CreateBotLocaleResult withBotLocaleStatus(String 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
.
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
.
BotLocaleStatus
public CreateBotLocaleResult withBotLocaleStatus(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
.
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
.
BotLocaleStatus
public void setCreationDateTime(Date creationDateTime)
A timestamp specifying the date and time that the bot locale was created.
creationDateTime
- A timestamp specifying the date and time that the bot locale was created.public Date getCreationDateTime()
A timestamp specifying the date and time that the bot locale was created.
public CreateBotLocaleResult withCreationDateTime(Date creationDateTime)
A timestamp specifying the date and time that the bot locale was created.
creationDateTime
- A timestamp specifying the date and time that the bot locale was created.public void setGenerativeAISettings(GenerativeAISettings generativeAISettings)
generativeAISettings
- public GenerativeAISettings getGenerativeAISettings()
public CreateBotLocaleResult withGenerativeAISettings(GenerativeAISettings generativeAISettings)
generativeAISettings
- public String toString()
toString
in class Object
Object.toString()
public CreateBotLocaleResult clone()