lib/purecloudplatformclientv2/models/analytics_participant.rb in purecloudplatformclientv2-54.0.0 vs lib/purecloudplatformclientv2/models/analytics_participant.rb in purecloudplatformclientv2-55.0.0

- old
+ new

@@ -198,11 +198,11 @@ - allowed_values = ["manual", "dialer", "inbound", "acd", "ivr", "voicemail", "outbound", "agent", "user", "station", "group", "customer", "external", "fax", "workflow"] + allowed_values = ["manual", "dialer", "inbound", "acd", "ivr", "voicemail", "outbound", "agent", "user", "station", "group", "customer", "external", "fax", "workflow", "campaign"] if @purpose && !allowed_values.include?(@purpose) return false end @@ -248,10 +248,10 @@ # Custom attribute writer method checking allowed values (enum). # @param [Object] purpose Object to be assigned def purpose=(purpose) - allowed_values = ["manual", "dialer", "inbound", "acd", "ivr", "voicemail", "outbound", "agent", "user", "station", "group", "customer", "external", "fax", "workflow"] + allowed_values = ["manual", "dialer", "inbound", "acd", "ivr", "voicemail", "outbound", "agent", "user", "station", "group", "customer", "external", "fax", "workflow", "campaign"] if purpose && !allowed_values.include?(purpose) fail ArgumentError, "invalid value for 'purpose', must be one of #{allowed_values}." end @purpose = purpose end