Uses of Class
com.mypurecloud.sdk.v2.model.DialerRulesetConfigChangeCondition
Packages that use DialerRulesetConfigChangeCondition
-
Uses of DialerRulesetConfigChangeCondition in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DialerRulesetConfigChangeConditionModifier and TypeMethodDescriptionDialerRulesetConfigChangeCondition.additionalProperties(Map<String, Object> additionalProperties) DialerRulesetConfigChangeCondition.agentWrapupField(String agentWrapupField) The input field from the data action that the agentWrapup will be passed to for this condition.DialerRulesetConfigChangeCondition.attributeName(String attributeName) An attribute name associated with the condition (applies only to certain rule conditions)DialerRulesetConfigChangeCondition.callAnalysisResultField(String callAnalysisResultField) The input field from the data action that the callAnalysisResult will be passed to for this condition.List of wrap-up code identifiers (used only in conditions of type 'wrapupCondition')DialerRulesetConfigChangeCondition.contactColumnToDataActionFieldMappings(List<DialerRulesetConfigChangeContactColumnToDataActionFieldMapping> contactColumnToDataActionFieldMappings) A list of mappings defining which contact data fields will be passed to which data action input fields for this condition.DialerRulesetConfigChangeCondition.contactIdField(String contactIdField) The input field from the data action that the contactId will be passed to for this condition.DialerRulesetConfigChangeCondition.dataAction(DialerRulesetConfigChangeUriReference dataAction) A UriReference for a resourceDialerRulesetConfigChangeCondition.dataNotFoundResolution(Boolean dataNotFoundResolution) The result of this condition if the data action returns a result indicating there was no data.Indicates whether to evaluate for the opposite of the stated condition; default is falseDialerRulesetConfigChangeCondition.operator(DialerRulesetConfigChangeCondition.OperatorEnum operator) An operation type for condition evaluationDialerRulesetConfigChangeCondition.predicates(List<DialerRulesetConfigChangeDataActionConditionPredicate> predicates) A list of predicates defining the comparisons to use for this condition.A value associated with the property type of this conditionDialerRulesetConfigChangeCondition.propertyType(DialerRulesetConfigChangeCondition.PropertyTypeEnum propertyType) Determines the type of the property associated with the conditionThe type of the conditionA value associated with the conditionDialerRulesetConfigChangeCondition.valueType(DialerRulesetConfigChangeCondition.ValueTypeEnum valueType) Determines the type of the value associated with the conditionMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type DialerRulesetConfigChangeConditionMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type DialerRulesetConfigChangeConditionModifier and TypeMethodDescriptionDialerRulesetConfigChangeRule.conditions(List<DialerRulesetConfigChangeCondition> conditions) The list of rule conditions; all must evaluate to true to trigger the rule actionsvoidDialerRulesetConfigChangeRule.setConditions(List<DialerRulesetConfigChangeCondition> conditions)