mobi.voiceassistant.client
Class AssistantAgentContract.Tokens

java.lang.Object
  extended by mobi.voiceassistant.client.AssistantAgentContract.Tokens
Enclosing class:
AssistantAgentContract

public static final class AssistantAgentContract.Tokens
extends Object


Field Summary
static String TOKEN_CONTACT
           
static String TOKEN_DATE
           
static String TOKEN_DATETIME
           
static String TOKEN_LOCATION
           
static String TOKEN_NUMBER
           
static String TOKEN_TEXT
           
static String TOKEN_TIME
           
 
Constructor Summary
AssistantAgentContract.Tokens()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOKEN_NUMBER

public static final String TOKEN_NUMBER
See Also:
Constant Field Values

TOKEN_DATE

public static final String TOKEN_DATE
See Also:
Constant Field Values

TOKEN_TIME

public static final String TOKEN_TIME
See Also:
Constant Field Values

TOKEN_DATETIME

public static final String TOKEN_DATETIME
See Also:
Constant Field Values

TOKEN_CONTACT

public static final String TOKEN_CONTACT
See Also:
Constant Field Values

TOKEN_LOCATION

public static final String TOKEN_LOCATION
See Also:
Constant Field Values

TOKEN_TEXT

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

AssistantAgentContract.Tokens

public AssistantAgentContract.Tokens()