Interface IPromptQueryResponseObject

All Superinterfaces:
IPromptQueryIoObject

public interface IPromptQueryResponseObject extends IPromptQueryIoObject
A single value returned when executing a prompt query, see handler.executePromptQuery.

Each prompt query has a descriptor that defines the structure of the expected response. Upon execution, the handler must return data that conforms to this structure.

Since:
8.5.0