View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings (google_api_dialogflow v0.88.3)

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 Google Cloud Logging.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.