GoogleCloudDialogflowV2LoggingConfigArgs

data class GoogleCloudDialogflowV2LoggingConfigArgs(val enableStackdriverLogging: Output<Boolean>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2LoggingConfigArgs>

Defines logging behavior for conversation lifecycle events.

Constructors

Link copied to clipboard
constructor(enableStackdriverLogging: Output<Boolean>? = null)

Properties

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

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

Functions

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