|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.genesyslab.ail.Enum
com.genesyslab.ail.srl.SRLManager.ResponseType
public static class SRLManager.ResponseType
This enum lists the possible response types that an agent can work out.
| Field Summary | |
|---|---|
static SRLManager.ResponseType |
AGENT_CHOOSE_NOT_IN_SUGGESTED_RESPONSE_TYPE
Indicates that the agent received a list of suggested standard responses, ignored this list, and used another standard response available in the Standard Response Library (SRL). |
static int |
AGENT_CHOOSE_NOT_IN_SUGGESTED_RESPONSE_TYPE_
Integer representation of AGENT_CHOOSE_NOT_IN_SUGGESTED_RESPONSE_TYPE. |
static SRLManager.ResponseType |
AGENT_CHOOSE_ONE_OF_SUGGESTED_RESPONSE_TYPE
Indicates that the agent received a list of suggested standard responses, and selected one of them to reply. |
static int |
AGENT_CHOOSE_ONE_OF_SUGGESTED_RESPONSE_TYPE_
Integer representation of AGENT_CHOOSE_ONE_OF_SUGGESTED_RESPONSE_TYPE. |
static SRLManager.ResponseType |
AGENT_CHOOSE_STANDARD_RESPONSE_TYPE
Constant for the type "AGENT_CHOOSE_STANDARD_RESPONSE_TYPE". |
static int |
AGENT_CHOOSE_STANDARD_RESPONSE_TYPE_
Constant for the type "AGENT_CHOOSE_STANDARD_RESPONSE_TYPE". |
static SRLManager.ResponseType |
CONFIGURED_RESPONSE_TYPE
Indicates that the system replied automatically with a specific response defined by the administrator. |
static int |
CONFIGURED_RESPONSE_TYPE_
Integer representation of CONFIGURED_RESPONSE_TYPE. |
static int |
MAX
Indicates the number of defined constants and the next usable value for the possible constants. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static SRLManager.ResponseType |
getType(int value)
Returns the Type for this value. |
static int |
max()
Indicates the number of defined constants and the next usable value for the possible constants. |
| Methods inherited from class com.genesyslab.ail.Enum |
|---|
equals, hashCode, toInt, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int AGENT_CHOOSE_NOT_IN_SUGGESTED_RESPONSE_TYPE_
AGENT_CHOOSE_NOT_IN_SUGGESTED_RESPONSE_TYPE.
public static final SRLManager.ResponseType AGENT_CHOOSE_NOT_IN_SUGGESTED_RESPONSE_TYPE
public static final int AGENT_CHOOSE_ONE_OF_SUGGESTED_RESPONSE_TYPE_
AGENT_CHOOSE_ONE_OF_SUGGESTED_RESPONSE_TYPE.
public static final SRLManager.ResponseType AGENT_CHOOSE_ONE_OF_SUGGESTED_RESPONSE_TYPE
public static final int AGENT_CHOOSE_STANDARD_RESPONSE_TYPE_
public static final SRLManager.ResponseType AGENT_CHOOSE_STANDARD_RESPONSE_TYPE
public static final int CONFIGURED_RESPONSE_TYPE_
CONFIGURED_RESPONSE_TYPE.
public static final SRLManager.ResponseType CONFIGURED_RESPONSE_TYPE
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final SRLManager.ResponseType getType(int value)
Type for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||