public sealed class ExportInsightsDataRequest.Types.BigQueryDestination : IMessage<ExportInsightsDataRequest.Types.BigQueryDestination>, IEquatable<ExportInsightsDataRequest.Types.BigQueryDestination>, IDeepCloneable<ExportInsightsDataRequest.Types.BigQueryDestination>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class ExportInsightsDataRequest.Types.BigQueryDestination.
A BigQuery Table Reference.
Implements
IMessageExportInsightsDataRequestTypesBigQueryDestination, IEquatableExportInsightsDataRequestTypesBigQueryDestination, IDeepCloneableExportInsightsDataRequestTypesBigQueryDestination, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
BigQueryDestination()
public BigQueryDestination()
BigQueryDestination(BigQueryDestination)
public BigQueryDestination(ExportInsightsDataRequest.Types.BigQueryDestination other)
Parameter | |
---|---|
Name | Description |
other | ExportInsightsDataRequestTypesBigQueryDestination |
Properties
Dataset
public string Dataset { get; set; }
Required. The name of the BigQuery dataset that the snapshot result should be exported to. If this dataset does not exist, the export call returns an INVALID_ARGUMENT error.
Property Value | |
---|---|
Type | Description |
string |
ProjectId
public string ProjectId { get; set; }
A project ID or number. If specified, then export will attempt to write data to this project instead of the resource project. Otherwise, the resource project will be used.
Property Value | |
---|---|
Type | Description |
string |
Table
public string Table { get; set; }
The BigQuery table name to which the insights data should be written. If this table does not exist, the export call returns an INVALID_ARGUMENT error.
Property Value | |
---|---|
Type | Description |
string |