org.botlibre.sdk.config
Class TrainingConfig

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

public class TrainingConfig
extends Config

DTO for XML training config.


Field Summary
 java.lang.String operation
           
 java.lang.String question
           
 java.lang.String response
           
 
Fields inherited from class org.botlibre.sdk.config.Config
application, domain, instance, token, type, user
 
Constructor Summary
TrainingConfig()
           
 
Method Summary
 java.lang.String toXML()
           
 
Methods inherited from class org.botlibre.sdk.config.Config
addCredentials, parseXML, writeCredentials
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

operation

public java.lang.String operation

question

public java.lang.String question

response

public java.lang.String response
Constructor Detail

TrainingConfig

public TrainingConfig()
Method Detail

toXML

public java.lang.String toXML()