public sealed class SecuritySettings.Types.InsightsExportSettings : IMessage<SecuritySettings.Types.InsightsExportSettings>, IEquatable<SecuritySettings.Types.InsightsExportSettings>, IDeepCloneable<SecuritySettings.Types.InsightsExportSettings>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class SecuritySettings.Types.InsightsExportSettings.
Settings for exporting conversations to Insights.
Implements
IMessageSecuritySettingsTypesInsightsExportSettings, IEquatableSecuritySettingsTypesInsightsExportSettings, IDeepCloneableSecuritySettingsTypesInsightsExportSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
InsightsExportSettings()
public InsightsExportSettings()InsightsExportSettings(InsightsExportSettings)
public InsightsExportSettings(SecuritySettings.Types.InsightsExportSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
SecuritySettingsTypesInsightsExportSettings |
Properties
EnableInsightsExport
public bool EnableInsightsExport { get; set; }If enabled, we will automatically exports conversations to Insights and Insights runs its analyzers.
| Property Value | |
|---|---|
| Type | Description |
bool |
|