mobi.voiceassistant.client
Class AssistantAgentContract.Intents

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

public static final class AssistantAgentContract.Intents
extends Object


Field Summary
static String ACTION_BUBBLE_CLICK
           
static String ACTION_WELCOME
           
 
Constructor Summary
AssistantAgentContract.Intents()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION_BUBBLE_CLICK

public static final String ACTION_BUBBLE_CLICK
See Also:
Constant Field Values

ACTION_WELCOME

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

AssistantAgentContract.Intents

public AssistantAgentContract.Intents()