Class GoogleCloudContactcenterinsightsV1alpha1OutputConfig
Configuration for where to export or return the analysis findings.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1OutputConfig : IDirectResponseSchema
Properties
BigqueryDestination
Optional. Export to BigQuery.
Declaration
[JsonProperty("bigqueryDestination")]
public virtual GoogleCloudContactcenterinsightsV1alpha1OutputConfigBigQueryDestination BigqueryDestination { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1alpha1OutputConfigBigQueryDestination |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GcsDestination
Optional. Export to a Cloud Storage bucket.
Declaration
[JsonProperty("gcsDestination")]
public virtual GoogleCloudContactcenterinsightsV1alpha1OutputConfigGcsDestination GcsDestination { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1alpha1OutputConfigGcsDestination |
GoogleSheetsDestination
Optional. Export directly to a Google Sheet.
Declaration
[JsonProperty("googleSheetsDestination")]
public virtual GoogleCloudContactcenterinsightsV1alpha1OutputConfigGoogleSheetsDestination GoogleSheetsDestination { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1alpha1OutputConfigGoogleSheetsDestination |