Interface protos.google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest.IBigQueryDestination (1.2.1)

Properties of a BigQueryDestination.

Package

@google-cloud/contact-center-insights!

Properties

dataset

dataset?: (string|null);

BigQueryDestination dataset

Property Value
TypeDescription
(string|null)

projectId

projectId?: (string|null);

BigQueryDestination projectId

Property Value
TypeDescription
(string|null)

table

table?: (string|null);

BigQueryDestination table

Property Value
TypeDescription
(string|null)