Package com.mypurecloud.sdk.v2.model
Class CopilotContextValue
java.lang.Object
com.mypurecloud.sdk.v2.model.CopilotContextValue
- All Implemented Interfaces:
Serializable
CopilotContextValue
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconversationAttributeProperties(ConversationAttributeProperties conversationAttributeProperties) Conversation attribute properties.booleangetName()getType()inthashCode()Name of the context.participantDataProperties(ParticipantDataProperties participantDataProperties) Participant data properties.voidsetConversationAttributeProperties(ConversationAttributeProperties conversationAttributeProperties) voidvoidsetParticipantDataProperties(ParticipantDataProperties participantDataProperties) voidtoString()Type of the context.
-
Constructor Details
-
CopilotContextValue
public CopilotContextValue() -
CopilotContextValue
-
-
Method Details
-
name
Name of the context. -
getName
-
setName
-
type
Type of the context. -
getType
-
setType
-
participantDataProperties
public CopilotContextValue participantDataProperties(ParticipantDataProperties participantDataProperties) Participant data properties. -
getParticipantDataProperties
-
setParticipantDataProperties
-
conversationAttributeProperties
public CopilotContextValue conversationAttributeProperties(ConversationAttributeProperties conversationAttributeProperties) Conversation attribute properties. -
getConversationAttributeProperties
-
setConversationAttributeProperties
public void setConversationAttributeProperties(ConversationAttributeProperties conversationAttributeProperties) -
equals
-
hashCode
public int hashCode() -
toString
-