Package com.mypurecloud.sdk.v2.model
Class TextBotUserInputEvent
java.lang.Object
com.mypurecloud.sdk.v2.model.TextBotUserInputEvent
- All Implemented Interfaces:
Serializable
Settings for an input event to the bot flow indicating user input is available.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalternatives(List<TextBotUserInputAlternative> alternatives) The input alternatives.booleangetMode()inthashCode()The input mode.voidsetAlternatives(List<TextBotUserInputAlternative> alternatives) voidtoString()
-
Constructor Details
-
TextBotUserInputEvent
public TextBotUserInputEvent() -
TextBotUserInputEvent
-
-
Method Details