Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainOutputConfig

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/contactcenterinsights_v1/classes.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb

Overview

Configuration for where to export or return the analysis findings.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainOutputConfig

Returns a new instance of GoogleCloudContactcenterinsightsV1mainOutputConfig.



23525
23526
23527
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 23525

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#bigquery_destinationGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainOutputConfigBigQueryDestination

BigQuery destination configuration. Corresponds to the JSON property bigqueryDestination



23513
23514
23515
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 23513

def bigquery_destination
  @bigquery_destination
end

#gcs_destinationGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainOutputConfigGcsDestination

Cloud Storage destination configuration. Corresponds to the JSON property gcsDestination



23518
23519
23520
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 23518

def gcs_destination
  @gcs_destination
end

#google_sheets_destinationGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainOutputConfigGoogleSheetsDestination

Google Sheets destination configuration. Corresponds to the JSON property googleSheetsDestination



23523
23524
23525
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 23523

def google_sheets_destination
  @google_sheets_destination
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



23530
23531
23532
23533
23534
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 23530

def update!(**args)
  @bigquery_destination = args[:bigquery_destination] if args.key?(:bigquery_destination)
  @gcs_destination = args[:gcs_destination] if args.key?(:gcs_destination)
  @google_sheets_destination = args[:google_sheets_destination] if args.key?(:google_sheets_destination)
end