Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource
- 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
Configuration for Cloud Storage bucket sources.
Instance Attribute Summary collapse
-
#bucket_uri ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource
constructor
A new instance of GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource
Returns a new instance of GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource.
1843 1844 1845 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 1843 def initialize(**args) update!(**args) end |
Instance Attribute Details
#bucket_uri ⇒ String
Required. The Cloud Storage bucket containing source objects.
Corresponds to the JSON property bucketUri
1841 1842 1843 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 1841 def bucket_uri @bucket_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1848 1849 1850 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 1848 def update!(**args) @bucket_uri = args[:bucket_uri] if args.key?(:bucket_uri) end |