Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1OutputConfig

Configuration for where to export or return the analysis findings.

Inheritance
object
GoogleCloudContactcenterinsightsV1OutputConfig
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 GoogleCloudContactcenterinsightsV1OutputConfig : IDirectResponseSchema

Properties

BigqueryDestination

Optional. Export to BigQuery.

Declaration
[JsonProperty("bigqueryDestination")]
public virtual GoogleCloudContactcenterinsightsV1OutputConfigBigQueryDestination BigqueryDestination { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1OutputConfigBigQueryDestination

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 GoogleCloudContactcenterinsightsV1OutputConfigGcsDestination GcsDestination { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1OutputConfigGcsDestination

GoogleSheetsDestination

Optional. Export directly to a Google Sheet.

Declaration
[JsonProperty("googleSheetsDestination")]
public virtual GoogleCloudContactcenterinsightsV1OutputConfigGoogleSheetsDestination GoogleSheetsDestination { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1OutputConfigGoogleSheetsDestination

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX