Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequestGcsDestination
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequestGcsDestination
- 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
-
#object_uri ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequestGcsDestination
constructor
A new instance of GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequestGcsDestination.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequestGcsDestination
Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequestGcsDestination.
5724 5725 5726 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 5724 def initialize(**args) update!(**args) end |
Instance Attribute Details
#object_uri ⇒ String
Required. Format: gs:///
Corresponds to the JSON property objectUri
5722 5723 5724 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 5722 def object_uri @object_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5729 5730 5731 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 5729 def update!(**args) @object_uri = args[:object_uri] if args.key?(:object_uri) end |