Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::IngestConversationsRequest::GcsSource.
Configuration for Cloud Storage bucket sources.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bucket_object_type
def bucket_object_type() -> ::Google::Cloud::ContactCenterInsights::V1::IngestConversationsRequest::GcsSource::BucketObjectType
Returns
-
(::Google::Cloud::ContactCenterInsights::V1::IngestConversationsRequest::GcsSource::BucketObjectType) — Optional. Specifies the type of the objects in
bucket_uri
.
#bucket_object_type=
def bucket_object_type=(value) -> ::Google::Cloud::ContactCenterInsights::V1::IngestConversationsRequest::GcsSource::BucketObjectType
Parameter
-
value (::Google::Cloud::ContactCenterInsights::V1::IngestConversationsRequest::GcsSource::BucketObjectType) — Optional. Specifies the type of the objects in
bucket_uri
.
Returns
-
(::Google::Cloud::ContactCenterInsights::V1::IngestConversationsRequest::GcsSource::BucketObjectType) — Optional. Specifies the type of the objects in
bucket_uri
.
#bucket_uri
def bucket_uri() -> ::String
Returns
- (::String) — Required. The Cloud Storage bucket containing source objects.
#bucket_uri=
def bucket_uri=(value) -> ::String
Parameter
- value (::String) — Required. The Cloud Storage bucket containing source objects.
Returns
- (::String) — Required. The Cloud Storage bucket containing source objects.