Interface IExecutePromptQueryRetVal


public interface IExecutePromptQueryRetVal
Describes the return value of a prompt query execution, see executeQuery
Since:
8.5.0
  • Method Details

    • responseObject

      IPromptQueryResponseObject responseObject()
      Gets the data returned by the prompt query execution. Must conform to the structure defined by handler.computeQueryOutput.
      Returns:
      A map of response objects, with ony entry for each output parameter defined in the output descriptor.