Package | Description |
---|---|
com.genesyslab.platform.webmedia.protocol.flexchat |
This package contains classes and enumerations that let you exchange information with Chat Server.
|
com.genesyslab.platform.webmedia.protocol.flexchat.events |
This package contains the FlexChat protocol Event messages that provide information about the status of your requests.
|
Modifier and Type | Field | Description |
---|---|---|
static RequestResult |
RequestResult.Error |
|
static RequestResult |
RequestResult.Success |
Modifier and Type | Method | Description |
---|---|---|
static RequestResult |
RequestResult.valueOf(int ordinal) |
Returns enumeration value by given ordinal number.
|
static RequestResult |
RequestResult.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<RequestResult> |
RequestResult.values() |
Returns all values of the enumeration.
|
Modifier and Type | Method | Description |
---|---|---|
abstract RequestResult |
EventStatus.getRequestResult() |
An
EventStatus property that indicates whether
a request was processed correctly. |
Modifier and Type | Method | Description |
---|---|---|
static EventStatus |
EventStatus.create(java.lang.String userId,
java.lang.String secureKey,
java.lang.String occurredAt,
java.lang.Integer partyId,
RequestResult requestResult,
FlexTranscript flexTranscript,
Description description) |
Creates instance of EventStatus.
|
abstract void |
EventStatus.setRequestResult(RequestResult requestResult) |
An
EventStatus property that indicates whether
a request was processed correctly. |
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.