Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainExportIssueModelRequest

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

Returns a new instance of GoogleCloudContactcenterinsightsV1mainExportIssueModelRequest.



15366
15367
15368
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 15366

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

Instance Attribute Details

#gcs_destinationGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainExportIssueModelRequestGcsDestination

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



15359
15360
15361
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 15359

def gcs_destination
  @gcs_destination
end

#nameString

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

Returns:

  • (String)


15364
15365
15366
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 15364

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



15371
15372
15373
15374
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 15371

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