Package de.xima.fc.prompt.service


package de.xima.fc.prompt.service
Contains the API for a prompt service that abstract the details of a particular provider. A prompt service is usually a REST API that can answer prompts. Each prompt service has a type, and each type must have a corresponding implementation of IPromptServiceHandler. This allows the core to implement the prompt feature in a provider-agnostic way, while still allowing for different providers to be used.
Since:
8.5.0