Class SecuritySettings.Types.InsightsExportSettings (1.13.0)

public sealed class InsightsExportSettings : IMessage<SecuritySettings.Types.InsightsExportSettings>, IEquatable<SecuritySettings.Types.InsightsExportSettings>, IDeepCloneable<SecuritySettings.Types.InsightsExportSettings>, IBufferMessage, IMessage

Settings for exporting conversations to Insights.

Inheritance

Object > SecuritySettings.Types.InsightsExportSettings

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

InsightsExportSettings()

public InsightsExportSettings()

InsightsExportSettings(SecuritySettings.Types.InsightsExportSettings)

public InsightsExportSettings(SecuritySettings.Types.InsightsExportSettings other)
Parameter
NameDescription
otherSecuritySettings.Types.InsightsExportSettings

Properties

EnableInsightsExport

public bool EnableInsightsExport { get; set; }

If enabled, we will automatically exports conversations to Insights and Insights runs its analyzers.

Property Value
TypeDescription
Boolean