Class ExportInsightsDataRequest (1.0.0)

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

Attributes

NameDescription
big_query_destination google.cloud.contact_center_insights_v1.types.ExportInsightsDataRequest.BigQueryDestination
Specified if sink is a BigQuery table. This field is a member of oneof_ destination.
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.