Package | Description |
---|---|
org.botlibre.api.sense | |
org.botlibre.sense | |
org.botlibre.sense.telegram | |
org.botlibre.thought.language |
Modifier and Type | Method and Description |
---|---|
Language.LanguageState |
Sense.getLanguageState()
Return the current conversational state.
|
Modifier and Type | Method and Description |
---|---|
void |
Sense.setLanguageState(Language.LanguageState languageState)
Set the current conversational state.
|
Modifier and Type | Method and Description |
---|---|
Language.LanguageState |
BasicSense.getLanguageState()
Return the current conversational state.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicSense.setLanguageState(Language.LanguageState languageState)
Set the current conversational state.
|
Modifier and Type | Method and Description |
---|---|
Language.LanguageState |
Telegram.getGroupMode() |
Modifier and Type | Method and Description |
---|---|
void |
Telegram.setGroupMode(Language.LanguageState groupMode) |
Modifier and Type | Method and Description |
---|---|
static Language.LanguageState |
Language.LanguageState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Language.LanguageState[] |
Language.LanguageState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Vertex |
Language.processConversational(Vertex input,
Vertex sentence,
Vertex conversation,
java.util.Map<Vertex,Vertex> variables,
Network network,
Language.LanguageState state)
Process the conversational sentence.
|
Vertex |
Language.processGreeting(Vertex input,
Vertex conversation,
Network network,
Language.LanguageState state,
java.util.Map<Vertex,Vertex> variables)
Process the start of a new conversation and output the greeting.
|
Vertex |
Language.processListening(Vertex input,
Vertex sentence,
Vertex speaker,
Vertex conversation,
java.util.List<Relationship> targets,
Network network,
Language.LanguageState state)
Associate the response, attempt to understand.
|