Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings

Define behaviors on logging.

Inheritance
object
GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX