Package com.mypurecloud.sdk.v2.model
Class LexV2BotAlias
java.lang.Object
com.mypurecloud.sdk.v2.model.LexV2BotAlias
- All Implemented Interfaces:
Serializable
LexV2BotAlias
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the Lex V2 bot alias -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe Lex V2 bot alias IdThe Lex V2 bot this is an alias forbotVersion(String botVersion) The version of the Lex V2 bot this alias points atbooleangetBot()getId()getName()inthashCode()intents(List<LexV2Intent> intents) An array of Intents associated with this bot aliasThe target language of the Lex V2 botThe Lex V2 bot regionvoidsetAliasId(String aliasId) voidvoidsetBotVersion(String botVersion) voidsetIntents(List<LexV2Intent> intents) voidsetLanguage(String language) voidvoidvoidsetStatus(LexV2BotAlias.StatusEnum status) status(LexV2BotAlias.StatusEnum status) The status of the Lex V2 bot aliastoString()
-
Constructor Details
-
LexV2BotAlias
public LexV2BotAlias() -
LexV2BotAlias
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
region
The Lex V2 bot region -
getRegion
-
setRegion
-
aliasId
The Lex V2 bot alias Id -
getAliasId
-
setAliasId
-
bot
The Lex V2 bot this is an alias for -
getBot
-
setBot
-
botVersion
The version of the Lex V2 bot this alias points at -
getBotVersion
-
setBotVersion
-
status
The status of the Lex V2 bot alias -
getStatus
-
setStatus
-
language
The target language of the Lex V2 bot -
getLanguage
-
setLanguage
-
intents
An array of Intents associated with this bot alias -
getIntents
-
setIntents
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-