Package com.mypurecloud.sdk.v2.model
Class ConversationContext
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationContext
- All Implemented Interfaces:
Serializable
ConversationContext
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumParticipant type of the entity. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getText()inthashCode()ID of the conversation turn.participant(ConversationContext.ParticipantEnum participant) Participant type of the entity.voidvoidsetParticipant(ConversationContext.ParticipantEnum participant) voidThe conversation text.toString()
-
Constructor Details
-
ConversationContext
public ConversationContext() -
ConversationContext
-
-
Method Details
-
id
ID of the conversation turn. -
getId
-
setId
-
participant
Participant type of the entity. -
getParticipant
-
setParticipant
-
text
The conversation text. -
getText
-
setText
-
equals
-
hashCode
public int hashCode() -
toString
-