GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings class

Define behaviors on logging.

Constructors

GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings.new({bool? enableConsentBasedRedaction, bool? enableInteractionLogging, bool? enableStackdriverLogging})
GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings.fromJson(Map json_)

Properties

enableConsentBasedRedaction bool?
Enables consent-based end-user input redaction, if true, a pre-defined session parameter $session.params.conversation-redaction will be used to determine if the utterance should be redacted.
getter/setter pair
enableInteractionLogging bool?
Enables DF Interaction logging.
getter/setter pair
enableStackdriverLogging bool?
Enables Google Cloud Logging.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited