Google Cloud Dialogflow V2 Client - Class LoggingConfig (1.0.1)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class LoggingConfig.

Defines logging behavior for conversation lifecycle events.

Generated from protobuf message google.cloud.dialogflow.v2.LoggingConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ enable_stackdriver_logging bool

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

getEnableStackdriverLogging

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

Generated from protobuf field bool enable_stackdriver_logging = 3;

Returns
TypeDescription
bool

setEnableStackdriverLogging

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

Generated from protobuf field bool enable_stackdriver_logging = 3;

Parameter
NameDescription
var bool
Returns
TypeDescription
$this