Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ImportIssueModelRequestGcsSource
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ImportIssueModelRequestGcsSource
- 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 get the issue model file from.
Instance Attribute Summary collapse
-
#object_uri ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1ImportIssueModelRequestGcsSource
constructor
A new instance of GoogleCloudContactcenterinsightsV1ImportIssueModelRequestGcsSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1ImportIssueModelRequestGcsSource
Returns a new instance of GoogleCloudContactcenterinsightsV1ImportIssueModelRequestGcsSource.
2840 2841 2842 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2840 def initialize(**args) update!(**args) end |
Instance Attribute Details
#object_uri ⇒ String
Required. Format: gs:///
Corresponds to the JSON property objectUri
2838 2839 2840 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2838 def object_uri @object_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2845 2846 2847 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2845 def update!(**args) @object_uri = args[:object_uri] if args.key?(:object_uri) end |