mobi.voiceassistant.base
Class AgentContract.Content

java.lang.Object
  extended by mobi.voiceassistant.base.AgentContract.Content
Enclosing class:
AgentContract

public static final class AgentContract.Content
extends Object


Field Summary
static String COLUMN_ID
           
static String COLUMN_VALUE
           
static String FUZZY_KEY_VALUE_TYPE
          Content type for fuzzy matched values
static String KEY_VALUE_TYPE
          Content type for exactly matched values
static String URI_TYPE
          Content type for uri rewriters.
 
Constructor Summary
AgentContract.Content()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URI_TYPE

public static final String URI_TYPE
Content type for uri rewriters.

See Also:
PatternUriProvider, Constant Field Values

KEY_VALUE_TYPE

public static final String KEY_VALUE_TYPE
Content type for exactly matched values

See Also:
Constant Field Values

FUZZY_KEY_VALUE_TYPE

public static final String FUZZY_KEY_VALUE_TYPE
Content type for fuzzy matched values

See Also:
Constant Field Values

COLUMN_ID

public static final String COLUMN_ID
See Also:
Constant Field Values

COLUMN_VALUE

public static final String COLUMN_VALUE
See Also:
Constant Field Values
Constructor Detail

AgentContract.Content

public AgentContract.Content()