Package com.mypurecloud.sdk.v2.model
Class TextBotErrorInputEvent
java.lang.Object
com.mypurecloud.sdk.v2.model.TextBotErrorInputEvent
- All Implemented Interfaces:
Serializable
Settings for an input event to the bot flow indicating an error has occurred.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe error code.booleangetCode()inthashCode()The error message.voidvoidsetMessage(String message) toString()
-
Constructor Details
-
TextBotErrorInputEvent
public TextBotErrorInputEvent() -
TextBotErrorInputEvent
-
-
Method Details