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 \ AdvancedSettingsMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
bool |
setEnableStackdriverLogging
If true, StackDriver logging is currently enabled.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getEnableInteractionLogging
If true, DF Interaction logging is currently enabled.
Returns | |
---|---|
Type | Description |
bool |
setEnableInteractionLogging
If true, DF Interaction logging is currently enabled.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |