lib/purecloudplatformclientv2/models/dialer_action.rb in purecloudplatformclientv2-18.0.0 vs lib/purecloudplatformclientv2/models/dialer_action.rb in purecloudplatformclientv2-19.0.0
- old
+ new
@@ -16,19 +16,19 @@
require 'date'
module PureCloud
class DialerAction
- # Type of the action
+ # The type of this DialerAction.
attr_accessor :type
- # Identifier of the action
+ # Additional type specification for this DialerAction.
attr_accessor :action_type_name
- # Indicator of the type of update action (applicable only to certain types of actions)
+ # Specifies how a contact attribute should be updated. Required for MODIFY_CONTACT_ATTRIBUTE.
attr_accessor :update_option
- # Map of key-value pairs pertinent to the action (different actions require different properties)
+ # A map of key-value pairs pertinent to the DialerAction. Different types of DialerActions require different properties. MODIFY_CONTACT_ATTRIBUTE with an updateOption of SET takes a contact column as the key and accepts any value. SCHEDULE_CALLBACK takes a key 'callbackOffset' that specifies how far in the future the callback should be scheduled, in minutes. SET_CALLER_ID takes two keys: 'callerAddress', which should be the caller id phone number, and 'callerName'. For either key, you can also specify a column on the contact to get the value from. To do this, specify 'contact.Column', where 'Column' is the name of the contact column from which to get the value. SET_SKILLS takes a key 'skills' with an array of skill ids.
attr_accessor :properties
# Attribute mapping from ruby-style variable name to JSON key.
def self.attribute_map
{