Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AdvancedSettings
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AdvancedSettings
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/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::DialogflowV3::GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings
Define behaviors on logging.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3AdvancedSettings
constructor
A new instance of GoogleCloudDialogflowCxV3AdvancedSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3AdvancedSettings
Returns a new instance of GoogleCloudDialogflowCxV3AdvancedSettings.
36 37 38 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 36 def initialize(**args) update!(**args) end |
Instance Attribute Details
#logging_settings ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings
Define behaviors on logging.
Corresponds to the JSON property loggingSettings
34 35 36 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 34 def logging_settings @logging_settings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
41 42 43 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 41 def update!(**args) @logging_settings = args[:logging_settings] if args.key?(:logging_settings) end |