| Modifier and Type | Class and Description |
|---|---|
class |
NoAnswer
Represents an empty or no answer.
|
class |
TerminateAnswer
Represents an answer that causes process to be treated as finished
|
class |
TextAnswer
Represents an non-interactive user input to a sentence.
|
| Modifier and Type | Method and Description |
|---|---|
Answer |
ProcessInteraction.repliesTo(Sentence sentence)
Returns an answer that should be used to reply the question
|
| Modifier and Type | Method and Description |
|---|---|
ProcessInteractionBuilder |
ProcessInteractionBuilder.with(Answer response)
Stores an answer for question defined by
replyTo call |
Copyright © 2014 JBoss by Red Hat. All rights reserved.