Package com.mypurecloud.sdk.v2.model
Class ConversationChecklistTopicAgentChecklistActivationTrigger
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationChecklistTopicAgentChecklistActivationTrigger
- All Implemented Interfaces:
Serializable
public class ConversationChecklistTopicAgentChecklistActivationTrigger
extends Object
implements Serializable
ConversationChecklistTopicAgentChecklistActivationTrigger
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets triggerType -
Constructor Summary
ConstructorsConstructorDescriptionConversationChecklistTopicAgentChecklistActivationTrigger(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()intentName(String intentName) voidsetIntentId(String intentId) voidsetIntentName(String intentName) voidsetTriggerDate(Date triggerDate) voidsetTriggerType(ConversationChecklistTopicAgentChecklistActivationTrigger.TriggerTypeEnum triggerType) toString()triggerDate(Date triggerDate)
-
Constructor Details
-
ConversationChecklistTopicAgentChecklistActivationTrigger
public ConversationChecklistTopicAgentChecklistActivationTrigger() -
ConversationChecklistTopicAgentChecklistActivationTrigger
-
-
Method Details
-
triggerType
public ConversationChecklistTopicAgentChecklistActivationTrigger triggerType(ConversationChecklistTopicAgentChecklistActivationTrigger.TriggerTypeEnum triggerType) -
getTriggerType
-
setTriggerType
public void setTriggerType(ConversationChecklistTopicAgentChecklistActivationTrigger.TriggerTypeEnum triggerType) -
triggerDate
-
getTriggerDate
-
setTriggerDate
-
intentName
-
getIntentName
-
setIntentName
-
intentId
-
getIntentId
-
setIntentId
-
equals
-
hashCode
public int hashCode() -
toString
-