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

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

Uses of ChatConfig in org.botlibre.sdk
 

Methods in org.botlibre.sdk with parameters of type ChatConfig
 ChatResponse SDKConnection.chat(ChatConfig config)
          Process the bot chat message and return the bot's response.
 

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

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