| Class | Description |
|---|---|
| EPActivityResult |
Object given to the fragment after the return of the Custom input activity
|
| EPBotAppearance |
Object representing the appearance of a chat conversation.
|
| EPBotFetchingStrategy |
Determines the method that will be used to fetch a bot.
|
| EPContextObject |
An EPContextObject represents a valu stored into a chat conversation context.
|
| EPInputOption |
Represents an option in a "choice input".
|
| EPInputOptionItemValueType |
Represents the value type of an input option externally fetched.
|
| EPInputOptionResponse |
The different type the custom input option can take.
|
| EPInputValidator |
Defines both validation rules (e.g : isEmail, isNotEmpty,.. ), and when the check will be done
|
| EPRunAsyncTaskResponse |
Represents a response for the asynchronous task running.
|
| EPValidationCondition |
Define a validation condition
|