lib/twilio-ruby/rest/flex_api/v1/configuration.rb in twilio-ruby-5.71.0 vs lib/twilio-ruby/rest/flex_api/v1/configuration.rb in twilio-ruby-5.72.0
- old
+ new
@@ -169,10 +169,12 @@
'url' => payload['url'],
'flex_insights_hr' => payload['flex_insights_hr'],
'flex_insights_drilldown' => payload['flex_insights_drilldown'],
'flex_url' => payload['flex_url'],
'channel_configs' => payload['channel_configs'],
+ 'debugger_integration' => payload['debugger_integration'],
+ 'flex_ui_status_report' => payload['flex_ui_status_report'],
}
# Context
@instance_context = nil
@params = {}
@@ -443,9 +445,21 @@
##
# @return [Array[Hash]] Flex Conversations channels' attachments configurations
def channel_configs
@properties['channel_configs']
+ end
+
+ ##
+ # @return [Hash] Configurable parameters for Debugger Integration
+ def debugger_integration
+ @properties['debugger_integration']
+ end
+
+ ##
+ # @return [Hash] Configurable parameters for Flex UI Status report
+ def flex_ui_status_report
+ @properties['flex_ui_status_report']
end
##
# Fetch the ConfigurationInstance
# @param [String] ui_version The Pinned UI version of the Configuration resource
\ No newline at end of file