-
public final class DelightResponse
-
-
Field Summary
Fields Modifier and Type Field Description private Stringtextprivate BooleanshouldEndConversationprivate Stringpollprivate DelightErrorerror
-
Constructor Summary
Constructors Constructor Description DelightResponse(String text, Boolean shouldEndConversation, String poll, DelightError error)
-
Method Summary
Modifier and Type Method Description final StringgetText()final UnitsetText(String text)final BooleangetShouldEndConversation()final UnitsetShouldEndConversation(Boolean shouldEndConversation)final StringgetPoll()final UnitsetPoll(String poll)final DelightErrorgetError()final UnitsetError(DelightError error)-
-
Constructor Detail
-
DelightResponse
DelightResponse(String text, Boolean shouldEndConversation, String poll, DelightError error)
-
-
Method Detail
-
getShouldEndConversation
final Boolean getShouldEndConversation()
-
setShouldEndConversation
final Unit setShouldEndConversation(Boolean shouldEndConversation)
-
getError
final DelightError getError()
-
setError
final Unit setError(DelightError error)
-
-
-
-