Uses of Class
com.mypurecloud.sdk.v2.model.DialerAction
Packages that use DialerAction
-
Uses of DialerAction in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DialerActionModifier and TypeMethodDescriptionDialerAction.actionTypeName(DialerAction.ActionTypeNameEnum actionTypeName) Additional type specification for this DialerAction.DialerAction.agentWrapupField(String agentWrapupField) The input field from the data action that the agentWrapup will be passed to for this condition.DialerAction.callAnalysisResultField(String callAnalysisResultField) The input field from the data action that the callAnalysisResult will be passed to for this condition.DialerAction.contactColumnToDataActionFieldMappings(List<ContactColumnToDataActionFieldMapping> contactColumnToDataActionFieldMappings) A list of mappings defining which contact data fields will be passed to which data action input fields for this condition.DialerAction.contactIdField(String contactIdField) The input field from the data action that the contactId will be passed to for this condition.DialerAction.dataAction(DomainEntityRef dataAction) The Data Action to use for this action.DialerAction.properties(Map<String, String> properties) A map of key-value pairs pertinent to the DialerAction.DialerAction.type(DialerAction.TypeEnum type) The type of this DialerAction.DialerAction.updateOption(DialerAction.UpdateOptionEnum updateOption) Specifies how a contact attribute should be updated.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type DialerActionMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type DialerActionModifier and TypeMethodDescriptionDialerRule.actions(List<DialerAction> actions) The list of actions to be taken if the conditions are true.voidDialerRule.setActions(List<DialerAction> actions)