ExportInsightsDataRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The request to export insights.
Attributes | |
---|---|
Name | Description |
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:: project_id
A project ID or number. If specified, then export will attempt to write data to this project instead of the resource project. Otherwise, the resource project will be used.
:type: str