Class DefaultPromptQueryOutputDescriptor
java.lang.Object
de.xima.fc.prompt.service.defaults.DefaultPromptQueryOutputDescriptor
Default implementation of
IPromptComputeQueryOutputRetVal with a builder.- Since:
- 8.5.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder for aIPromptComputeQueryOutputRetVal. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a new builder for the result ofcomputeQueryOutput.Creates a new builder for the result ofcomputeQueryOutput.Creates a new builder for the result ofcomputeQueryOutput.
-
Method Details
-
builder
Creates a new builder for the result ofcomputeQueryOutput.- Returns:
- The new builder.
-
computePromptQueryOutputDescriptorBuilder
public static DefaultPromptQueryOutputDescriptor.Builder computePromptQueryOutputDescriptorBuilder()Creates a new builder for the result ofcomputeQueryOutput.Note: Same as
builder(), but with a more verbose name suitable for static imports.- Returns:
- The new builder.
-
promptQueryOutputDescriptorBuilder
Creates a new builder for the result ofcomputeQueryOutput.- Returns:
- The new builder.
-