Package com.smartgwt.client.callbacks
Interface AIResponseCallback
public interface AIResponseCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(AIResponse aiResponse, AIRequest aiRequest) Callback fired when a response is received from an AI engine.
-
Method Details
-
execute
Callback fired when a response is received from an AI engine.- Parameters:
aiResponse
- The response.aiRequest
- The original request.
-