com.genesyslab.ail.srl
Class SRLManager.ResponseType

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.srl.SRLManager.ResponseType
Enclosing interface:
SRLManager

public static class SRLManager.ResponseType
extends Enum

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

AGENT_CHOOSE_NOT_IN_SUGGESTED_RESPONSE_TYPE_

public static final int AGENT_CHOOSE_NOT_IN_SUGGESTED_RESPONSE_TYPE_
Integer representation of AGENT_CHOOSE_NOT_IN_SUGGESTED_RESPONSE_TYPE.

See Also:
Constant Field Values

AGENT_CHOOSE_NOT_IN_SUGGESTED_RESPONSE_TYPE

public static final 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).


AGENT_CHOOSE_ONE_OF_SUGGESTED_RESPONSE_TYPE_

public static final int AGENT_CHOOSE_ONE_OF_SUGGESTED_RESPONSE_TYPE_
Integer representation of AGENT_CHOOSE_ONE_OF_SUGGESTED_RESPONSE_TYPE.

See Also:
Constant Field Values

AGENT_CHOOSE_ONE_OF_SUGGESTED_RESPONSE_TYPE

public static final 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.


AGENT_CHOOSE_STANDARD_RESPONSE_TYPE_

public static final int AGENT_CHOOSE_STANDARD_RESPONSE_TYPE_
Constant for the type "AGENT_CHOOSE_STANDARD_RESPONSE_TYPE". Agent didn’t receive suggested responses from content analyzer and choose a standard response from SRL.

See Also:
Constant Field Values

AGENT_CHOOSE_STANDARD_RESPONSE_TYPE

public static final SRLManager.ResponseType AGENT_CHOOSE_STANDARD_RESPONSE_TYPE
Constant for the type "AGENT_CHOOSE_STANDARD_RESPONSE_TYPE".


CONFIGURED_RESPONSE_TYPE_

public static final int CONFIGURED_RESPONSE_TYPE_
Integer representation of CONFIGURED_RESPONSE_TYPE.

See Also:
Constant Field Values

CONFIGURED_RESPONSE_TYPE

public static final SRLManager.ResponseType CONFIGURED_RESPONSE_TYPE
Indicates that the system replied automatically with a specific response defined by the administrator.


MAX

public static final int MAX
Indicates the number of defined constants and the next usable value for the possible constants.

See Also:
Constant Field Values
Method Detail

max

public static final int max()
Indicates the number of defined constants and the next usable value for the possible constants.


getType

public static final SRLManager.ResponseType getType(int value)
Returns the Type for this value.