Class GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings
Settings for exporting conversations to Insights.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnableInsightsExport
If enabled, we will automatically exports conversations to Insights and Insights runs its analyzers.
Declaration
[JsonProperty("enableInsightsExport")]
public virtual bool? EnableInsightsExport { get; set; }
Property Value
Type | Description |
---|---|
bool? |