Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb
Overview
Hierarchical advanced settings for agent/flow/page/fulfillment/parameter. Settings exposed at lower level overrides the settings exposed at higher level. Hierarchy: Agent->Flow->Page->Fulfillment/Parameter.
Instance Attribute Summary collapse
-
#logging_settings ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings
Define behaviors on logging.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1AdvancedSettings
constructor
A new instance of GoogleCloudDialogflowCxV3beta1AdvancedSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1AdvancedSettings
Returns a new instance of GoogleCloudDialogflowCxV3beta1AdvancedSettings.
2771 2772 2773 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 2771 def initialize(**args) update!(**args) end |
Instance Attribute Details
#logging_settings ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings
Define behaviors on logging.
Corresponds to the JSON property loggingSettings
2769 2770 2771 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 2769 def logging_settings @logging_settings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2776 2777 2778 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 2776 def update!(**args) @logging_settings = args[:logging_settings] if args.key?(:logging_settings) end |