Class ExportInsightsDataRequest (0.1.1)

ExportInsightsDataRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request to export insights.

Attributes

NameDescription
big_query_destination google.cloud.contact_center_insights_v1.types.ExportInsightsDataRequest.BigQueryDestination
Specified if sink is a BigQuery table.
parent str
Required. The parent resource to export data from.
filter str
A filter to reduce results to a specific subset. Useful for exporting conversations with specific properties.
kms_key str
A fully qualified KMS key name for BigQuery tables protected by CMEK. Format: projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{key}/cryptoKeyVersions/{version}

Classes

BigQueryDestination

BigQueryDestination(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A BigQuery Table Reference. .. attribute:: dataset

Required. The name of the BigQuery dataset that the snapshot result should be exported to. If this dataset does not exist, the export call returns an INVALID_ARGUMENT error.

:type: str