lib/twilio-ruby/rest/flex_api/v1/configuration.rb in twilio-ruby-5.61.1 vs lib/twilio-ruby/rest/flex_api/v1/configuration.rb in twilio-ruby-5.61.2
- old
+ new
@@ -166,10 +166,12 @@
'queue_stats_configuration' => payload['queue_stats_configuration'],
'notifications' => payload['notifications'],
'markdown' => payload['markdown'],
'url' => payload['url'],
'flex_insights_hr' => payload['flex_insights_hr'],
+ 'flex_insights_drilldown' => payload['flex_insights_drilldown'],
+ 'flex_url' => payload['flex_url'],
}
# Context
@instance_context = nil
@params = {}
@@ -422,9 +424,21 @@
##
# @return [Hash] Object that controls workspace reporting
def flex_insights_hr
@properties['flex_insights_hr']
+ end
+
+ ##
+ # @return [Boolean] Setting to enable Flex UI redirection
+ def flex_insights_drilldown
+ @properties['flex_insights_drilldown']
+ end
+
+ ##
+ # @return [String] URL to redirect to in case drilldown is enabled.
+ def flex_url
+ @properties['flex_url']
end
##
# Fetch the ConfigurationInstance
# @param [String] ui_version The Pinned UI version of the Configuration resource
\ No newline at end of file