Package com.unblu.sdk.core.model
Enum Class ConversationType
- All Implemented Interfaces:
Serializable
,Comparable<ConversationType>
,Constable
The type of a conversation. When a conversation is start with one of this type, the corresponding configuration template is used in unblu.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription(visitor initiated, visitor centered) A visitor creates an incoming audio conversation.(visitor initiated, visitor centered) A visitor creates an incoming audio conversation.(visitor initiated, visitor centered) A visitor creates an incoming embedded co-browsing conversation.(visitor initiated, visitor centered) A visitor creates an incoming chat conversation while all agents are offline.(visitor initiated, visitor centered) A visitor creates an universal co-browsing conversation.(visitor initiated, visitor centered) A visitor creates an incoming video conversation.(Api initiated, visitor centered) A visitor creates a conversation via API which is not added to the queue and where he can invite other visitor to do embedded -
Method Summary
Modifier and TypeMethodDescriptionstatic ConversationType
Returns the enum constant of this class with the specified name.static ConversationType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AUDIO_REQUEST
(visitor initiated, visitor centered) A visitor creates an incoming audio conversation. -
CHAT_REQUEST
(visitor initiated, visitor centered) A visitor creates an incoming audio conversation. -
MOBILE_COBROWSING_REQUEST
(visitor initiated, visitor centered) A visitor creates an incoming embedded co-browsing conversation. -
OFFLINE_CHAT_REQUEST
(visitor initiated, visitor centered) A visitor creates an incoming chat conversation while all agents are offline. -
UNIVERSAL_COBROWSING
(visitor initiated, visitor centered) A visitor creates an universal co-browsing conversation. -
VIDEO_REQUEST
(visitor initiated, visitor centered) A visitor creates an incoming video conversation. -
VISITOR_COBROWSING
(Api initiated, visitor centered) A visitor creates a conversation via API which is not added to the queue and where he can invite other visitor to do embedded
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-