public final class ChatService extends Object
Modifier and Type | Method and Description |
---|---|
static List<Post> |
getConversation(String strConversationId)
Get conversation
|
static void |
processMessage(javax.servlet.http.HttpServletRequest request,
String strConversationId,
String strMessage,
String strBotKey,
Locale locale)
Process message
|
public static void processMessage(javax.servlet.http.HttpServletRequest request, String strConversationId, String strMessage, String strBotKey, Locale locale)
request
- The requeststrConversationId
- The conversation IDstrMessage
- The messagestrBotKey
- The bot Keylocale
- The localeCopyright © 2017 City of Paris. All rights reserved.