GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsArgs

data class GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsArgs(val enableInteractionLogging: Output<Boolean>? = null, val enableStackdriverLogging: Output<Boolean>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsArgs>

Define behaviors on logging.

Constructors

fun GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsArgs(enableInteractionLogging: Output<Boolean>? = null, enableStackdriverLogging: Output<Boolean>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsArgs

Properties

Link copied to clipboard
val enableInteractionLogging: Output<Boolean>? = null

If true, DF Interaction logging is currently enabled.

Link copied to clipboard
val enableStackdriverLogging: Output<Boolean>? = null

If true, StackDriver logging is currently enabled.