Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1mainOutputConfig

Configuration for where to export or return the analysis findings.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX