Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::UpdateSettingsRequest.
The request to update project-level settings.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#settings
def settings() -> ::Google::Cloud::ContactCenterInsights::V1::Settings
Returns
- (::Google::Cloud::ContactCenterInsights::V1::Settings) — Required. The new settings values.
#settings=
def settings=(value) -> ::Google::Cloud::ContactCenterInsights::V1::Settings
Parameter
- value (::Google::Cloud::ContactCenterInsights::V1::Settings) — Required. The new settings values.
Returns
- (::Google::Cloud::ContactCenterInsights::V1::Settings) — Required. The new settings values.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Required. The list of fields to be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Required. The list of fields to be updated.
Returns
- (::Google::Protobuf::FieldMask) — Required. The list of fields to be updated.