Package | Description |
---|---|
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 | Field | Description |
---|---|---|
static Action |
Action.CloseIfNoAgents |
|
static Action |
Action.ForceClose |
|
static Action |
Action.KeepAlive |
Modifier and Type | Method | Description |
---|---|---|
static Action |
Action.valueOf(int ordinal) |
Returns enumeration value by given ordinal number.
|
static Action |
Action.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<Action> |
Action.values() |
Returns all values of the enumeration.
|
Modifier and Type | Method | Description |
---|---|---|
abstract Action |
RequestReleaseParty.getAfterAction() |
Specifies the action to take after a
RequestReleaseParty
request. |
Modifier and Type | Method | Description |
---|---|---|
static RequestReleaseParty |
RequestReleaseParty.create(java.lang.String sessionId,
java.lang.String userId,
Action afterAction,
MessageText messageText) |
Creates instance of RequestReleaseParty.
|
abstract void |
RequestReleaseParty.setAfterAction(Action afterAction) |
Specifies the action to take after a
RequestReleaseParty
request. |
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.