Uses of Class
de.xima.fc.prompt.service.support.PromptTextParameter
Packages that use PromptTextParameter
Package
Description
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
Uses of PromptTextParameter in de.xima.fc.prompt.service.support
Methods in de.xima.fc.prompt.service.support that return types with arguments of type PromptTextParameterModifier and TypeMethodDescriptionIPromptQueryConfig_TextParameters.getTextParameters()Gets the list of text parameters accepted by the prompt query.Method parameters in de.xima.fc.prompt.service.support with type arguments of type PromptTextParameterModifier and TypeMethodDescriptionvoidIPromptQueryConfig_TextParameters.setTextParameters(List<PromptTextParameter> textParameters) Sets the list of text parameters accepted by the prompt query.IPromptExecutionResolveTextParametersBuilder.textParameters(List<PromptTextParameter> textParameters) Sets the text parameters to resolve.IPromptTextParameterDescriptorBuilder.textParameters(List<PromptTextParameter> textParameters) Sets the text parameters from which to derive the value descriptor.booleanIPromptTextInputParamsBuilder.update(List<PromptTextParameter> params) Extracts the names of allprompt text parametersviaIPromptTextInputParamsBuilder.extract(), and updates the given list of prompt text parameters accordingly.