Package org.vrspace.server.obj
Class BotLibre.Query
java.lang.Object
org.vrspace.server.obj.BotLibre.Query
- Enclosing class:
- BotLibre
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
user id at botlibre.com/biz/localconversation id, initially empty, returned with each bots answergetEmote()
emotion to tag the message with.bot instanceint
hashCode()
boolean
boolean that defines the chat message is a correction to the bot's last answer.boolean
boolean
boolean
void
setApplication
(String application) user id at botlibre.com/biz/localvoid
setConversation
(String conversation) conversation id, initially empty, returned with each bots answervoid
setCorrection
(boolean correction) boolean that defines the chat message is a correction to the bot's last answer.void
setDisconnect
(boolean disconnect) void
emotion to tag the message with.void
setIncludeQuestion
(boolean includeQuestion) void
setInstance
(String instance) bot instancevoid
setMessage
(String message) void
setOffensive
(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
-