public class EPChatConversationFragment
The fragment used to display the conversations and to interact with them.
Constructor and Description |
---|
EPChatConversationFragment()
The fragment used to display the conversations and to interact with them.
|
Modifier and Type | Method and Description |
---|---|
void |
setBotCustomInterface(EPBotCustomInterface botCustomInterface)
You can set this interface to customize the bot and interact with its behavior
|
public EPChatConversationFragment()
The fragment used to display the conversations and to interact with them.
public void setBotCustomInterface(EPBotCustomInterface botCustomInterface)
You can set this interface to customize the bot and interact with its behavior
botCustomInterface
- The implemented interface EPBotCustomInterface