Uses of Class
com.mypurecloud.sdk.v2.model.GuideSessionInputEvent
Packages that use GuideSessionInputEvent
-
Uses of GuideSessionInputEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return GuideSessionInputEventModifier and TypeMethodDescriptionGuideSessionTurnRequest.getInputEvent()GuideSessionInputEvent.invocationId(String invocationId) The invocation ID of the input event.GuideSessionInputEvent.invocations(List<GuideSessionTurnInvocationData> invocations) The invocation data of the input event.GuideSessionInputEvent.mode(GuideSessionInputEvent.ModeEnum mode) The input mode for this event.The text content of the input event.GuideSessionInputEvent.type(GuideSessionInputEvent.TypeEnum type) The type of input event.Methods in com.mypurecloud.sdk.v2.model with parameters of type GuideSessionInputEventModifier and TypeMethodDescriptionGuideSessionTurnRequest.inputEvent(GuideSessionInputEvent inputEvent) The input event for this turn.voidGuideSessionTurnRequest.setInputEvent(GuideSessionInputEvent inputEvent)