Interface IExecutePromptQueryRetVal
public interface IExecutePromptQueryRetVal
Describes the return value of a prompt query execution, see
executeQuery- 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:
- A map of response objects, with ony entry for each output parameter defined in the output descriptor.
-