Package | Description |
---|---|
com.genesyslab.platform.applicationblocks.commons.protocols | |
com.genesyslab.platform.webmedia.protocol |
This package contains the Protocol classes that allow you to create applications that integrate with Genesys non-voice media servers.
|
com.genesyslab.platform.webmedia.protocol.basicchat |
This package contains classes and enumerations that let you exchange information with Chat Server.
|
com.genesyslab.platform.webmedia.protocol.basicchat.requests |
This package contains the Request Object classes that your applications can use to work with chat interactions in Chat Server.
|
Modifier and Type | Method | Description |
---|---|---|
UserType |
BasicChatConfiguration.getUserType() |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
void |
BasicChatConfiguration.setUserType(UserType userType) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
UserType |
BasicChatProtocol.getUserType() |
|
UserType |
BasicChatProtocolHandshakeOptions.getUserType() |
Modifier and Type | Method | Description |
---|---|---|
void |
BasicChatProtocol.setUserType(UserType userType) |
|
void |
BasicChatProtocolHandshakeOptions.setUserType(UserType userType) |
Modifier and Type | Field | Description |
---|---|---|
static UserType |
UserType.Agent |
|
static UserType |
UserType.Client |
|
static UserType |
UserType.External |
|
static UserType |
UserType.Supervisor |
|
static UserType |
UserType.System |
Modifier and Type | Method | Description |
---|---|---|
abstract UserType |
UserInfo.getUserType() |
The type of user that is attached to this chat interaction.
|
static UserType |
UserType.valueOf(int ordinal) |
Returns enumeration value by given ordinal number.
|
static UserType |
UserType.valueOf(java.lang.String name) |
Returns enumeration value with specified name or null if no such value exists.
|
Modifier and Type | Method | Description |
---|---|---|
static java.util.Collection<UserType> |
UserType.values() |
Returns all values of the enumeration.
|
Modifier and Type | Method | Description |
---|---|---|
static UserInfo |
UserInfo.create(java.lang.String personId,
java.lang.String userNickname,
UserType userType,
ProtocolType protocolType,
java.lang.Integer timeZoneOffset) |
Creates instance of UserInfo.
|
static UserInfo |
UserInfo.create(java.lang.String personId,
java.lang.String userNickname,
UserType userType,
java.lang.String secureKey,
ProtocolType protocolType,
java.lang.Integer timeZoneOffset) |
Creates instance of UserInfo.
|
abstract void |
UserInfo.setUserType(UserType userType) |
The type of user that is attached to this chat interaction.
|
Modifier and Type | Method | Description |
---|---|---|
abstract UserType |
RequestRegister.getUserType() |
The type of user that is attached to this chat interaction.
|
Modifier and Type | Method | Description |
---|---|---|
static RequestRegister |
RequestRegister.create(java.lang.String userNickname,
UserType userType,
java.lang.String personId,
java.lang.Integer timeZoneOffset,
KeyValueCollection userData) |
Creates instance of RequestRegister.
|
static RequestRegister |
RequestRegister.create(java.lang.String userNickname,
UserType userType,
java.lang.String personId,
java.lang.Integer timeZoneOffset,
KeyValueCollection userData,
java.lang.String userId) |
Creates instance of RequestRegister.
|
abstract void |
RequestRegister.setUserType(UserType userType) |
The type of user that is attached to this chat interaction.
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.