Interface IPromptQueryOutputDescriptor

All Superinterfaces:
IPromptQueryIoDescriptor

public interface IPromptQueryOutputDescriptor extends IPromptQueryIoDescriptor
The output descriptor that defines the structure of the data that returned when executing the prompt query. Each prompt query can return a JSON value and a map of binary files. The output descriptor describes (a) the structure of that JSON value via jsonDescriptor; and (b) which file types are available for which map key via fileDescriptor.
Since:
8.5.0