Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ExportIssueModelRequest

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

Request to export an issue model.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1ExportIssueModelRequest

Returns a new instance of GoogleCloudContactcenterinsightsV1ExportIssueModelRequest.



3438
3439
3440
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 3438

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

Instance Attribute Details

#gcs_destinationGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ExportIssueModelRequestGcsDestination

Google Cloud Storage Object URI to save the issue model to. Corresponds to the JSON property gcsDestination



3431
3432
3433
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 3431

def gcs_destination
  @gcs_destination
end

#nameString

Required. The issue model to export. Corresponds to the JSON property name

Returns:

  • (String)


3436
3437
3438
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 3436

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3443
3444
3445
3446
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 3443

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