|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Conversation
Field Summary | |
---|---|
static java.lang.String |
AlternateRequest
|
static java.lang.String |
NoMoreAlternatesResponse
|
Method Summary | |
---|---|
void |
processInput(Pattern input)
Tells the conversation to treat a pattern as user input. |
void |
processInput(java.lang.String input)
Tells the conversation to treat a string as user input. |
void |
processInput(java.lang.String input,
java.lang.String[] alternatives)
Tells the conversation to treat a string as user input. |
void |
setNoMoreAltsSuffix(Term suffix)
Sets a string that will be returned with the NOMORESALTS response. |
Field Detail |
---|
static final java.lang.String AlternateRequest
static final java.lang.String NoMoreAlternatesResponse
Method Detail |
---|
void processInput(java.lang.String input) throws FSException
input
-
FSException
void processInput(java.lang.String input, java.lang.String[] alternatives) throws FSException
input
- alternatives
-
FSException
void processInput(Pattern input) throws FSException
input
-
FSException
void setNoMoreAltsSuffix(Term suffix)
suffix
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |