Package org.vrspace.server.obj
Class BotLibre.Query
java.lang.Object
org.vrspace.server.obj.BotLibre.Query
- Enclosing class:
- BotLibre
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanuser id at botlibre.com/biz/localconversation id, initially empty, returned with each bots answergetEmote()emotion to tag the message with.bot instanceinthashCode()booleanboolean that defines the chat message is a correction to the bot's last answer.booleanbooleanbooleanvoidsetApplication(String application) user id at botlibre.com/biz/localvoidsetConversation(String conversation) conversation id, initially empty, returned with each bots answervoidsetCorrection(boolean correction) boolean that defines the chat message is a correction to the bot's last answer.voidsetDisconnect(boolean disconnect) voidemotion to tag the message with.voidsetIncludeQuestion(boolean includeQuestion) voidsetInstance(String instance) bot instancevoidsetMessage(String message) voidsetOffensive(boolean offensive) toString()
-
Constructor Details
-
Query
public Query()
-
-
Method Details
-
getApplication
user id at botlibre.com/biz/local -
getInstance
bot instance -
getConversation
conversation id, initially empty, returned with each bots answer -
getMessage
-
getEmote
emotion to tag the message with. This is one of LOVE, LIKE, DISLIKE, HATE, RAGE, ANGER, CALM, SERENE, ECSTATIC, HAPPY, SAD, CRYING, PANIC, AFRAID, CONFIDENT, COURAGEOUS, SURPRISE, BORED, LAUGHTER, SERIOUS. -
isCorrection
public boolean isCorrection()boolean that defines the chat message is a correction to the bot's last answer. -
isOffensive
public boolean isOffensive() -
isDisconnect
public boolean isDisconnect() -
isIncludeQuestion
public boolean isIncludeQuestion() -
setApplication
user id at botlibre.com/biz/local -
setInstance
bot instance -
setConversation
conversation id, initially empty, returned with each bots answer -
setMessage
-
setEmote
emotion to tag the message with. This is one of LOVE, LIKE, DISLIKE, HATE, RAGE, ANGER, CALM, SERENE, ECSTATIC, HAPPY, SAD, CRYING, PANIC, AFRAID, CONFIDENT, COURAGEOUS, SURPRISE, BORED, LAUGHTER, SERIOUS. -
setCorrection
public void setCorrection(boolean correction) boolean that defines the chat message is a correction to the bot's last answer. -
setOffensive
public void setOffensive(boolean offensive) -
setDisconnect
public void setDisconnect(boolean disconnect) -
setIncludeQuestion
public void setIncludeQuestion(boolean includeQuestion) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-