Dialogflow v3 API - Class SecuritySettings.Types.InsightsExportSettings (2.17.0)

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

Reference documentation and code samples for the Dialogflow v3 API class SecuritySettings.Types.InsightsExportSettings.

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(InsightsExportSettings)

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

Properties

EnableInsightsExport

public bool EnableInsightsExport { get; set; }

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

Property Value
TypeDescription
bool