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 Details

    • responseObject

      IPromptQueryResponseObject responseObject()
      Gets the data returned by the prompt query execution. Must conform to the structure defined by handler.computeQueryOutput.
      Returns:
      The response object with the data for the output parameters defined in the output descriptor.