Classes

The following classes are available globally.

  • Object representing the appearance of a chat conversation.

    See more

    Declaration

    Swift

    public class EPAppearance : NSObject
  • The controller used to display the conversations and to interact with them.

    See more

    Declaration

    Swift

    public class EPChatMessageViewController : EPBotController
  • This manager is the 86% SDK entry point.

    See more

    Declaration

    Swift

    public class EPManager : NSObject
  • This object represents a chat conversation in which a bot will run.

    See more

    Declaration

    Swift

    @objcMembers
    public class EPChatConversation : Object, Codable
  • This object represents an EPChatConversation message.

    Declaration

    Swift

    @objcMembers
    public class EPChatMessage : Object, Codable
  • An EPContextObject represents a valu stored into a chat conversation context.

    See more

    Declaration

    Swift

    public class EPContextObject : NSObject
  • Represents an option in a choice input.

    See more

    Declaration

    Swift

    public class EPInputOption : NSObject