org.botlibre.sdk.config
Class LearningConfig
java.lang.Object
org.botlibre.sdk.config.Config
org.botlibre.sdk.config.LearningConfig
public class LearningConfig
- extends Config
DTO for XML voice config.
Method Summary |
void |
parseXML(org.w3c.dom.Element element)
|
java.lang.String |
toXML()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
learningMode
public java.lang.String learningMode
correctionMode
public java.lang.String correctionMode
enableComprehension
public boolean enableComprehension
enableEmoting
public boolean enableEmoting
enableEmotions
public boolean enableEmotions
enableConsciousness
public boolean enableConsciousness
enableWiktionary
public boolean enableWiktionary
enableResponseMatch
public boolean enableResponseMatch
learnGrammar
public boolean learnGrammar
fixFormulaCase
public boolean fixFormulaCase
checkExactMatchFirst
public boolean checkExactMatchFirst
scriptTimeout
public int scriptTimeout
responseMatchTimeout
public int responseMatchTimeout
conversationMatchPercentage
public java.lang.String conversationMatchPercentage
discussionMatchPercentage
public java.lang.String discussionMatchPercentage
LearningConfig
public LearningConfig()
parseXML
public void parseXML(org.w3c.dom.Element element)
- Overrides:
parseXML
in class Config
toXML
public java.lang.String toXML()