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