Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequestGcsDestination

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

Google Cloud Storage Object URI to save the issue model to.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequestGcsDestination

Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequestGcsDestination.



13296
13297
13298
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 13296

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

Instance Attribute Details

#object_uriString

Required. Format: gs:/// Corresponds to the JSON property objectUri

Returns:

  • (String)


13294
13295
13296
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 13294

def object_uri
  @object_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13301
13302
13303
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 13301

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