class Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1LoggingConfig

Defines logging behavior for conversation lifecycle events.

Attributes

enable_stackdriver_logging[RW]

Whether to log conversation events like CONVERSATION_STARTED to Stackdriver in the conversation project as JSON format ConversationEvent protos. Corresponds to the JSON property `enableStackdriverLogging` @return [Boolean]

enable_stackdriver_logging?[RW]

Whether to log conversation events like CONVERSATION_STARTED to Stackdriver in the conversation project as JSON format ConversationEvent protos. Corresponds to the JSON property `enableStackdriverLogging` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 12631
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 12636
def update!(**args)
  @enable_stackdriver_logging = args[:enable_stackdriver_logging] if args.key?(:enable_stackdriver_logging)
end