Package com.mypurecloud.sdk.v2.model
Class ChecklistActivationPayload
java.lang.Object
com.mypurecloud.sdk.v2.model.ChecklistActivationPayload
- All Implemented Interfaces:
Serializable
ChecklistActivationPayload
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumTrigger type that activated this checklist.static enumDirection of the conversation.static enumMedia type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivationTriggerType(ChecklistActivationPayload.ActivationTriggerTypeEnum activationTriggerType) Trigger type that activated this checklist.Agent ID.assistantId(String assistantId) Assistant ID.Direction of the conversation.booleaninthashCode()The intent ID if checklist was triggered by an intent.intentName(String intentName) The intent name if checklist was triggered by an intent.Language associated with the checklist.Media type.participantId(String participantId) Participant ID.Queue ID.voidsetActivationTriggerType(ChecklistActivationPayload.ActivationTriggerTypeEnum activationTriggerType) voidsetAgentId(String agentId) voidsetAssistantId(String assistantId) voidvoidsetIntentId(String intentId) voidsetIntentName(String intentName) voidsetLanguage(String language) voidvoidsetParticipantId(String participantId) voidsetQueueId(String queueId) toString()
-
Constructor Details
-
ChecklistActivationPayload
public ChecklistActivationPayload() -
ChecklistActivationPayload
-
-
Method Details
-
activationTriggerType
public ChecklistActivationPayload activationTriggerType(ChecklistActivationPayload.ActivationTriggerTypeEnum activationTriggerType) Trigger type that activated this checklist. -
getActivationTriggerType
-
setActivationTriggerType
public void setActivationTriggerType(ChecklistActivationPayload.ActivationTriggerTypeEnum activationTriggerType) -
intentId
The intent ID if checklist was triggered by an intent. -
getIntentId
-
setIntentId
-
intentName
The intent name if checklist was triggered by an intent. -
getIntentName
-
setIntentName
-
language
Language associated with the checklist. -
getLanguage
-
setLanguage
-
agentId
Agent ID. -
getAgentId
-
setAgentId
-
participantId
Participant ID. -
getParticipantId
-
setParticipantId
-
queueId
Queue ID. -
getQueueId
-
setQueueId
-
assistantId
Assistant ID. -
getAssistantId
-
setAssistantId
-
mediaType
Media type. -
getMediaType
-
setMediaType
-
direction
Direction of the conversation. -
getDirection
-
setDirection
-
equals
-
hashCode
public int hashCode() -
toString
-