Package com.mypurecloud.sdk.v2.model
Class LexBotAlias
java.lang.Object
com.mypurecloud.sdk.v2.model.LexBotAlias
- All Implemented Interfaces:
Serializable
LexBotAlias
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe target language of the Lex botstatic enumThe status of the Lex bot alias -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe Lex bot this is an alias forbotVersion(String botVersion) The version of the Lex bot this alias points atbooleanfailureReason(String failureReason) If the status is FAILED, Amazon Lex explains why it failed to build the botgetBot()getId()getName()inthashCode()An array of Intents associated with this bot aliaslanguage(LexBotAlias.LanguageEnum language) The target language of the Lex botvoidvoidsetBotVersion(String botVersion) voidsetFailureReason(String failureReason) voidsetIntents(List<LexIntent> intents) voidsetLanguage(LexBotAlias.LanguageEnum language) voidvoidsetStatus(LexBotAlias.StatusEnum status) status(LexBotAlias.StatusEnum status) The status of the Lex bot aliastoString()
-
Constructor Details
-
LexBotAlias
public LexBotAlias() -
LexBotAlias
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
bot
The Lex bot this is an alias for -
getBot
-
setBot
-
botVersion
The version of the Lex bot this alias points at -
getBotVersion
-
setBotVersion
-
status
The status of the Lex bot alias -
getStatus
-
setStatus
-
failureReason
If the status is FAILED, Amazon Lex explains why it failed to build the bot -
getFailureReason
-
setFailureReason
-
language
The target language of the Lex bot -
getLanguage
-
setLanguage
-
intents
An array of Intents associated with this bot alias -
getIntents
-
setIntents
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-