Class DefaultExecutePromptQueryRetVal.Builder
java.lang.Object
de.xima.fc.prompt.mgmt.defaults.DefaultExecutePromptQueryRetVal.Builder
- Enclosing class:
DefaultExecutePromptQueryRetVal
Builder for
DefaultExecutePromptQueryRetVal.- Since:
- 8.5.0
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Creates a new prompt execution parameters instance with the configured values.responseObject(IPromptQueryResponseObject responseObject) Sets the response object to be used as a parameter for the prompt query execution.
-
Method Details
-
build
Creates a new prompt execution parameters instance with the configured values.- Returns:
- A new prompt execution parameters instance.
-
responseObject
@CanIgnoreReturnValue public DefaultExecutePromptQueryRetVal.Builder responseObject(IPromptQueryResponseObject responseObject) Sets the response object to be used as a parameter for the prompt query execution.- Parameters:
responseObject- The response object- Returns:
- This builder instance for chaining method calls.
-