public class UserGroupLookupSuggester extends Object implements Suggester
Constructor and Description |
---|
UserGroupLookupSuggester() |
Modifier and Type | Method and Description |
---|---|
void |
initWithParameters(SuggesterDescriptor descriptor)
Configure the Suggester instance with the parameters from the XML
descriptor.
|
List<Suggestion> |
suggest(String userInput,
SuggestionContext context)
Compute a list of possible user actions or intents given their input and
context.
|
public List<Suggestion> suggest(String userInput, SuggestionContext context) throws SuggestionException
Suggester
suggest
in interface Suggester
userInput
- text typed by the usercontext
- user contextSuggestionException
- if the configuration or context are
inconsistent, or a backing service is failing.public void initWithParameters(SuggesterDescriptor descriptor)
Suggester
initWithParameters
in interface Suggester
descriptor
- XMap descriptor with the aggregate configuration
information of the component.Copyright © 2013 Nuxeo SA. All Rights Reserved.