Class GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings
Define behaviors on logging.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnableConsentBasedRedaction
Enables consent-based end-user input redaction, if true, a pre-defined session parameter
$session.params.conversation-redaction
will be used to determine if the utterance should be redacted.
Declaration
[JsonProperty("enableConsentBasedRedaction")]
public virtual bool? EnableConsentBasedRedaction { get; set; }
Property Value
Type | Description |
---|---|
bool? |
EnableInteractionLogging
Enables DF Interaction logging.
Declaration
[JsonProperty("enableInteractionLogging")]
public virtual bool? EnableInteractionLogging { get; set; }
Property Value
Type | Description |
---|---|
bool? |
EnableStackdriverLogging
Enables Google Cloud Logging.
Declaration
[JsonProperty("enableStackdriverLogging")]
public virtual bool? EnableStackdriverLogging { get; set; }
Property Value
Type | Description |
---|---|
bool? |