Uses of Interface
de.xima.fc.prompt.service.IPromptExecutionContext
Packages that use IPromptExecutionContext
Package
Description
Contains the API for a prompt service that abstract the details of a particular provider.
Contains default implementations for various interfaces defined by the handler API.
-
Uses of IPromptExecutionContext in de.xima.fc.prompt.mgmt.defaults
Methods in de.xima.fc.prompt.mgmt.defaults with parameters of type IPromptExecutionContextModifier and TypeMethodDescriptionDefaultExecutePromptQueryParams.Builder.context(IPromptExecutionContext context) Sets the context to be used during execution of a prompt query. -
Uses of IPromptExecutionContext in de.xima.fc.prompt.mgmt.service
Methods in de.xima.fc.prompt.mgmt.service that return IPromptExecutionContextModifier and TypeMethodDescriptionIExecutePromptQueryParams.context()Gets the context used during execution of a prompt query. -
Uses of IPromptExecutionContext in de.xima.fc.prompt.service
Methods in de.xima.fc.prompt.service that return IPromptExecutionContextModifier and TypeMethodDescriptionIPromptExecutionParams.context()Gets the context used during execution of a prompt query. -
Uses of IPromptExecutionContext in de.xima.fc.prompt.service.defaults
Methods in de.xima.fc.prompt.service.defaults that return IPromptExecutionContextModifier and TypeMethodDescriptionDefaultPromptExecutionContext.Builder.build()Builds the execution context with the current settings of this builder.static IPromptExecutionContextDefaultPromptExecutionContext.standalone()Gets a standalone execution context, with an in-memory file storage, a no-op replacer, and no user identifier.Methods in de.xima.fc.prompt.service.defaults with parameters of type IPromptExecutionContextModifier and TypeMethodDescriptionDefaultPromptExecutionParams.Builder.context(IPromptExecutionContext context) Sets the execution context used during the prompt query execution.