lib/purecloudplatformclientv2/models/analytics_participant.rb in purecloudplatformclientv2-19.0.0 vs lib/purecloudplatformclientv2/models/analytics_participant.rb in purecloudplatformclientv2-20.0.0
- old
+ new
@@ -182,11 +182,11 @@
- allowed_values = ["manual", "dialer", "inbound", "acd", "ivr", "voicemail", "outbound", "agent", "user", "station", "group", "customer", "external"]
+ allowed_values = ["manual", "dialer", "inbound", "acd", "ivr", "voicemail", "outbound", "agent", "user", "station", "group", "customer", "external", "fax", "workflow"]
if @purpose && !allowed_values.include?(@purpose)
return false
end
@@ -223,10 +223,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"]
+ allowed_values = ["manual", "dialer", "inbound", "acd", "ivr", "voicemail", "outbound", "agent", "user", "station", "group", "customer", "external", "fax", "workflow"]
if purpose && !allowed_values.include?(purpose)
fail ArgumentError, "invalid value for 'purpose', must be one of #{allowed_values}."
end
@purpose = purpose
end