Class LoggingConfig (2.14.0)

LoggingConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Defines logging behavior for conversation lifecycle events.

Attribute

NameDescription
enable_stackdriver_logging bool
Whether to log conversation events like CONVERSATION_STARTED to Stackdriver in the conversation project as JSON format ConversationEvent protos.

Inheritance

builtins.object > proto.message.Message > LoggingConfig