GoogleCloudDialogflowV2LoggingConfigArgs

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

Defines logging behavior for conversation lifecycle events.

Constructors

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

Functions

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

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.