Contact Center AI Insights v1 API - Enum ExportInsightsDataRequest.Types.WriteDisposition (2.8.0)

public enum ExportInsightsDataRequest.Types.WriteDisposition

Reference documentation and code samples for the Contact Center AI Insights v1 API enum ExportInsightsDataRequest.Types.WriteDisposition.

Specifies the action that occurs if the destination table already exists.

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Fields

NameDescription
Unspecified

Write disposition is not specified. Defaults to WRITE_TRUNCATE.

WriteAppend

If the table already exists, BigQuery will append data to the table.

WriteTruncate

If the table already exists, BigQuery will overwrite the table data and use the schema from the load.