Google Cloud Dialogflow Cx V3 Client - Class InsightsExportSettings (0.2.1)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class InsightsExportSettings.

Settings for exporting conversations to Insights.

Generated from protobuf message google.cloud.dialogflow.cx.v3.SecuritySettings.InsightsExportSettings

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3 \ SecuritySettings

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ enable_insights_export bool

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

getEnableInsightsExport

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

Returns
TypeDescription
bool

setEnableInsightsExport

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

Parameter
NameDescription
var bool
Returns
TypeDescription
$this