Interface IPromptExecutionRetVal
public interface IPromptExecutionRetVal
The return value of
handler.executePromptQuery. Currently, it only contains a single property, but further properties may be added in
the future.- Since:
- 8.5.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the data returned by the prompt query execution.
-
Method Details
-
responseObject
IPromptQueryResponseObject responseObject()Gets the data returned by the prompt query execution. Must conform to the structure defined byhandler.computeQueryOutput.- Returns:
- The response object with the data for the output parameters defined in the output descriptor.
-