|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hops.ext.ogcall
public class ogcall
discriminates which generator call and how
Constructor Summary | |
---|---|
ogcall()
Creates a new instance of ogcall with dummy og |
|
ogcall(og_util.NLPParameters param)
Generates an OG standalone |
|
ogcall(java.lang.String interface_name,
long _timeout)
Generates an output generator in FADA |
Method Summary | |
---|---|
ResponseData |
callGenerator(java.lang.String ChannelId,
java.lang.String Lang,
stackact next_moves,
IS state,
UserModel um)
creates the ResponseData |
utterance |
generateOutput(ResponseData RD,
stackact next_moves)
creates a new utterance from the moves |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ogcall()
public ogcall(og_util.NLPParameters param)
public ogcall(java.lang.String interface_name, long _timeout)
Method Detail |
---|
public ResponseData callGenerator(java.lang.String ChannelId, java.lang.String Lang, stackact next_moves, IS state, UserModel um)
public utterance generateOutput(ResponseData RD, stackact next_moves)
RD
- the responsedata comming from the DMnext_moves
- the moves that should generate a message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |