Class GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequest
The request to export insights.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequest : IDirectResponseSchema
Properties
BigQueryDestination
Specified if sink is a BigQuery table.
Declaration
[JsonProperty("bigQueryDestination")]
public virtual GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequestBigQueryDestination BigQueryDestination { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequestBigQueryDestination |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Filter
A filter to reduce results to a specific subset. Useful for exporting conversations with specific properties.
Declaration
[JsonProperty("filter")]
public virtual string Filter { get; set; }
Property Value
Type | Description |
---|---|
string |
KmsKey
A fully qualified KMS key name for BigQuery tables protected by CMEK. Format: projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{key}/cryptoKeyVersions/{version}
Declaration
[JsonProperty("kmsKey")]
public virtual string KmsKey { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Required. The parent resource to export data from.
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
WriteDisposition
Options for what to do if the destination table already exists.
Declaration
[JsonProperty("writeDisposition")]
public virtual string WriteDisposition { get; set; }
Property Value
Type | Description |
---|---|
string |