Uses of Interface
de.xima.fc.prompt.service.support.IPromptTextAnswerDescriptorBuilder
Packages that use IPromptTextAnswerDescriptorBuilder
Package
Description
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
Uses of IPromptTextAnswerDescriptorBuilder in de.xima.fc.prompt.service.support
Methods in de.xima.fc.prompt.service.support that return IPromptTextAnswerDescriptorBuilderModifier and TypeMethodDescriptionSets the key for the single text property that contains the answer.IPromptTextAnswerDescriptorBuilder.descriptionMessageKey(String descriptionMessageKey) Sets the message key for the description of the property.IPromptTextAnswerDescriptorBuilder.labelMessageKey(String labelMessageKey) Sets the message key for the label of the property.IPromptParametersService.textAnswerDescriptor()Gets a builder for a text answer as the output of a query.