Google Cloud Dialogflow Cx V3 Client - Class LoggingSettings (0.2.1)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class LoggingSettings.

Define behaviors on logging.

Generated from protobuf message google.cloud.dialogflow.cx.v3.AdvancedSettings.LoggingSettings

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3 \ AdvancedSettings

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ enable_stackdriver_logging bool

If true, StackDriver logging is currently enabled.

↳ enable_interaction_logging bool

If true, DF Interaction logging is currently enabled.

getEnableStackdriverLogging

If true, StackDriver logging is currently enabled.

Returns
TypeDescription
bool

setEnableStackdriverLogging

If true, StackDriver logging is currently enabled.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getEnableInteractionLogging

If true, DF Interaction logging is currently enabled.

Returns
TypeDescription
bool

setEnableInteractionLogging

If true, DF Interaction logging is currently enabled.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this