org.botlibre.sdk.config
Class LearningConfig

java.lang.Object
  extended by org.botlibre.sdk.config.Config
      extended by org.botlibre.sdk.config.LearningConfig

public class LearningConfig
extends Config

DTO for XML voice config.


Field Summary
 boolean checkExactMatchFirst
           
 java.lang.String conversationMatchPercentage
           
 java.lang.String correctionMode
           
 java.lang.String discussionMatchPercentage
           
 boolean enableComprehension
           
 boolean enableConsciousness
           
 boolean enableEmoting
           
 boolean enableEmotions
           
 boolean enableResponseMatch
           
 boolean enableWiktionary
           
 boolean fixFormulaCase
           
 boolean learnGrammar
           
 java.lang.String learningMode
           
 int responseMatchTimeout
           
 int scriptTimeout
           
 
Fields inherited from class org.botlibre.sdk.config.Config
application, domain, instance, token, type, user
 
Constructor Summary
LearningConfig()
           
 
Method Summary
 void parseXML(org.w3c.dom.Element element)
           
 java.lang.String toXML()
           
 
Methods inherited from class org.botlibre.sdk.config.Config
addCredentials, writeCredentials
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

LearningConfig

public LearningConfig()
Method Detail

parseXML

public void parseXML(org.w3c.dom.Element element)
Overrides:
parseXML in class Config

toXML

public java.lang.String toXML()