ExportInsightsDataRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)The request to export insights.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
| Attributes | |
|---|---|
| Name | Description | 
| big_query_destination | google.cloud.contact_center_insights_v1.types.ExportInsightsDataRequest.BigQueryDestinationSpecified if sink is a BigQuery table. This field is a member of oneof_destination. | 
| parent | strRequired. The parent resource to export data from. | 
| filter | strA filter to reduce results to a specific subset. Useful for exporting conversations with specific properties. | 
| kms_key | strA fully qualified KMS key name for BigQuery tables protected by CMEK. Format: projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{key}/cryptoKeyVersions/{version} | 
| write_disposition | google.cloud.contact_center_insights_v1.types.ExportInsightsDataRequest.WriteDispositionOptions for what to do if the destination table already exists. | 
Classes
BigQueryDestination
BigQueryDestination(mapping=None, *, ignore_unknown_fields=False, **kwargs)A BigQuery Table Reference.
WriteDisposition
WriteDisposition(value)Specifies the action that occurs if the destination table already exists.