View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2LoggingConfig (google_api_dialogflow v0.88.3)
Defines logging behavior for conversation lifecycle events.
Attributes
-
enableStackdriverLogging
(type:boolean()
, default:nil
) - Whether to log conversation events like CONVERSATION_STARTED to Stackdriver in the conversation project as JSON format ConversationEvent protos.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2LoggingConfig{ enableStackdriverLogging: boolean() | nil }