lib/twilio-ruby/rest/flex_api/v1/configuration.rb in twilio-ruby-5.45.1 vs lib/twilio-ruby/rest/flex_api/v1/configuration.rb in twilio-ruby-5.46.0
- old
+ new
@@ -230,17 +230,17 @@
def taskrouter_target_taskqueue_sid
@properties['taskrouter_target_taskqueue_sid']
end
##
- # @return [Hash] The list of TaskRouter TaskQueues
+ # @return [Array[Hash]] The list of TaskRouter TaskQueues
def taskrouter_taskqueues
@properties['taskrouter_taskqueues']
end
##
- # @return [Hash] The Skill description for TaskRouter workers
+ # @return [Array[Hash]] The Skill description for TaskRouter workers
def taskrouter_skills
@properties['taskrouter_skills']
end
##
@@ -374,11 +374,11 @@
def plugin_service_attributes
@properties['plugin_service_attributes']
end
##
- # @return [Hash] A list of objects that contain the configurations for the Integrations supported in this configuration
+ # @return [Array[Hash]] A list of objects that contain the configurations for the Integrations supported in this configuration
def integrations
@properties['integrations']
end
##
@@ -386,10 +386,10 @@
def outbound_call_flows
@properties['outbound_call_flows']
end
##
- # @return [String] The list of serverless service SIDs
+ # @return [Array[String]] The list of serverless service SIDs
def serverless_service_sids
@properties['serverless_service_sids']
end
##
\ No newline at end of file