Uses of Class
com.mypurecloud.sdk.v2.model.TextBotUserInputEvent
Packages that use TextBotUserInputEvent
-
Uses of TextBotUserInputEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TextBotUserInputEventModifier and TypeMethodDescriptionTextBotUserInputEvent.alternatives(List<TextBotUserInputAlternative> alternatives) The input alternatives.TextBotFlowTurnRequest.getInputEventUserInput()TextBotUserInputEvent.mode(TextBotUserInputEvent.ModeEnum mode) The input mode.Methods in com.mypurecloud.sdk.v2.model with parameters of type TextBotUserInputEventModifier and TypeMethodDescriptionTextBotFlowTurnRequest.inputEventUserInput(TextBotUserInputEvent inputEventUserInput) The data for the input event of this turn if it is a user input event.voidTextBotFlowTurnRequest.setInputEventUserInput(TextBotUserInputEvent inputEventUserInput)