GoogleCloudDialogflowV2beta1LoggingConfigArgs

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

Defines logging behavior for conversation lifecycle events.

Constructors

fun GoogleCloudDialogflowV2beta1LoggingConfigArgs(enableStackdriverLogging: Output<Boolean>? = null)

Functions

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

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.