public class LexBotConfig
extends java.lang.Object
implements java.io.Serializable
Configuration information of an Amazon Lex or Amazon Lex V2 bot.
| Constructor and Description |
|---|
LexBotConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
LexBot |
getLexBot()
Configuration information of an Amazon Lex bot.
|
LexV2Bot |
getLexV2Bot()
Configuration information of an Amazon Lex V2 bot.
|
int |
hashCode() |
void |
setLexBot(LexBot lexBot)
Configuration information of an Amazon Lex bot.
|
void |
setLexV2Bot(LexV2Bot lexV2Bot)
Configuration information of an Amazon Lex V2 bot.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
LexBotConfig |
withLexBot(LexBot lexBot)
Configuration information of an Amazon Lex bot.
|
LexBotConfig |
withLexV2Bot(LexV2Bot lexV2Bot)
Configuration information of an Amazon Lex V2 bot.
|
public LexBot getLexBot()
Configuration information of an Amazon Lex bot.
Configuration information of an Amazon Lex bot.
public void setLexBot(LexBot lexBot)
Configuration information of an Amazon Lex bot.
lexBot - Configuration information of an Amazon Lex bot.
public LexBotConfig withLexBot(LexBot lexBot)
Configuration information of an Amazon Lex bot.
Returns a reference to this object so that method calls can be chained together.
lexBot - Configuration information of an Amazon Lex bot.
public LexV2Bot getLexV2Bot()
Configuration information of an Amazon Lex V2 bot.
Configuration information of an Amazon Lex V2 bot.
public void setLexV2Bot(LexV2Bot lexV2Bot)
Configuration information of an Amazon Lex V2 bot.
lexV2Bot - Configuration information of an Amazon Lex V2 bot.
public LexBotConfig withLexV2Bot(LexV2Bot lexV2Bot)
Configuration information of an Amazon Lex V2 bot.
Returns a reference to this object so that method calls can be chained together.
lexV2Bot - Configuration information of an Amazon Lex V2 bot.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object