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

Packages that use ChatResponse
org.botlibre.sdk   
org.botlibre.sdk.activity   
 

Uses of ChatResponse in org.botlibre.sdk
 

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

Uses of ChatResponse in org.botlibre.sdk.activity
 

Fields in org.botlibre.sdk.activity declared as ChatResponse
 ChatResponse ChatActivity.response
           
 

Methods in org.botlibre.sdk.activity that return ChatResponse
 ChatResponse ChatActivity.getResponse()
           
 

Methods in org.botlibre.sdk.activity with parameters of type ChatResponse
 void ChatActivity.response(ChatResponse response)
           
 void ChatActivity.setResponse(ChatResponse response)