public interface ChatBot
Modifier and Type | Method and Description |
---|---|
List<String> |
getAvailableLanguages()
Returns available languages
|
String |
getAvatarUrl()
The image URL of the bot's avatar
|
String |
getDescription(Locale locale)
Gets the bot description
|
String |
getKey()
Get the bot ID
|
String |
getName(Locale locale)
Gets the bot name
|
List<String> |
processUserMessage(String strMessage,
String strConversationId,
Locale locale)
Process the user message
|
String getKey()
String getName(Locale locale)
locale
- The localeString getDescription(Locale locale)
locale
- The localeList<String> processUserMessage(String strMessage, String strConversationId, Locale locale)
strMessage
- The user messagestrConversationId
- The conversation IDlocale
- The localeList<String> getAvailableLanguages()
String getAvatarUrl()
Copyright © 2017 City of Paris. All rights reserved.