Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1LoggingConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1LoggingConfig

Returns a new instance of GoogleCloudDialogflowV2beta1LoggingConfig.



17866
17867
17868
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 17866

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#enable_stackdriver_loggingBoolean Also known as: enable_stackdriver_logging?

Corresponds to the JSON property enableStackdriverLogging

Returns:

  • (Boolean)


17863
17864
17865
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 17863

def enable_stackdriver_logging
  @enable_stackdriver_logging
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



17871
17872
17873
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 17871

def update!(**args)
  @enable_stackdriver_logging = args[:enable_stackdriver_logging] if args.key?(:enable_stackdriver_logging)
end