public static class RequestResponseConversation.Provider extends AbstractConversationProvider
| Constructor and Description |
|---|
RequestResponseConversation.Provider() |
| Modifier and Type | Method and Description |
|---|---|
Conversation |
newConversation(String topic,
int cid,
int pid)
Get a conversation for the specified topic.
|
removeConversationpublic RequestResponseConversation.Provider()
public Conversation newConversation(String topic, int cid, int pid)
ConversationProvidertopic - name of the conversation topiccid - conversation idpid - unique conversation id of the parent conversation; 0 if
no parent conversationCopyright © 2014. All Rights Reserved.