Uses of Interface
de.xima.fc.prompt.service.support.IPromptTextParameterDescriptorBuilder
Packages that use IPromptTextParameterDescriptorBuilder
Package
Description
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
Uses of IPromptTextParameterDescriptorBuilder in de.xima.fc.prompt.service.support
Methods in de.xima.fc.prompt.service.support that return IPromptTextParameterDescriptorBuilderModifier and TypeMethodDescriptionIPromptTextParameterDescriptorBuilder.allowPlaceholders(boolean allowPlaceholders) Sets whether to allow placeholder names in the text parameters.IPromptParametersService.textParameterDescriptor()Gets a builder for the text parameters as the input of a query.IPromptTextParameterDescriptorBuilder.textParameters(IPromptQueryConfig_TextParameters textParameters) Sets the text parameters configuration from which to derive the value descriptor.IPromptTextParameterDescriptorBuilder.textParameters(List<PromptTextParameter> textParameters) Sets the text parameters from which to derive the value descriptor.