View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings (google_api_dialogflow v0.80.0)

Define behaviors on logging.

Attributes

  • enableConsentBasedRedaction (type: boolean(), default: nil) - 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.
  • enableInteractionLogging (type: boolean(), default: nil) - Enables DF Interaction logging.
  • enableStackdriverLogging (type: boolean(), default: nil) - Enables StackDriver logging.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings{
    enableConsentBasedRedaction: boolean() | nil,
    enableInteractionLogging: boolean() | nil,
    enableStackdriverLogging: boolean() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.