Package org.smallmind.phalanx.wire
Class Shouting
- java.lang.Object
-
- org.smallmind.phalanx.wire.Shouting
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConversationgetConversation()VoidgetInstanceId()VocalModegetMode()StringgetServiceGroup()
-
-
-
Constructor Detail
-
Shouting
public Shouting(String serviceGroup)
-
-
Method Detail
-
getConversation
public Conversation getConversation()
- Specified by:
getConversationin interfaceVoice<String,Void>
-
getServiceGroup
public String getServiceGroup()
- Specified by:
getServiceGroupin interfaceVoice<String,Void>
-
getInstanceId
public Void getInstanceId()
- Specified by:
getInstanceIdin interfaceVoice<String,Void>
-
-