Package com.mypurecloud.sdk.v2.model
Class TextBotWaitForInputAction
java.lang.Object
com.mypurecloud.sdk.v2.model.TextBotWaitForInputAction
- All Implemented Interfaces:
Serializable
Settings for a next-action of waiting for additional user input and sending the data as an input action to the bot flow.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()modeConstraints(TextBotModeConstraints modeConstraints) The mode constraints for the user input.voidsetModeConstraints(TextBotModeConstraints modeConstraints) toString()
-
Constructor Details
-
TextBotWaitForInputAction
public TextBotWaitForInputAction() -
TextBotWaitForInputAction
-
-
Method Details