EPChatMessageViewController

public class EPChatMessageViewController : EPBotController

The controller used to display the conversations and to interact with them.

  • The chat conversation currently used in this controller.

    Declaration

    Swift

    public internal(set) var conversation: EPChatConversation! {
      get
      }