Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1OutputConfig

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) ⇒ GoogleCloudContactcenterinsightsV1OutputConfig

Returns a new instance of GoogleCloudContactcenterinsightsV1OutputConfig.



8173
8174
8175
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 8173

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

Instance Attribute Details

#bigquery_destinationGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1OutputConfigBigQueryDestination

BigQuery destination configuration. Corresponds to the JSON property bigqueryDestination



8161
8162
8163
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 8161

def bigquery_destination
  @bigquery_destination
end

#gcs_destinationGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1OutputConfigGcsDestination

Cloud Storage destination configuration. Corresponds to the JSON property gcsDestination



8166
8167
8168
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 8166

def gcs_destination
  @gcs_destination
end

#google_sheets_destinationGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1OutputConfigGoogleSheetsDestination

Google Sheets destination configuration. Corresponds to the JSON property googleSheetsDestination



8171
8172
8173
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 8171

def google_sheets_destination
  @google_sheets_destination
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8178
8179
8180
8181
8182
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 8178

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