Package com.mypurecloud.sdk.v2.model
Class GuideSessionInputEvent
java.lang.Object
com.mypurecloud.sdk.v2.model.GuideSessionInputEvent
- All Implemented Interfaces:
Serializable
GuideSessionInputEvent
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe input mode for this event.static enumThe type of input event. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetMode()getText()getType()inthashCode()invocationId(String invocationId) The invocation ID of the input event.invocations(List<GuideSessionTurnInvocationData> invocations) The invocation data of the input event.The input mode for this event.voidsetInvocationId(String invocationId) voidsetInvocations(List<GuideSessionTurnInvocationData> invocations) voidvoidvoidThe text content of the input event.toString()The type of input event.
-
Constructor Details
-
GuideSessionInputEvent
public GuideSessionInputEvent() -
GuideSessionInputEvent
-
-
Method Details
-
type
The type of input event. -
getType
-
setType
-
text
The text content of the input event. -
getText
-
setText
-
mode
The input mode for this event. -
getMode
-
setMode
-
invocationId
The invocation ID of the input event. -
getInvocationId
-
setInvocationId
-
invocations
The invocation data of the input event. -
getInvocations
-
setInvocations
-
equals
-
hashCode
public int hashCode() -
toString
-