Interface OutcomeDefinition
public interface OutcomeDefinition
Defines methods to access outcome data which is not directly associated with a feed message
-
Method Summary
Modifier and TypeMethodDescriptionThe template from which the outcome name was buildgetNameTemplate(Locale locale) The template from which the outcome name was build translated in the providedLocale
-
Method Details
-
getNameTemplate
String getNameTemplate()The template from which the outcome name was build- Returns:
- - the template from which the outcome name was build
-
getNameTemplate
The template from which the outcome name was build translated in the providedLocale- Parameters:
locale- - theLocalein which the name template should be translated- Returns:
- - the template from which the outcome name was build
-