Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1ExportInsightsDataRequest

The request to export insights.

Inheritance
object
GoogleCloudContactcenterinsightsV1ExportInsightsDataRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1ExportInsightsDataRequest : IDirectResponseSchema

Properties

BigQueryDestination

Specified if sink is a BigQuery table.

Declaration
[JsonProperty("bigQueryDestination")]
public virtual GoogleCloudContactcenterinsightsV1ExportInsightsDataRequestBigQueryDestination BigQueryDestination { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1ExportInsightsDataRequestBigQueryDestination

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExportSchemaVersion

Optional. Version of the export schema.

Declaration
[JsonProperty("exportSchemaVersion")]
public virtual string ExportSchemaVersion { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX