public class PreChatForm
extends java.lang.Object
implements java.io.Serializable
Used to define the form's fields as defined in PreChatForm.Field
Modifier and Type | Class and Description |
---|---|
static class |
PreChatForm.Builder
Builds pre chat form with default of hidden if not specified
|
static class |
PreChatForm.Field
Defines available pre chat form field configurations.
|
Modifier and Type | Method and Description |
---|---|
PreChatForm.Field |
getDepartment()
Gets department filed configuration.
|
PreChatForm.Field |
getEmail()
Gets email filed configuration.
|
PreChatForm.Field |
getMessage()
Gets message filed configuration.
|
PreChatForm.Field |
getName()
Gets name filed configuration.
|
PreChatForm.Field |
getPhoneNumber()
Gets phone number filed configuration.
|
@NonNull public PreChatForm.Field getName()
PreChatForm.Field
@NonNull public PreChatForm.Field getEmail()
PreChatForm.Field
@NonNull public PreChatForm.Field getPhoneNumber()
PreChatForm.Field
@NonNull public PreChatForm.Field getDepartment()
PreChatForm.Field
@NonNull public PreChatForm.Field getMessage()
PreChatForm.Field