lib/purecloud/models/create_callback_command.rb in purecloud-0.50.1 vs lib/purecloud/models/create_callback_command.rb in purecloud-0.51.1

- old
+ new

@@ -43,10 +43,10 @@ attr_accessor :is_automated # The id of the configuration to handle the response (e.g. live voice, machine) from automatically placing a call for a callback. attr_accessor :automated_callback_config_id - # A map of key-value pairs containing additional data that can be associated to the callback. These could be set up for instance to be used in a customized script shown during the call. Example: { \"notes\": \"ready to close the deal!\", \"customerPreferredName\": \"Doc\" } + # A map of key-value pairs containing additional data that can be associated to the callback. These values will appear in the attributes property on the conversation participant. Example: { \"notes\": \"ready to close the deal!\", \"customerPreferredName\": \"Doc\" } attr_accessor :data # Attribute mapping from ruby-style variable name to JSON key. def self.attribute_map {