Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1alpha1OutputConfig

Configuration for where to export or return the analysis findings.

Inheritance
object
GoogleCloudContactcenterinsightsV1alpha1OutputConfig
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX