Uses of Class
org.botlibre.sdk.config.LearningConfig

Packages that use LearningConfig
org.botlibre.sdk   
org.botlibre.sdk.activity   
org.botlibre.sdk.activity.actions   
 

Uses of LearningConfig in org.botlibre.sdk
 

Methods in org.botlibre.sdk that return LearningConfig
 LearningConfig SDKConnection.getLearning(InstanceConfig config)
          Return the bot's learning configuration.
 

Methods in org.botlibre.sdk with parameters of type LearningConfig
 void SDKConnection.saveLearning(LearningConfig config)
          Save the bot's learning configuration.
 

Uses of LearningConfig in org.botlibre.sdk.activity
 

Fields in org.botlibre.sdk.activity declared as LearningConfig
static LearningConfig MainActivity.learning
           
 

Uses of LearningConfig in org.botlibre.sdk.activity.actions
 

Constructors in org.botlibre.sdk.activity.actions with parameters of type LearningConfig
HttpSaveLearningAction(android.app.Activity activity, LearningConfig config)