Uses of Class
de.xima.fc.prompt.service.defaults.DefaultPromptExecutionParams.Builder
Packages that use DefaultPromptExecutionParams.Builder
Package
Description
Contains default implementations for various interfaces defined by the handler API.
-
Uses of DefaultPromptExecutionParams.Builder in de.xima.fc.prompt.service.defaults
Methods in de.xima.fc.prompt.service.defaults that return DefaultPromptExecutionParams.BuilderModifier and TypeMethodDescriptionstatic DefaultPromptExecutionParams.Builder<?, ?> DefaultPromptExecutionParams.builder()Creates a new builder for prompt execution parameters.static <ConnectionConfig, QueryConfig>
DefaultPromptExecutionParams.Builder<ConnectionConfig, QueryConfig> DefaultPromptExecutionParams.builder(ConnectionConfig connectionConfig, QueryConfig queryConfig) Creates a new builder for prompt execution parameters, with the given connection and query configurations already set on the builder.<NewConnectionConfig>
DefaultPromptExecutionParams.Builder<NewConnectionConfig, QueryConfig> DefaultPromptExecutionParams.Builder.connectionConfig(NewConnectionConfig connectionConfig) Sets the connection configuration of the query to be executed.DefaultPromptExecutionParams.Builder.context(IPromptExecutionContext context) Sets the execution context used during the prompt query execution.<NewQueryConfig>
DefaultPromptExecutionParams.Builder<ConnectionConfig, NewQueryConfig> DefaultPromptExecutionParams.Builder.queryConfig(NewQueryConfig queryConfig) Sets the query configuration of the query to be executed.DefaultPromptExecutionParams.Builder.requestObject(IPromptQueryRequestObject requestObject) Sets the request object with the parameters for the prompt query execution.