Class GoogleCloudContactcenterinsightsV1mainOutputConfig
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 GoogleCloudContactcenterinsightsV1mainOutputConfig : IDirectResponseSchema
Properties
BigqueryDestination
Optional. Export to BigQuery.
Declaration
[JsonProperty("bigqueryDestination")]
public virtual GoogleCloudContactcenterinsightsV1mainOutputConfigBigQueryDestination BigqueryDestination { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1mainOutputConfigBigQueryDestination |
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 GoogleCloudContactcenterinsightsV1mainOutputConfigGcsDestination GcsDestination { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1mainOutputConfigGcsDestination |
GoogleSheetsDestination
Optional. Export directly to a Google Sheet.
Declaration
[JsonProperty("googleSheetsDestination")]
public virtual GoogleCloudContactcenterinsightsV1mainOutputConfigGoogleSheetsDestination GoogleSheetsDestination { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1mainOutputConfigGoogleSheetsDestination |